| Age | Commit message (Expand) | Author | Lines |
| 2015-10-23 | improve Scope to print node-ids etc | Niko Matsakis | -1/+18 |
| 2015-10-23 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -12/+62 |
| 2015-10-16 | use the infcx tables to check if a closure is Copy | Ariel Ben-Yehuda | -1/+8 |
| 2015-10-16 | don't crash when there are multiple conflicting implementations of Drop | Ariel Ben-Yehuda | -1/+0 |
| 2015-10-16 | remove the destructors table | Ariel Ben-Yehuda | -14/+9 |
| 2015-10-16 | show each object-safety violation once | Ariel Ben-Yehuda | -3/+22 |
| 2015-10-16 | deduplicate trait errors before they are displayed | Ariel Ben-Yehuda | -1/+41 |
| 2015-09-15 | Auto merge of #28413 - arielb1:deduplication, r=eddyb | bors | -124/+126 |
| 2015-09-15 | Auto merge of #28393 - arielb1:required-because-it-appears, r=nikomatsakis | bors | -41/+46 |
| 2015-09-15 | Auto merge of #28274 - arielb1:split-ty, r=nikomatsakis | bors | -8286/+8388 |
| 2015-09-15 | deduplicate erase_regions | Ariel Ben-Yehuda | -108/+120 |
| 2015-09-14 | use RegionEscape instead of inherent has_escaping_regions fns | Ariel Ben-Yehuda | -16/+6 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -1253/+1295 |
| 2015-09-14 | move traits structural impls to traits::structural_impls | Ariel Ben-Yehuda | -226/+238 |
| 2015-09-14 | split ty.rs into smaller parts | Ariel Ben-Yehuda | -4053/+4101 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -81/+81 |
| 2015-09-14 | Auto merge of #28396 - arielb1:misplaced-binding, r=eddyb | bors | -18/+22 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -0/+15 |
| 2015-09-13 | Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakis | bors | -2/+2 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -18/+22 |
| 2015-09-13 | don't duplicate the code snippet in the "trait unimplemented" error | Ariel Ben-Yehuda | -41/+46 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -0/+15 |
| 2015-09-10 | Fix ICE per #28172 | christopherdumas | -2/+2 |
| 2015-09-09 | Auto merge of #28300 - Manishearth:crate_err, r=eddyb | bors | -12/+67 |
| 2015-09-09 | Print correct crate name | Manish Goregaokar | -1/+3 |
| 2015-09-09 | Fix fixme, add crate check | Manish Goregaokar | -2/+2 |
| 2015-09-08 | Use 'a different' for trait object mismatches too | Manish Goregaokar | -12/+17 |
| 2015-09-08 | Handle trait objects | Manish Goregaokar | -15/+26 |
| 2015-09-08 | Add note for when a type error comes from similarly named objects from two di... | Manish Goregaokar | -0/+37 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -9/+5 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -9/+5 |
| 2015-09-06 | fix EUV delegate to take advantage of defaults. This also | Niko Matsakis | -1/+1 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -8/+15 |
| 2015-09-06 | extract autoderef type adjustment code into a reusable | Niko Matsakis | -22/+39 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -4/+5 |
| 2015-09-05 | Auto merge of #28190 - arielb1:generic-key-entry, r=eddyb | bors | -2/+6 |
| 2015-09-05 | Rollup merge of #28231 - GuillaumeGomez:help_note, r=Manishearth | Manish Goregaokar | -0/+3 |
| 2015-09-04 | Auto merge of #28227 - birkenfeld:use_filter_map, r=alexcrichton | bors | -3/+2 |
| 2015-09-04 | Add span_help for E0002 | Guillaume Gomez | -0/+3 |
| 2015-09-04 | Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakis | bors | -7/+26 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -4/+4 |
| 2015-09-04 | Auto merge of #28220 - steveklabnik:rollup, r=steveklabnik | bors | -5/+5 |
| 2015-09-03 | Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakis | Steve Klabnik | -5/+5 |
| 2015-09-04 | Auto merge of #27984 - arielb1:misc-assemble-improvements, r=nikomatsakis | bors | -31/+36 |
| 2015-09-04 | Rollup merge of #28194 - steveklabnik:add_fixme, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-09-03 | Fix multiple mutable autoderefs with `Box` | Andrew Paseltiner | -7/+26 |
| 2015-09-03 | middle: use filter_map instead of flat_map with Option iters | Georg Brandl | -3/+2 |
| 2015-09-03 | Add an issue number to this FIXME | Steve Klabnik | -1/+1 |
| 2015-09-03 | create a region-map for types in generics | Ariel Ben-Yehuda | -2/+6 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -5/+5 |