rust/src/librustc
Niko Matsakis c8a52850cf create a QueryRegionConstraint type
Chalk wants to be able to pass these constraints around. Also, the
form we were using in our existing queries was not as general as we
are going to need.
2018-04-23 13:28:14 -04: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 Remove HIR inlining 2018-04-19 20:33:18 -04:00
hir Remove HIR inlining 2018-04-19 20:33:18 -04:00
ich create a QueryRegionConstraint type 2018-04-23 13:28:14 -04:00
infer create a QueryRegionConstraint type 2018-04-23 13:28:14 -04:00
lint Use locks for Session.lint_store and Session.buffered_lints 2018-04-16 02:23:55 +02:00
middle Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
mir Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix 2018-04-17 14:23:57 +00:00
session add a -Zchalk command-line option 2018-04-23 13:28:13 -04:00
traits Implement Chalk lowering rule Normalize-From-Impl 2018-04-15 23:32:57 +02:00
ty Bring back old fallback semantics: Without feature(never_type), fallback to (), not !. 2018-04-20 18:09:59 +02:00
util Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petrochenkov 2018-04-14 15:22:57 +08:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml rustbuild: Fail the build if we build Cargo twice 2018-03-26 13:07:12 -07:00
diagnostics.rs Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02: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.