| Age | Commit message (Expand) | Author | Lines |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -9/+9 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -2/+2 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -2/+1 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -3/+14 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -3/+3 |
| 2015-12-30 | Refactoring | Nick Cameron | -9/+7 |
| 2015-12-30 | use structured errors | Nick Cameron | -154/+219 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -11/+11 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -11/+11 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -25/+6 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -25/+6 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -6/+6 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -6/+5 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -0/+3 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -0/+3 |
| 2015-12-11 | Remove leftover debugging code (fixes #30336) | Manish Goregaokar | -1/+0 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -2/+2 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -2/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -4/+4 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -13/+13 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -2/+2 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -2/+2 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -2/+2 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -1/+1 |
| 2015-10-29 | Auto merge of #29188 - nikomatsakis:remove-contraction, r=pnkfelix | bors | -40/+0 |
| 2015-10-28 | remove SupSupConflict, which is now dead code | Niko Matsakis | -40/+0 |
| 2015-10-27 | Diagnostic: "`if let` arm with incompatible type" | Jonas Schievink | -3/+6 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -5/+4 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -6/+6 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -81/+59 |
| 2015-09-16 | End of adding error codes in librustc | Guillaume Gomez | -5/+4 |
| 2015-09-14 | split ty.rs into smaller parts | Ariel Ben-Yehuda | -13/+14 |
| 2015-09-13 | Add part of new error codes in librustc | Guillaume Gomez | -76/+55 |
| 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 | 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-03 | Add an intital HIR and lowering step | Nick Cameron | -125/+131 |
| 2015-08-24 | address nits | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -3/+4 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -7/+7 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -3/+6 |
| 2015-08-12 | Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b... | Niko Matsakis | -11/+59 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -8/+6 |
| 2015-07-25 | Refactor the default type parameter algorithm | Jared Roesch | -2/+2 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -4/+2 |