rust/src/librustc
Sean Griffin df8f5375a6 introduce UniverseIndex into InferCtxt
Always using root environment for now.
2018-05-02 07:36:08 -06:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
dep_graph Create a canonical trait query for evaluate_obligation 2018-04-26 20:28:29 -05:00
hir Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
ich Unify MIR assert messages and const eval errors 2018-04-30 18:29:15 +02:00
infer introduce UniverseIndex into InferCtxt 2018-05-02 07:36:08 -06:00
lint rustc_target: move LayoutOf's type parameter to an associated type. 2018-04-26 16:50:28 +03:00
middle Auto merge of #50198 - oli-obk:const_prop, r=eddyb 2018-05-01 12:16:14 +00:00
mir Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis 2018-05-02 02:10:51 +00:00
session Rework force-frame-pointer 2018-05-01 10:44:44 +03:00
traits make needs_infer specific to inference variables 2018-04-30 14:06:45 -04:00
ty introduce UniverseIndex into InferCtxt 2018-05-02 07:36:08 -06:00
util Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister 2018-04-27 16:42:31 +00:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Remove the rustc_const_math crate 2018-04-30 18:18:33 +02:00
diagnostics.rs Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Auto merge of #50198 - oli-obk:const_prop, r=eddyb 2018-05-01 12:16:14 +00:00
macros.rs extend stable hasher to support CanonicalTy 2018-03-16 12:49:37 -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.