| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | Auto merge of #102018 - pietroalbini:pa-1.64.0, r=pietroalbini 1.64.0 | bors | -218/+778 |
| 2022-09-19 | remove reverted change from the release notes | Pietro Albini | -1/+0 |
| 2022-09-19 | Revert "Auto merge of #95295 - CAD97:layout-isize, r=scottmcm" | Pietro Albini | -156/+331 |
| 2022-09-19 | Revert "Auto merge of #99136 - CAD97:layout-faster, r=scottmcm" | Pietro Albini | -38/+21 |
| 2022-09-19 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2022-09-19 | fix RPIT ICE for implicit HRTB when missing dyn | Santiago Pastorino | -2/+44 |
| 2022-09-19 | Restore old behaviour on broken UNC paths | Chris Denton | -18/+20 |
| 2022-09-19 | Use getuid to check instead of USER env var in rustbuild | Samyak Sarnayak | -4/+11 |
| 2022-09-19 | backport latest release notes | Pietro Albini | -2/+354 |
| 2022-09-19 | bump channel to stable | Pietro Albini | -1/+1 |
| 2022-09-16 | Auto merge of #101808 - flip1995:clippy_backport, r=Mark-Simulacrum | bors | -2/+15 |
| 2022-09-14 | Fix hang in `vec_init_then_push` | Jason Newcomb | -2/+15 |
| 2022-09-09 | Auto merge of #101320 - RalfJung:beta-ctfe-ptr-provenance, r=pnkfelix | bors | -50/+275 |
| 2022-09-02 | CTFE: more informative error message on ReadPointerAsBytes trouble | Ralf Jung | -50/+275 |
| 2022-08-31 | Auto merge of #101050 - pnkfelix:revert-mir-inline-policy-for-beta-1.64, r=co... | bors | -10/+95 |
| 2022-08-31 | Auto merge of #101221 - ehuss:update-beta-cargo, r=ehuss | bors | -94/+180 |
| 2022-08-30 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -67/+69 |
| 2022-08-30 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -9/+51 |
| 2022-08-30 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -18/+60 |
| 2022-08-30 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-08-29 | regression tests for problems that are exposed by mir-inlining policy that we... | Felix S. Klock II | -0/+81 |
| 2022-08-26 | ignore std/test/codegen/mem-replace-direct-memcpy.rs in the 1.64-beta. | Felix S. Klock II | -0/+12 |
| 2022-08-26 | revert mir inlining policy for beta-1.64 to resolve issue #101004. | Felix S. Klock II | -10/+2 |
| 2022-08-18 | Auto merge of #100538 - Nilstrieb:revert-let-chains-beta, r=compiler-errors | bors | -438/+788 |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -438/+788 |
| 2022-08-14 | Auto merge of #100412 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -343/+311 |
| 2022-08-11 | Update cargo to include rust-lang/cargo#10970 | Mark Rousskov | -0/+0 |
| 2022-08-11 | Add docs for get_remapped_def_id | Santiago Pastorino | -0/+13 |
| 2022-08-11 | Iterate def_ids map backwards to try first the latest mappings (it's a stack) | Santiago Pastorino | -1/+1 |
| 2022-08-11 | Add regression test for issue 100187 | Santiago Pastorino | -0/+12 |
| 2022-08-11 | Bump to released stable | Mark Rousskov | -342/+285 |
| 2022-08-09 | Auto merge of #100274 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -38/+117 |
| 2022-08-08 | Add regression test comment | Noah Lev | -0/+2 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -7/+15 |
| 2022-08-08 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+24 |
| 2022-08-08 | Put explicit_auto_deref into nursery | Philipp Krones | -3/+2 |
| 2022-08-08 | Enable RUSTC_BOOTSTRAP for a few steps | Mark Rousskov | -0/+3 |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+70 |
| 2022-08-08 | Move `significant_drop_in_scrutinee` into `nursey` | Jason Newcomb | -3/+2 |
| 2022-08-08 | Switch channel to beta | Mark Rousskov | -1/+1 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -246/+451 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -296/+588 |
| 2022-08-05 | Auto merge of #97085 - rylev:test-issue-33172, r=wesleywiser | bors | -0/+40 |
| 2022-08-04 | Auto merge of #95026 - cuviper:bump-linux-min, r=Mark-Simulacrum | bors | -1483/+1621 |
| 2022-08-04 | Link /rustroot/lib stuff for clang -m32 to see | Josh Stone | -0/+5 |
| 2022-08-04 | Auto merge of #100151 - matthiaskrgr:rollup-irqwvj2, r=matthiaskrgr | bors | -121/+381 |
| 2022-08-04 | Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikic | Matthias Krüger | -1/+6 |
| 2022-08-04 | Rollup merge of #100138 - GuillaumeGomez:rm-clean-impls, r=notriddle | Matthias Krüger | -18/+11 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -68/+94 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -3/+58 |