| Age | Commit message (Expand) | Author | Lines |
| 2017-06-01 | ergonomic improvements to the methods in infcx | Niko Matsakis | -5/+3 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -6/+13 |
| 2017-05-17 | Add better error message when == operator is badly used | Guillaume Gomez | -10/+18 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -11/+11 |
| 2017-05-02 | Auto merge of #41488 - estebank:closure-args, r=arielb1 | bors | -8/+103 |
| 2017-04-24 | Reorder code, fix unittests | Esteban Küber | -52/+97 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-04-23 | Clean up closure type mismatch errors | Esteban Küber | -8/+58 |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -15/+13 |
| 2017-04-18 | change note for patterns | Cengiz Can | -1/+1 |
| 2017-04-18 | fixes #40013 | Cengiz Can | -41/+84 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -15/+13 |
| 2017-04-11 | generalize type variables too | Niko Matsakis | -4/+20 |
| 2017-04-11 | add Subtype predicate | Niko Matsakis | -0/+23 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -11/+9 |
| 2017-03-30 | add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`) | Niko Matsakis | -0/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2017-03-10 | fix #40294 obligation cause.body_id is not always a NodeExpr | Cengiz Can | -8/+13 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -1/+1 |
| 2017-03-02 | note -> help | Alex Burka | -1/+1 |
| 2017-02-20 | Flatten `for` loop using iterator combinators. | Corey Farwell | -48/+50 |
| 2017-02-20 | Add early return, remove `else`, unindent. | Corey Farwell | -40/+40 |
| 2017-02-20 | Extract out error message generation. | Corey Farwell | -33/+1 |
| 2017-02-20 | Remove unnecessary logic when finding simpilar `impl` candidates. | Corey Farwell | -31/+3 |
| 2017-02-20 | Remove `else`, unindent. | Corey Farwell | -46/+45 |
| 2017-02-20 | Rewrite `match` to use combinators. | Corey Farwell | -8/+4 |
| 2017-02-20 | Remove `else`, unindent. | Corey Farwell | -110/+109 |
| 2017-02-14 | Show five traits implementation in help when there are exactly five | Sebastian Waisbrot | -3/+6 |
| 2017-02-04 | Remove extra note and revert name in message | Cengiz Can | -12/+22 |
| 2017-02-04 | Improve error message for uninferrable types #38812 | Cengiz Can | -18/+60 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -1/+1 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -8/+10 |
| 2016-12-20 | Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakis | Alex Crichton | -8/+38 |
| 2016-12-14 | review comments | Esteban Küber | -10/+24 |
| 2016-12-12 | Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis | bors | -6/+23 |
| 2016-12-08 | Point out the known type when field doesn't satisfy bound | Esteban Küber | -7/+23 |
| 2016-12-03 | Display better error messages for E0282 | Keith Yeung | -3/+17 |
| 2016-12-03 | Add TypeVariableOrigin enum | Keith Yeung | -3/+6 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -3/+3 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -3/+3 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -10/+0 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -2/+3 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -8/+16 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -8/+6 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -5/+5 |
| 2016-11-01 | introduce new origin for `Trait+'b` | Niko Matsakis | -0/+5 |
| 2016-11-01 | go back to supplying diagnostic | Niko Matsakis | -2/+3 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -3/+17 |