rust/src/librustc
bors 126ad2b813 Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini
Step stage0 to bootstrap from 1.42

This also includes a commit which fixes the rustfmt downloading logic to redownload when the rustfmt channel changes, and bumps rustfmt to a more recent version.
2020-02-04 14:16:18 +00:00
..
benches Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05:00
dep_graph Collisions in the dep-graph due to path-reuse are rare but can occur. 2020-01-27 17:06:06 +01:00
hir 1. move node_id to syntax 2020-02-01 18:58:08 +01:00
ich Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
infer Avoid exponential behaviour when relating types 2020-02-02 12:10:08 +00:00
middle 1. move node_id to syntax 2020-02-01 18:58:08 +01:00
mir Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
query Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
traits Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
ty pacify the parallel compiler 2020-02-01 18:59:49 +01:00
util
arena.rs
build.rs
Cargo.toml remove rustc_ast_pretty dep from rustc 2020-02-01 18:59:49 +01:00
lib.rs Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05:00
lint.rs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
macros.rs
README.md
tests.rs

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