rust/src/librustc
Yuki Okushi 486856f75f
Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC
Fix outdated doc comment.

r? @RalfJung
2020-02-12 18:55:51 +09:00
..
benches Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05:00
dep_graph Move the krate method to Hir and remove the Krate dep node 2020-02-06 13:23:32 +01:00
hir Move hir::check_attr::Target to librustc_lang_items. 2020-02-11 23:07:54 +01:00
ich Move it all into rustc_hir. 2020-02-11 23:14:07 +01:00
infer Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
middle Review comments. 2020-02-11 23:21:21 +01:00
mir Fix outdated doc comment. 2020-02-12 08:53:35 +10:00
query Add desc to specialization_graph_of query 2020-02-09 23:17:09 +01:00
traits Review comments. 2020-02-11 23:21:21 +01:00
ty Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc 2020-02-12 18:55:37 +09:00
util nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
arena.rs Remove the Forest type 2020-02-06 13:41:37 +01:00
build.rs
Cargo.toml Move it all into rustc_hir. 2020-02-11 23:14:07 +01:00
lib.rs Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC 2020-02-11 16:36:54 +01:00
lint.rs Run RustFmt 2020-02-11 19:49:01 +10:00
macros.rs Move macro enum_from_u32 to rustc_data_structures. 2020-02-11 23:03:53 +01:00
README.md
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.