| Age | Commit message (Expand) | Author | Lines |
| 2021-09-07 | Move documentation to the unstable book | danakj | -13/+24 |
| 2021-09-07 | remap-cwd-prefix | danakj | -0/+55 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -5/+5 |
| 2021-09-07 | Auto merge of #88724 - Mark-Simulacrum:bump-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -3/+6 |
| 2021-09-07 | Recover from `Foo(a: 1, b: 2)` | Esteban Kuber | -24/+42 |
| 2021-09-07 | Bump RLS submodule | Mark Rousskov | -0/+0 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -0/+118 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 2021-09-07 | test: add case for mutating iterator | Michael Howell | -1/+44 |
| 2021-09-06 | fix(clippy): update loop lints to use arg.span | Michael Howell | -10/+9 |
| 2021-09-06 | Suggest wapping expr in parentheses on invalid unary negation | Andrew Hickman | -2/+34 |
| 2021-09-06 | Normalize assoc types when checking ret ty of main | ThePuzzlemaker | -0/+19 |
| 2021-09-06 | Auto merge of #88692 - hyd-dev:miri, r=RalfJung | bors | -7/+9 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+61 |
| 2021-09-06 | Do not unshallow -- already done by other code | Mark Rousskov | -8/+0 |
| 2021-09-07 | Update Miri | hyd-dev | -7/+9 |
| 2021-09-06 | Add test for braced-macro followed by `.` or `?`. | Mara Bos | -0/+9 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -149/+663 |
| 2021-09-06 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-06 | Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se | bors | -21/+236 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+148 |
| 2021-09-06 | Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obk | bors | -19/+20 |
| 2021-09-06 | Rollup merge of #88685 - lnicola:rust-analyzer-2021-09-06, r=lnicola | Ryan Levick | -20/+32 |
| 2021-09-06 | Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnr | Ryan Levick | -0/+203 |
| 2021-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -20/+32 |
| 2021-09-06 | Auto merge of #88631 - camelid:sugg-span, r=davidtwco | bors | -9/+152 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -4/+17 |
| 2021-09-06 | Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726 | bors | -0/+144 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -64/+9 |
| 2021-09-06 | Add regression test for #74400 | Bram van den Heuvel | -0/+54 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -23/+37 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -4/+41 |
| 2021-09-05 | Change scope of temporaries in match guards | Matthew Jasper | -19/+20 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -4/+41 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -13/+13 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -64/+96 |
| 2021-09-05 | Auto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m-ou-se | bors | -48/+302 |
| 2021-09-05 | Add tests | Giacomo Stevanato | -0/+144 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -0/+21 |
| 2021-09-05 | Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514 | Mara Bos | -2/+18 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -46/+263 |
| 2021-09-05 | Auto merge of #88603 - nikic:llvm-update, r=cuviper | bors | -0/+0 |
| 2021-09-05 | Correct typo | est31 | -1/+1 |
| 2021-09-04 | Use verbose suggestions and only match if the + is seen before a numeric literal | Theodore Luo Wang | -88/+48 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -0/+21 |
| 2021-09-04 | Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum | bors | -0/+5 |
| 2021-09-04 | test for issue #77175 | Stefano Buliani | -0/+19 |