rust/src/librustc
2018-03-14 12:23:29 -07:00
..
benches Update miri to rustc changes 2017-12-06 09:25:29 +01:00
cfg rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
dep_graph transition various normalization functions to the new methods 2018-03-13 11:22:07 -04:00
hir Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis 2018-03-10 10:52:07 +00:00
ich introduce infcx.at(..).dropck_outlives(..) operaton [VIC] 2018-03-13 11:22:07 -04:00
infer add "text" sections for things that seem likely to be a problem 2018-03-13 11:22:08 -04:00
lint refactor ParamEnv::empty(Reveal) into two distinct methods 2018-03-13 11:21:30 -04:00
middle Add suggestion where to add main function. 2018-03-14 12:23:29 -07:00
mir improve TypeFoldable/Lift macros and make a bunch of stuff use them 2018-03-13 11:21:29 -04:00
session Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
traits trans_apply_param_substs => subst_and_normalize_erasing_regions 2018-03-13 11:22:08 -04:00
ty Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddyb 2018-03-14 15:39:59 +00:00
util add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Do not run the default panic hook inside procedural macros. Fixes #47812 2018-02-20 19:16:49 +01:00
diagnostics.rs Remove unused error E0020 2018-03-08 08:34:14 +01:00
lib.rs add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
macros.rs add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

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