| Age | Commit message (Expand) | Author | Lines |
| 2018-04-28 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -0/+6 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -1/+1 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -13/+4 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -9/+12 |
| 2018-03-23 | Revert "add universes to type inference variables" | Sean Griffin | -13/+4 |
| 2018-03-22 | Produce nice array lengths on a best effort basis | Oliver Schneider | -3/+13 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -9/+7 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -9/+14 |
| 2018-03-18 | Cleaned comments and extras s. | Yukio Siraichi | -38/+0 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -5/+6 |
| 2018-03-18 | Reporting with `span_suggestion_short`. | Yukio Siraichi | -15/+5 |
| 2018-03-18 | Keeping code formatting. | Yukio Siraichi | -3/+8 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -5/+9 |
| 2018-03-18 | Refactored with high-order functions. | Yukio Siraichi | -21/+21 |
| 2018-03-17 | Add span_suggestion while removing TyRefs based on the snippet String. | Yukio Siraichi | -0/+87 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -14/+17 |
| 2018-03-14 | Suggest using `move` when trying to share `...::channel::{Receiver, Sender}` | Esteban Küber | -14/+17 |
| 2018-03-14 | Fix fallback note | Andrew Cann | -9/+10 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -5/+40 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -5/+5 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+1 |
| 2018-03-08 | Add stack traces to miri errors | Oliver Schneider | -1/+1 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -2/+1 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -11/+0 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -1/+1 |
| 2018-03-01 | add universes to type inference variables | Niko Matsakis | -4/+13 |
| 2018-02-24 | Rollup merge of #48246 - estebank:ice, r=nikomatsakis | Manish Goregaokar | -1/+14 |
| 2018-02-23 | Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebank | Manish Goregaokar | -7/+35 |
| 2018-02-15 | Avoid ICE in arg mistmatch error for tuple variants | Esteban Küber | -1/+14 |
| 2018-02-13 | Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix | bors | -9/+31 |
| 2018-02-12 | detect wrong number of args when type-checking a closure | Niko Matsakis | -7/+35 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -44/+49 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -7/+27 |
| 2018-02-07 | Fix ICE for mismatched args on target without span | Ryan Cumming | -44/+49 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+4 |
| 2018-02-01 | Remove support for `Self` in attributes | Esteban Küber | -2/+0 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -0/+4 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -7/+25 |
| 2018-01-29 | Fix regression: account for trait methods in arg count mismatch error | Christopher Durham | -0/+5 |
| 2018-01-29 | Require yield types to be sized | John Kåre Alsaker | -0/+4 |
| 2018-01-27 | Optimized error reporting for recursive requirements #47720 | Peter Hrvola | -9/+31 |
| 2018-01-25 | Fix regression: account for impl methods in arg count mismatch error | Esteban Küber | -41/+49 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+1 |
| 2018-01-20 | Rollup merge of #47573 - estebank:closures, r=nikomatsakis | Guillaume Gomez | -153/+152 |
| 2018-01-20 | Closure argument mismatch tweaks | Esteban Küber | -153/+152 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -1/+7 |
| 2017-12-18 | Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1 | Guillaume Gomez | -7/+4 |
| 2017-12-18 | Rework expected closure error | Esteban Küber | -3/+7 |
| 2017-12-18 | Point at def span in "impl has stricter requirements" diagnostic | Esteban Küber | -7/+4 |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -2/+2 |