| Age | Commit message (Expand) | Author | Lines |
| 2020-01-17 | Add ICE regression tests | Esteban Küber | -0/+34 |
| 2020-01-17 | Do not ICE on unicode next point | Esteban Küber | -0/+23 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -2/+6 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -23/+38 |
| 2019-12-13 | Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril... | Mazdak Farrokhzad | -2/+2 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -2/+6 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -12/+12 |
| 2019-12-10 | Avoid invalid suggestion by checking the snippet in const fn call | Esteban Küber | -4/+1 |
| 2019-12-10 | missing test change, bad suggestion | Esteban Küber | -1/+4 |
| 2019-12-10 | Use the appropriate number of type arguments in suggestion | Esteban Küber | -4/+4 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -13/+23 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -3/+8 |
| 2019-12-10 | Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakis | bors | -0/+40 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -191/+37 |
| 2019-12-06 | Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=Centril | Mazdak Farrokhzad | -8/+22 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -7/+16 |
| 2019-12-06 | Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez | Yuki Okushi | -2/+4 |
| 2019-12-05 | Rollup merge of #67044 - Centril:67037, r=estebank | Mazdak Farrokhzad | -0/+43 |
| 2019-12-05 | Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC | Mazdak Farrokhzad | -18/+48 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -0/+44 |
| 2019-12-05 | Rollup merge of #66863 - osa1:fix_66702, r=cramertj | Mazdak Farrokhzad | -0/+18 |
| 2019-12-05 | Add UI test for Pin PartialEq unsoundness | Konrad Borowski | -0/+40 |
| 2019-12-05 | E0023: handle expected != pat-tup-type | Mazdak Farrokhzad | -0/+43 |
| 2019-12-04 | Forgot to update some test outputs | Nadrieril | -2/+2 |
| 2019-12-03 | review comments: move test | Esteban Küber | -0/+44 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -18/+48 |
| 2019-12-03 | Disable issue-59756 test for now | Aaron Hill | -0/+4 |
| 2019-12-03 | Emit coercion suggestions in more places | Aaron Hill | -8/+18 |
| 2019-12-03 | Check break target availability when checking breaks with values | Ömer Sinan Ağacan | -0/+18 |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -2/+4 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -6/+6 |
| 2019-12-02 | Correct other tests related to const_mut_refs | Christian Poveda | -7/+16 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -191/+37 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -0/+20 |
| 2019-11-29 | Bless ui test for libstd reformat | David Tolnay | -2/+2 |
| 2019-11-29 | SimplifyArmIdentity only for locals with the same type | Tomasz Miąsko | -0/+20 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -2/+2 |
| 2019-11-28 | Use structured suggestion when requiring `Copy` constraint in type param | Esteban Küber | -3/+39 |
| 2019-11-27 | Simplify `mem_categorization` | Matthew Jasper | -23/+3 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -21/+3 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -21/+3 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -8/+8 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -8/+8 |
| 2019-11-23 | Rollup merge of #66539 - estebank:let-ty, r=Centril | Mazdak Farrokhzad | -16/+38 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -79/+2 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -9/+9 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -6/+7 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -16/+38 |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -79/+2 |