| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Auto merge of #95639 - pietroalbini:pa-1.60.0-stable, r=pietroalbini 1.60.0 | bors | -7/+356 |
| 2022-04-04 | switch channel to stable | Pietro Albini | -1/+1 |
| 2022-04-04 | pull up to date relnotes | Pietro Albini | -1/+340 |
| 2022-04-04 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-04-04 | Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe` | Thom Chiovoloni | -0/+9 |
| 2022-04-04 | Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafe | Thom Chiovoloni | -5/+6 |
| 2022-03-31 | Auto merge of #95464 - lcnr:backport-94925, r=Dylan-DPC | bors | -12/+27 |
| 2022-03-30 | backport #94925 | lcnr | -12/+27 |
| 2022-03-22 | Auto merge of #95093 - compiler-errors:beta-correctly, r=Mark-Simulacrum | bors | -6/+8 |
| 2022-03-18 | remove statement that was forgotten when backporting #94438 | Michael Goulet | -6/+8 |
| 2022-03-18 | Auto merge of #95061 - cuviper:beta-stage0, r=Mark-Simulacrum | bors | -361/+353 |
| 2022-03-18 | Fix cmake build. | Eric Huss | -3/+3 |
| 2022-03-17 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -15/+50 |
| 2022-03-17 | Revert accidental stabilization | Oli Scherer | -3/+17 |
| 2022-03-17 | Update the bootstrap compiler to 1.59.0 | Josh Stone | -340/+283 |
| 2022-03-14 | Auto merge of #94933 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -103/+206 |
| 2022-03-14 | Drop forget_guarantee, introduced only on master | Mark Rousskov | -4/+1 |
| 2022-03-14 | remove feature gate in control_flow examples | Marcel Hellwig | -2/+0 |
| 2022-03-14 | only check method inputs once | Michael Goulet | -15/+53 |
| 2022-03-14 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -29/+70 |
| 2022-03-14 | delay bug instead of skipping check_expr | Michael Goulet | -5/+42 |
| 2022-03-14 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -35/+27 |
| 2022-03-14 | Statically compile libstdc++ everywhere if asked | Jon Gjengset | -12/+12 |
| 2022-03-14 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-14 | Use new pass manager on s390x with LLVM 14 | Nikita Popov | -4/+5 |
| 2022-03-14 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-03-07 | Auto merge of #94552 - lcnr:fix-94502, r=oli-obk | bors | -3/+57 |
| 2022-03-07 | backport fix for #94502 | lcnr | -3/+57 |
| 2022-03-03 | Auto merge of #94545 - ehuss:beta-backports, r=ehuss | bors | -71/+124 |
| 2022-03-02 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -58/+85 |
| 2022-03-02 | Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obk | Dylan DPC | -7/+33 |
| 2022-03-02 | [beta] Update cargo | Eric Huss | -6/+6 |
| 2022-02-22 | Auto merge of #94228 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -6/+11 |
| 2022-02-21 | Temporarily avoid errors on RLS failure in parallel | Mark Rousskov | -0/+6 |
| 2022-02-21 | Fix up unused imports in rustfmt tests | Mark Rousskov | -5/+4 |
| 2022-02-21 | Branch 1.60 beta | Mark Rousskov | -1/+1 |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -214/+256 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -22/+52 |
| 2022-02-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -11/+19 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -54/+88 |
| 2022-02-19 | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | -20/+29 |
| 2022-02-19 | Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -78/+5 |
| 2022-02-19 | Rollup merge of #92902 - ssomers:docter_drain, r=yaahc | Matthias Krüger | -26/+57 |
| 2022-02-19 | Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -577/+1593 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -26/+57 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -9/+27 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -248/+218 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -7/+365 |