rust/src/librustc
2019-03-01 11:18:50 +01:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg hir: remove NodeId from Expr 2019-02-24 17:09:37 +01:00
dep_graph Introduce rustc_interface and move some methods there 2019-02-28 19:30:31 +01:00
hir hir: remove NodeId from VisibilityKind 2019-03-01 11:18:50 +01:00
ich hir: remove NodeId from VisibilityKind 2019-03-01 11:18:50 +01:00
infer rename Substs to InternalSubsts 2019-02-27 00:39:13 +08:00
lint ty: HirIdify some lints 2019-03-01 11:18:49 +01:00
middle hir: remove NodeId from ImplItem 2019-03-01 11:18:49 +01:00
mir replace &'tcx Substs with SubstsRef 2019-02-26 19:30:57 +08:00
session Introduce rustc_interface and move some methods there 2019-02-28 19:30:31 +01:00
traits ty: HirIdify some lints 2019-03-01 11:18:49 +01:00
ty ty: HirIdify some lints 2019-03-01 11:18:49 +01:00
util Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml update scoped_tls to 1.0 2019-02-26 09:54:45 +01:00
diagnostics.rs Remove no longer accurate diagnostic code about NLL 2019-02-14 07:40:25 +00:00
lib.rs librustc: deny(elided_lifetimes_in_paths) 2019-02-25 09:19:20 +01:00
macros.rs Use ? in some macros 2019-02-24 21:59:44 +09:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

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