| Age | Commit message (Expand) | Author | Lines |
| 2021-01-21 | Parse loop labels missing a leading `'` | Esteban Küber | -17/+22 |
| 2021-01-21 | Avoid emitting redundant "unused label" lint | Esteban Küber | -63/+17 |
| 2021-01-21 | Add more misspelled label tests | Esteban Küber | -15/+173 |
| 2021-01-21 | Tweak error for invalid `break expr` | Esteban Küber | -55/+119 |
| 2021-01-21 | Suggest `'a` when given `a` only when appropriate | Esteban Küber | -21/+27 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -9/+107 |
| 2021-01-22 | Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkov | bors | -0/+130 |
| 2021-01-21 | Lower closure prototype after its body. | Camille GILLOT | -0/+68 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -3/+31 |
| 2021-01-21 | require gat substs to be invariant | Bastian Kauschke | -0/+24 |
| 2021-01-21 | Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitor | bors | -4/+140 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -0/+75 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+34 |
| 2021-01-21 | Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-01-21 | directly expose copy and copy_nonoverlapping intrinsics | Ralf Jung | -26/+23 |
| 2021-01-21 | Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus | bors | -1/+1 |
| 2021-01-20 | Improve suggestion for tuple struct pattern matching errors. | Reese Williams | -0/+30 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+1 |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -0/+130 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+7 |
| 2021-01-19 | Address review v2 | Rune Tynan | -46/+40 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -988/+63 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -0/+75 |
| 2021-01-19 | Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomez | bors | -17/+96 |
| 2021-01-19 | Rollup merge of #81147 - estebank:drop-suggestion, r=varkor | Guillaume Gomez | -17/+96 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -16/+39 |
| 2021-01-19 | Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwco | bors | -5/+44 |
| 2021-01-19 | Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebank | bors | -2/+32 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -0/+50 |
| 2021-01-18 | Move test to `src/test/ui/consts/` | Camelid | -0/+0 |
| 2021-01-18 | Fix ICE with `ReadPointerAsBytes` validation error | Camelid | -0/+40 |
| 2021-01-18 | Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAus | bors | -81/+83 |
| 2021-01-18 | Add tests for resolution changes | Ryan Levick | -0/+30 |
| 2021-01-18 | Add test case for suggestion E0283 | Daiki Ihara | -2/+32 |
| 2021-01-18 | Remove disabled transformation from instcombine | Tomasz Miąsko | -70/+1 |
| 2021-01-18 | Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obk | Ashley Mannix | -81/+59 |
| 2021-01-18 | Rollup merge of #81071 - osa1:fix_81006, r=estebank | Ashley Mannix | -0/+24 |
| 2021-01-18 | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelid | bors | -9/+40 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -5/+11 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+4 |
| 2021-01-17 | Fix structured suggestion for explicit `drop` call | Esteban Küber | -17/+96 |
| 2021-01-17 | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | -0/+49 |
| 2021-01-17 | Fix test to work with remote-test-server. | Eric Huss | -1/+7 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -22/+22 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -1/+1 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -9/+40 |
| 2021-01-17 | validation test: turn some const_err back into validation failures | Ralf Jung | -81/+59 |
| 2021-01-17 | Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasper | bors | -2/+2 |
| 2021-01-17 | Add test for Command::current_dir behavior. | Eric Huss | -0/+43 |