rust/src/librustc
Santiago Pastorino 8429d11a0b
Use AllFacts from polonius-engine
2018-05-24 19:56:02 -03:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dep_graph Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
hir implement Ord for OutlivesPredicate and other types 2018-05-24 00:01:35 -04:00
ich Introduce AllocType which indicates what AllocIds point to 2018-05-22 04:15:29 +02:00
infer rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
lint Fix according to comments 2018-05-20 10:16:33 +08:00
middle Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis 2018-05-24 14:30:58 +00:00
mir implement Ord for OutlivesPredicate and other types 2018-05-24 00:01:35 -04:00
session Add -Z no-parallel-llvm flag 2018-05-22 19:23:40 +02:00
traits Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddyb 2018-05-23 00:26:15 +08:00
ty Use AllFacts from polonius-engine 2018-05-24 19:56:02 -03:00
util rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
Cargo.toml Use AllFacts from polonius-engine 2018-05-24 19:56:02 -03: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 Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Use AllFacts from polonius-engine 2018-05-24 19:56:02 -03:00
macros.rs extend stable hasher to support `CanonicalTy` 2018-03-16 12:49:37 -04:00

README.md

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