| Age | Commit message (Expand) | Author | Lines |
| 2017-02-27 | Move two large error_reporting fn's to a separate file | Cengiz Can | -1147/+0 |
| 2017-02-25 | Rollup merge of #39905 - estebank:useless-error, r=arielb1 | Eduard-Mihai Burtescu | -26/+27 |
| 2017-02-17 | remove vestiges of the old suggestion machinery | Niko Matsakis | -221/+24 |
| 2017-02-17 | Properly display note/expected details | Esteban Küber | -26/+27 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -24/+36 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -714/+4 |
| 2017-01-26 | Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakis | bors | -37/+37 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -22/+22 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -16/+16 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -1/+1 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -2/+5 |
| 2017-01-04 | Update for changes to TraitItem on master. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-04 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -15/+41 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -8/+17 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -26/+25 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -1/+0 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+2 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -7/+4 |
| 2016-11-28 | rustc: encode the optionality of type parameters in HIR paths. | Eduard Burtescu | -0/+1 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -3/+3 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -16/+59 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | Don't hint to add lifetime on trait impl | Esteban Küber | -14/+21 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -12/+18 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -4/+7 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -24/+66 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -5/+9 |
| 2016-10-17 | Review feedback: add linebreak and reindent to make braces match better. | Felix S. Klock II | -3/+4 |
| 2016-10-15 | Remove FIXME | John Firebaugh | -1/+0 |
| 2016-10-11 | Thread `pure_wrt_drop` field through lifetime and type parameters. | Felix S. Klock II | -4/+7 |
| 2016-10-03 | Continue to use struct_span_err! macro | John Firebaugh | -5/+11 |
| 2016-10-02 | Use a distinct error code for "if may be missing an else clause" | John Firebaugh | -4/+4 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -5/+5 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -1/+12 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -4/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -3/+3 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+2 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -1/+3 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -1/+2 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -0/+1 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -1/+2 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -11/+11 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -0/+1 |
| 2016-08-17 | Display secondary span for E0053 for Sort TypeErrors | Keith Yeung | -1/+5 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -2/+1 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -1/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -1/+0 |