rust/src/librustc/infer
kennytm af55518bcf
Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis
Start moving to the rustc guide!

r? @nikomatsakis

cc #48478
2018-02-28 19:15:34 +08:00
..
anon_types Introduce UnpackedKind 2018-02-23 01:13:54 +00:00
error_reporting fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
higher_ranked use a BTreeMap instead of an FxHasMap for the skol regions 2017-11-17 10:32:53 -05:00
lexical_region_resolve Use different DefIndex representation that is better suited for variable length integer encodings. 2018-01-08 14:15:17 +01:00
outlives fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
region_constraints Generate documentation for auto-trait impls 2018-02-18 16:29:24 -05:00
at.rs Fix some typos 2017-08-12 14:01:11 +02:00
combine.rs add a new RegionKind variant: ReClosureBound 2017-12-15 10:27:52 -05:00
equate.rs make the region_constraints field an Option 2017-11-16 05:57:43 -05:00
freshen.rs Adds support for immovable generators. Move checking of invalid borrows across suspension points to borrowck. Fixes #44197, #45259 and #45093. 2018-01-23 05:10:38 +01:00
fudge.rs make the region_constraints field an Option 2017-11-16 05:57:43 -05:00
glb.rs issue better error message when LUB/GLB diverge under new behavior 2017-11-17 10:32:15 -05:00
lattice.rs Fix some typos 2017-08-12 14:01:11 +02:00
lub.rs issue better error message when LUB/GLB diverge under new behavior 2017-11-17 10:32:15 -05:00
mod.rs More formatting fixes 2018-02-18 16:29:25 -05:00
resolve.rs make the region_constraints field an Option 2017-11-16 05:57:43 -05:00
sub.rs make the region_constraints field an Option 2017-11-16 05:57:43 -05:00
type_variable.rs thread the closure-kind through in the closure substs 2017-11-18 07:47:36 -05:00
unify_key.rs Make RegionVid use newtype_index! 2017-11-22 03:51:54 -05:00