rust/src/librustc
bors ee621f4232 Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril
Rollup of 6 pull requests

Successful merges:

 - #59776 (Apply resource-suffix to search-index and source-files scripts as well)
 - #59784 (Suggest importing macros from the crate root)
 - #59812 (Exclude profiler-generated symbols from MSVC __imp_-symbol workaround.)
 - #59874 (Clean up handling of `-Z pgo-gen` commandline option.)
 - #59890 (Don't generate empty json variables)
 - #59911 (Revert "compile crates under test w/ -Zemit-stack-sizes")

Failed merges:

r? @ghost
2019-04-14 01:10:57 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg hir: replace NodeId with HirId in Destination 2019-03-07 12:43:27 +01:00
dep_graph Move query definitions over to the proc macro 2019-03-30 18:43:25 +01:00
hir Auto merge of #59227 - Zoxc:fix-get, r=eddyb 2019-04-11 23:36:13 +00:00
ich Deny internal lints in librustc 2019-04-03 18:24:21 +02:00
infer Rollup merge of #59735 - matklad:deadcode, r=sanxiyn 2019-04-14 00:23:29 +02:00
lint forgot one 2019-04-10 21:32:46 -05:00
middle Refactor async fn return type lowering 2019-04-01 18:25:57 -07:00
mir remove lookup_char_pos_adj 2019-04-05 23:16:09 +03:00
query Auto merge of #59536 - Zoxc:the-arena, r=eddyb 2019-04-12 06:10:19 +00:00
session Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril 2019-04-14 01:10:57 +00:00
traits Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj 2019-04-12 20:36:13 +02:00
ty Use measureme in self-profiler 2019-04-12 20:27:29 -04:00
util Use measureme in self-profiler 2019-04-12 20:27:29 -04:00
arena.rs Fix a typo 2019-04-09 17:07:36 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Use measureme in self-profiler 2019-04-12 20:27:29 -04:00
diagnostics.rs Remove no longer accurate diagnostic code about NLL 2019-02-14 07:40:25 +00:00
lib.rs Make ArenaAllocatable a marker trait to allow overlapping impls and use specialization to find the right field 2019-04-05 00:55:07 +02:00
macros.rs Use ? in some macros 2019-02-24 21:59:44 +09:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

For more information about how rustc works, see the rustc guide.