rust/src/test
Vadim Petrochenkov e2e8746acc resolve: Move late resolution into a separate visitor
Move `Resolver` fields specific to late resolution to the new visitor.
The `current_module` field from `Resolver` is replaced with two `current_module`s in `LateResolutionVisitor` and `BuildReducedGraphVisitor`.
Outside of those visitors `current_module` is replaced by passing `parent_scope` to more functions and using the parent module from it.

Visibility resolution no longer have access to later resolution methods and has to use early resolution, so its diagnostics in case of errors regress slightly.
2019-08-10 13:15:15 +03:00
..
assembly Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
auxiliary rustc_target: avoid negative register counts in the SysV x86_64 ABI. 2019-07-05 13:24:25 +03:00
codegen Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton 2019-07-16 23:05:06 +00:00
codegen-units
compile-fail move error with diverging output to compile-fail 2019-08-06 10:28:09 -07:00
debuginfo
incremental normalize use of backticks in compiler messages for librustc_incremental 2019-07-20 20:57:45 +02:00
mir-opt const_prop no longer does ptr-to-int casts 2019-08-02 23:04:11 +02:00
pretty pprust: Support macro macros 2019-07-15 12:42:07 +03:00
run-fail compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
run-make Add very simple edition check to tidy; and add missing edition = 2018s. 2019-07-30 01:56:03 +08:00
run-make-fulldeps Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
run-pass/generator Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj 2019-08-07 01:39:25 +02:00
run-pass-valgrind
rustdoc Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum 2019-08-06 15:36:28 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-ui adapt rustdoc to infailable lexer 2019-08-05 13:15:12 +03:00
rustfix
ui resolve: Move late resolution into a separate visitor 2019-08-10 13:15:15 +03:00
ui-fulldeps Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov 2019-08-03 13:11:59 +02:00
COMPILER_TESTS.md doc: fix broken sentence 2019-08-06 02:36:59 +02:00