rust/src/librustc_typeck
Niko Matsakis 6b49f4ded7 Run the analysis process only once per closure, on the way up the tree.
This was the intention before but silly coding caused it to run twice if
there are nested closures.
2015-07-24 04:53:19 -04:00
..
check Run the analysis process only once per closure, on the way up the tree. 2015-07-24 04:53:19 -04:00
coherence Introduce ClosureSubsts rather than just having random fields in the 2015-07-24 04:53:17 -04:00
astconv.rs Auto merge of #27188 - pnkfelix:sidestep-warning-for-E0045, r=alexcrichton 2015-07-22 20:44:39 +00:00
collect.rs Rollup merge of #25993 - nham:fix_23969, r=nikomatsakis 2015-07-17 19:06:23 +05:30
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 Rollup merge of #27127 - AlisdairO:diagnostics172, r=Manishearth 2015-07-22 12:56:47 -04:00
lib.rs Sidestep warning about repeated E0045 span_err! invocation. 2015-07-21 17:41:08 +02:00
rscope.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
variance.rs Rename TypeWithMutability to TypeAndMut 2015-07-10 18:27:06 -07:00