rust/src/test
bors 82611a0224 Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc
Refactor global paths

This PR removes the field `global: bool` from `ast::Path` and `hir::Path`, instead representing a global path `::foo::bar` as `{{root}}::foo::bar`, where `{{root}}` is a virtual keyword `keywords::CrateRoot`.

Also, fixes #38016.

r? @nrc
2016-12-23 06:22:45 +00:00
..
codegen Ignore test on -windows-gnu. 2016-12-03 15:01:09 -08:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
compile-fail-fulldeps Require #[proc_macro_derive] functions to be pub. 2016-12-15 03:02:32 +00:00
debuginfo Fix computation of enum names based off the discrfield in the case of the null pointer optimization. This functionality is needed by pretty printers for gdb and lldb. 2016-12-14 12:28:26 -05:00
incremental Auto merge of #38325 - frewsxcv:rollup, r=frewsxcv 2016-12-13 02:28:23 +00:00
mir-opt Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00:00
parse-fail Fix fallout in tests. 2016-11-22 01:48:14 +00:00
pretty Pretty-print $crate::foo::bar as ::foo::bar. 2016-12-22 06:14:36 +00:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichton 2016-12-08 21:13:52 +00:00
run-pass Fix and cleanup callee shims 2016-12-20 20:03:34 -07:00
run-pass-fulldeps remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc rustdoc: Fix short summaries in search results 2016-12-12 18:39:36 +00:00
ui Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis 2016-12-21 07:28:16 +00:00