rust/src/librustc_typeck
Ariel Ben-Yehuda 8478acf695 sort the existential bounds list in tydecode
The sort key is a (DefId, Name), which is *not* stable between
runs, so we must re-sort when loading.

Fixes #24063
Fixes #25467
Fixes #27222
Fixes #28377
2015-09-13 20:59:40 +03:00
..
check Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakis 2015-09-01 23:51:47 +00:00
coherence move destructors_for_type into AdtDef 2015-08-25 21:52:15 +03:00
astconv.rs sort the existential bounds list in tydecode 2015-09-13 20:59:40 +03:00
collect.rs store the CodeExtent directly in FreeRegion 2015-08-24 20:46:52 +03:00
constrained_type_params.rs rustc: move some functions in middle::ty working on Ty to methods. 2015-06-26 07:34:56 +03:00
diagnostics.rs Add E0439 error explanation 2015-09-01 01:22:44 +02:00
lib.rs fallout from moving def-id 2015-08-24 05:35:34 -04:00
rscope.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
variance.rs split ReInfer into ReVar and ReSkolemized 2015-08-24 20:10:25 +03:00