rust/src/librustc
bors 4894123d21 Auto merge of #64211 - oli-obk:miri, r=eddyb
Fix miri

fixes  #64109

cc @HeroicKatora
cc @RalfJung
2019-09-06 11:36:50 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Initial implementation of or patterns 2019-08-17 15:05:36 +00:00
dep_graph Refactor diagnostic emission for green nodes 2019-07-11 02:09:37 +02:00
hir or-patterns: adjust lowering of ast::Arm & ast::ExprKind::Let. 2019-09-05 08:33:09 +02:00
ich Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov 2019-09-05 03:59:49 +02:00
infer Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril 2019-09-05 12:11:19 +02:00
lint Remove LocalInternedString uses from librustc/lint/. 2019-09-03 16:02:32 +10:00
middle Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
mir Fix miri 2019-09-06 11:10:53 +02:00
query Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
session Auto merge of #63402 - estebank:strip-margin, r=oli-obk 2019-08-30 06:49:15 +00:00
traits Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov 2019-09-05 03:59:49 +02:00
ty Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov 2019-09-05 03:59:49 +02:00
util librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
arena.rs Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml NLL: New Polonius version 2019-09-04 09:44:40 +02:00
error_codes.rs account for DUMMY_SP and correct wording 2019-09-02 22:11:29 -07:00
lib.rs Add a "diagnostic item" scheme 2019-08-30 01:00:55 +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
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

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