rust/src/librustc
bors c95e1cccc9 Auto merge of #50874 - nikomatsakis:nll-reset-unification, r=estebank
use `reset_unifications` instead of creating new unification table

This eliminates a hot spot in NLL performance.
2018-05-19 10:04:42 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dep_graph Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
hir Turn some functions from token.rs into methods on Ident 2018-05-17 23:13:09 +03:00
ich Add edition to expansion info 2018-05-17 23:13:08 +03:00
infer use reset_unifications instead of creating new unification table 2018-05-18 15:58:23 -04:00
lint Auto merge of #50653 - oli-obk:bad_const, r=cramertj 2018-05-18 17:17:35 +00:00
middle Auto merge of #50319 - nagisa:align_to, r=alexcrichton 2018-05-18 21:49:38 +00:00
mir Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
session Emit noalias on &mut parameters by default 2018-05-17 22:27:29 +02:00
traits Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis 2018-05-17 13:51:27 -06:00
ty Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
util Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
diagnostics.rs Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01: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.