rust/src/tools
bors 8fe989dd76 Auto merge of #81611 - cjgillot:meowner, r=estebank
Only store a LocalDefId in some HIR nodes

Some HIR nodes are guaranteed to be HIR owners: Item, TraitItem, ImplItem, ForeignItem and MacroDef.
As a consequence, we do not need to store the `HirId`'s `local_id`, and we can directly store a `LocalDefId`.

This allows to avoid a bit of the dance with `tcx.hir().local_def_id` and `tcx.hir().local_def_id_to_hir_id` mappings.
2021-02-16 22:14:32 +00:00
..
build-manifest Extend the comment of check_toolstate() to clarify that the tool won't be shipped on all targets 2021-02-07 00:26:55 +08:00
cargo@ab64d1393b Update cargo 2021-02-09 18:59:47 -08:00
cargotest
clippy Only store a LocalDefId in hir::ImplItem. 2021-02-15 19:32:29 +01:00
compiletest Rollup merge of #81506 - vo4:hwasan, r=nagisa 2021-02-12 22:53:30 +01:00
error_index_generator
expand-yaml-anchors Tell user how to fix CI file being not up to date 2021-02-11 19:57:59 -05:00
jsondocck fmt 2021-01-23 23:17:31 -05:00
linkchecker Remove unused linkcheck exceptions 2021-01-17 22:36:39 -05:00
lint-docs lint-docs: Warn on missing lint when documenting. 2020-12-26 13:48:09 -08:00
miri@776644c85f update Miri 2021-02-16 11:17:42 +01:00
remote-test-client Update armhf-gnu to Ubuntu 20.04 2021-01-30 00:33:02 +01:00
remote-test-server Preserve existing LD_LIBRARY_PATH in remote-test-server 2021-01-27 23:08:15 +00:00
rls@3bd7215d48 update RLS and rustfmt 2021-02-09 19:52:54 -06:00
rust-analyzer@7435b9e98c ⬆️ rust-analyzer 2021-02-15 14:58:36 +02:00
rust-demangler
rust-installer@5254dbfd25 bump rust-installer submodule 2020-12-28 12:48:11 +01:00
rustbook Update mdbook 2021-01-14 17:50:23 -08:00
rustc-workspace-hack bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustdoc
rustdoc-js Improve diff display in case the whole key in missing 2021-02-01 15:56:51 +01:00
rustdoc-themes
rustfmt@7de6968ee2 update RLS and rustfmt 2021-02-09 19:52:54 -06:00
tidy remove unused backtrace refs 2021-02-09 19:56:18 -06:00
tier-check
unicode-table-generator
unstable-book-gen
x
publish_toolstate.py