rust/src/librustc
Michael Woerister f5ab4d4cdd Don't show crate metadata symbol as exported symbol to downstream crates. 2018-03-06 09:58:47 +01:00
..
benches Update miri to rustc changes 2017-12-06 09:25:29 +01:00
cfg rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
dep_graph Rename exported_symbol_ids query to something more explicit and document what it is doing. 2018-03-06 09:47:43 +01:00
hir Turn features() into a query. 2018-03-05 11:05:01 +01:00
ich Turn features() into a query. 2018-03-05 11:05:01 +01:00
infer Turn features() into a query. 2018-03-05 11:05:01 +01:00
lint Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
middle Don't show crate metadata symbol as exported symbol to downstream crates. 2018-03-06 09:58:47 +01:00
mir Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
session Fix some merge fallout. 2018-03-05 11:05:01 +01:00
traits Turn features() into a query. 2018-03-05 11:05:01 +01:00
ty Don't recompute SymbolExportLevel for upstream crates. 2018-03-06 09:58:47 +01:00
util Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
Cargo.toml Do not run the default panic hook inside procedural macros. Fixes #47812 2018-02-20 19:16:49 +01:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
diagnostics.rs fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
lib.rs Remove allow(bare_trait_object) from librustc 2018-03-02 21:02:36 -08:00
macros.rs incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02:00

README.md

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