rust/src/test
Mazdak Farrokhzad 569272ac05
Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc
hir: replace "items" terminology with "nodes" where appropriate.

The newly added `HirOwnerItems` confused me before I realized that "items" there actually referred to HIR nodes, not `hir:Item` or "item-like" (which we should IMO replace with "owner").

I suspect the naming had something to do with `ItemLocalId`'s use of "item".
That is, `ItemLocalId` could be interpreted to mean one of two things:
* `IntraItemNodeId` i.e. `IntraOwnerNodeId`
  * this is IMO correct, and I'd even like to rename it, but I didn't want to throw that into this PR
* `IntraOwnerItemId`
  * this is what `HirOwnerItems` would seem to imply

r? @Zoxc cc @michaelwoerister @nikomatsakis
2020-03-21 08:51:19 +01:00
..
assembly
auxiliary
codegen Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb 2020-03-20 19:02:32 +00:00
codegen-units
compile-fail
debuginfo Fix debugger pretty printing of BTrees 2020-03-20 12:02:07 -04:00
incremental hir: replace "items" terminology with "nodes" where appropriate. 2020-03-19 14:36:04 +02:00
mir-opt Use erased regions in MIR 2020-03-19 19:59:13 +00:00
pretty
run-fail
run-make
run-make-fulldeps Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
run-pass-valgrind
rustdoc
rustdoc-js
rustdoc-js-std
rustdoc-ui
rustfix
ui Rollup merge of #70184 - Centril:include-mod-relativism, r=petrochenkov 2020-03-21 05:33:30 +01:00
ui-fulldeps
COMPILER_TESTS.md