| Age | Commit message (Expand) | Author | Lines |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -4/+16 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -0/+7 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -7/+24 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -2/+2 |
| 2016-02-15 | use stalled_on in all obligation types | Ariel Ben-Yehuda | -2/+2 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -93/+93 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+2 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+1 |
| 2016-02-01 | Some changes to save-analysis to cope with errors | Nick Cameron | -0/+10 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -2/+3 |
| 2016-01-22 | Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1 | bors | -2/+14 |
| 2016-01-22 | Auto merge of #31072 - arielb1:method-callee-cleanup, r=michaelwoerister | bors | -1/+0 |
| 2016-01-21 | Revamp the fulfillment cache tracking to only cache trait-refs, which | Niko Matsakis | -2/+14 |
| 2016-01-21 | clean up trans_static_method_callee and friends | Ariel Ben-Yehuda | -1/+0 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -1/+1 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -11/+11 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -3/+13 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -0/+7 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -0/+7 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -2/+2 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -2/+2 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -8/+3 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -157/+157 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -132/+115 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -596/+463 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -245/+418 |
| 2016-01-06 | Use `memoized` helper more often. | Niko Matsakis | -27/+15 |
| 2016-01-06 | Fix numerous typos, renamings, and minor nits raised by mw. | Niko Matsakis | -2/+2 |
| 2016-01-05 | Refactor compiler to make use of dep-tracking-maps. Also, in cases where | Niko Matsakis | -248/+400 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+30 |
| 2016-01-05 | Add DepGraph to tcx. | Niko Matsakis | -1/+5 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -1/+1 |
| 2015-12-31 | Avoid adding drops for types w/ no dtor in MIR construction | Wesley Wiser | -1/+34 |
| 2015-12-31 | Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson | bors | -5/+4 |
| 2015-12-30 | use structured errors | Nick Cameron | -27/+27 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -5/+4 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -2/+0 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+4 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -83/+34 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -83/+34 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -3/+3 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+1 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -37/+37 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+4 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -37/+37 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -2/+1 |