rust/src/librustc
Mazdak Farrokhzad 3c3e3756b0
Rollup merge of #61853 - EricRahm:use_warning, r=varkor
Emit warning when trying to use PGO in conjunction with unwinding on …

…Windows.

This reduces the error introduced for #61002 to just a warning.
2019-07-10 05:14:04 +02:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Exit arm scopes correctly in the HIR CFG 2019-07-06 21:56:03 +01:00
dep_graph fix a dep_graph doc regarding type_of_item 2019-07-04 12:53:12 +02:00
hir Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix 2019-07-09 13:10:31 +00:00
ich Enforce 'cond: bool' in while-expr + improve reachability diags. 2019-07-06 06:43:58 +02:00
infer Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis 2019-07-09 18:35:12 +00:00
lint Support deprecation checking for macros 2019-07-07 13:04:07 +03:00
middle Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix 2019-07-09 21:01:49 +02:00
mir Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichton 2019-07-05 20:27:05 +02:00
query Derive which queries to save using the proc macro 2019-07-02 17:31:46 +02:00
session Rollup merge of #61853 - EricRahm:use_warning, r=varkor 2019-07-10 05:14:04 +02:00
traits Remove needless lifetimes 2019-07-03 10:01:02 +02:00
ty Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
util Add a "total" measurement to -Ztime-passes. 2019-07-05 08:19:48 +10:00
arena.rs rustc: collect upvars from HIR, instead of during name resolution. 2019-06-01 20:44:05 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Remove some dummy dependencies 2019-07-07 03:23:00 +02:00
error_codes.rs Fix typos 2019-06-13 00:37:30 +09:00
lib.rs Remove some dummy dependencies 2019-07-07 03:23:00 +02:00
macros.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03: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.