| Age | Commit message (Expand) | Author | Lines |
| 2021-05-04 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -1/+0 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -0/+44 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -14/+14 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -55/+47 |
| 2021-03-23 | Fix ICE of for-loop mut borrowck where no suggestions are available | Deadbeef | -0/+44 |
| 2021-03-19 | update tests | mark | -32/+29 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+17 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -0/+520 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+40 |
| 2021-02-15 | Fix test issue reference | Edward Shen | -1/+1 |
| 2021-02-14 | Use delay_span_bug for mismatched subst/hir arg | Edward Shen | -0/+68 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 2021-02-08 | Add tests | 1000teslas | -1/+139 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -0/+342 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+5 |
| 2021-02-01 | Update ui tests | Jesus Rubio | -0/+5 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+20 |
| 2021-01-30 | Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk | Yuki Okushi | -0/+1 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+1 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -1/+3 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+402 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+402 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -0/+25 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -5/+5 |
| 2020-12-01 | Added better error message for shared borrow treated as unique for purposes o... | PankajChaudhary5 | -5/+5 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -1/+1 |
| 2020-11-02 | Provide diagnostic suggestion in ExprUseVisitor Delegate | Dhruv Jauhar | -1/+1 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -19/+17 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -13/+23 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -1/+1 |
| 2020-09-15 | Stabilize move_ref_pattern | Amjad Alsharafi | -19/+17 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -172/+172 |
| 2020-08-30 | mv compiler to compiler/ | mark | -5/+5 |
| 2020-08-08 | Be consistent when describing a move as a 'partial' in diagnostics | Aaron Hill | -195/+195 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -6/+21 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+6 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -0/+228 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -6/+1 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -0/+3 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+6 |
| 2020-06-04 | test: ui: skip tests which aren't appropriate for RISC-V | Tom Eccles | -7/+8 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -0/+3 |
| 2020-05-22 | Update tests | Matthew Jasper | -132/+50 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+1 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+11 |
| 2020-05-02 | Report cannot move errors in promoted MIR | Matthew Jasper | -0/+51 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -4/+4 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -4/+3 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -31/+31 |