rust/src/librustc
2018-06-25 06:57:08 -03:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename ExprAgain to ExprContinue 2018-06-23 10:51:01 +01:00
dep_graph rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
hir Auto merge of #51740 - GuillaumeGomez:fix-error-code-numbers, r=cramertj 2018-06-24 15:08:48 +00:00
ich hygiene: Merge NameAndSpan into ExpnInfo 2018-06-23 21:53:24 +03:00
infer Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk 2018-06-21 23:08:32 +00:00
lint Make where clause object safety be a warn-by-default lint 2018-06-25 06:57:08 -03:00
middle Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
mir Run rustfmt 2018-06-19 21:24:39 -03:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Make where clause object safety be a warn-by-default lint 2018-06-25 06:57:08 -03:00
ty Self in where clauses may not be object safe 2018-06-25 06:56:06 -03:00
util Refactor generic parameters in rustdoc/clean 2018-06-20 12:21:52 +01:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Replace tempdir by tempfile in librustc 2018-06-20 19:28:27 +02:00
diagnostics.rs Fix error code numbers 2018-06-23 22:08:40 +02:00
lib.rs Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
macros.rs implement the chalk traits, albeit with many placeholders 2018-05-24 12:01:27 -04:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

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