rust/src/librustc
bors 779f85bac6 Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakis
perf: Only search potentially changed constraints in lexical_region_resolve

Gives a big performance increase to the unicode_normalization benchmark in my testing.
2020-01-18 14:57:40 +00:00
..
benches Format the world 2019-12-22 17:42:47 -05:00
dep_graph perf: eagerly convert literals to consts, this avoids creating loads on unevaluated consts 2020-01-14 07:47:45 +13:00
hir Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
ich Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
infer Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakis 2020-01-18 14:57:40 +00:00
middle Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00:00
mir Rollup merge of #68288 - RalfJung:fmt, r=oli-obk 2020-01-17 11:16:39 +05:30
query Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper,oli-obk 2020-01-15 21:51:43 +09:00
traits Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
ty Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
util nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
arena.rs Use Arena for interning 2020-01-11 07:56:44 +01:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum 2020-01-11 04:50:53 +09:00
lib.rs Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton 2020-01-15 21:51:45 +09:00
lint.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
macros.rs Retire impl_stable_hash_for. 2019-11-22 20:01:48 +01: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.