| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Make pointers to statics internal | Matthew Jasper | -0/+33 |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -0/+46 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -0/+46 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -2/+2 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -58/+253 |
| 2019-12-09 | Auto merge of #67004 - estebank:issue-66958, r=eddyb | bors | -0/+28 |
| 2019-12-08 | async/await: correct diag note for `async move` | David Wood | -2/+2 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -58/+253 |
| 2019-12-06 | review comments | Esteban Küber | -0/+28 |
| 2019-12-03 | Emit coercion suggestions in more places | Aaron Hill | -1/+40 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -6/+24 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -0/+24 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -2/+2 |
| 2019-11-29 | Ignore wasm for panic tests | David Haig | -0/+6 |
| 2019-11-28 | Moved tests and fixed merge conflict | David Haig | -0/+117 |
| 2019-11-27 | Add async fn test for #66695 | Matthew Jasper | -0/+24 |
| 2019-11-25 | added enclosing_scope attr to Try trait and fixed ui tests accordingly | Mikhail Babenko | -6/+24 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -5/+0 |
| 2019-11-24 | Rollup merge of #64856 - jonhoo:format-temporaries, r=sfackler | Mazdak Farrokhzad | -0/+22 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -5/+0 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -32/+20 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -4/+64 |
| 2019-11-20 | Rollup merge of #66526 - estebank:async-fn-trait-information, r=Centril | Mazdak Farrokhzad | -1/+33 |
| 2019-11-18 | fix rebase | Esteban Küber | -3/+1 |
| 2019-11-18 | Add error code documentation | Esteban Küber | -1/+3 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+2 |
| 2019-11-18 | Reword help and add test | Esteban Küber | -0/+30 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -9/+9 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -10/+0 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -12/+12 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -8/+8 |
| 2019-11-14 | review comments | Esteban Küber | -0/+2 |
| 2019-11-13 | Do not ICE in `if` without `else` in `async fn` | Esteban Küber | -0/+24 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -0/+2 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+45 |
| 2019-11-11 | add ui test for issue-62097 | csmoe | -0/+19 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -0/+1 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -8/+7 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -0/+2 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -4/+4 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -3/+3 |
| 2019-11-04 | Use build-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -8/+7 |
| 2019-11-02 | Merge branch 'master' into format-temporaries | Jon Gjengset | -117/+633 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -6/+6 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+57 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -6/+6 |