| Age | Commit message (Expand) | Author | Lines |
| 2023-07-12 | Auto merge of #113602 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.71.0 | bors | -43/+37 |
| 2023-07-11 | Drop empty sections from release notes | Mark Rousskov | -15/+0 |
| 2023-07-11 | Add regression test for #112308 | Guillaume Gomez | -26/+31 |
| 2023-07-11 | Prevent emitting `missing_docs` for `pub extern crate` | Guillaume Gomez | -2/+6 |
| 2023-07-10 | Auto merge of #113541 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum | bors | -1/+144 |
| 2023-07-10 | Prepare 1.71.0 stable release | Mark Rousskov | -1/+144 |
| 2023-07-08 | Auto merge of #113483 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrum | bors | -39/+217 |
| 2023-07-08 | Downgrade addr2line | Mark Rousskov | -13/+20 |
| 2023-07-08 | Fix linker failures when #[global_allocator] is used in a dependency | bjorn3 | -2/+38 |
| 2023-07-08 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+39 |
| 2023-07-08 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -23/+96 |
| 2023-07-08 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-07-06 | Auto merge of #113417 - flip1995:clippy_beta_backport, r=Manishearth | bors | -51/+164 |
| 2023-07-06 | Ignore in-proc-macros items | blyxyas | -1/+2 |
| 2023-07-06 | Move redundant_clone to nursery | Alex Macleod | -33/+35 |
| 2023-07-06 | Auto merge of #10865 - Centri3:let_with_type_underscore_tracing, r=Jarcho | bors | -10/+65 |
| 2023-07-06 | [`default_constructed_unit_structs`]: do not lint type aliases | y21 | -7/+62 |
| 2023-06-24 | Auto merge of #113000 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrum | bors | -48/+201 |
| 2023-06-24 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-24 | disable some layout optimizations for unsizable structs | The 8472 | -42/+48 |
| 2023-06-24 | Make struct layout not depend on unsizeable tail | Lukas Markeffsky | -2/+31 |
| 2023-06-24 | Fix type-inference regression in #112225 | Arpad Borsos | -1/+65 |
| 2023-06-24 | Update to LLVM 16.0.5 | Nikita Popov | -1/+1 |
| 2023-06-24 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-06-24 | Update compiler/rustc_mir_transform/src/check_alignment.rs | Wesley Wiser | -0/+1 |
| 2023-06-24 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+25 |
| 2023-06-08 | Auto merge of #112421 - weihanglo:update-beta-cargo, r=weihanglo | bors | -0/+0 |
| 2023-06-08 | [beta-1.71] cargo backport | Weihang Lo | -0/+0 |
| 2023-06-04 | Auto merge of #112246 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -421/+381 |
| 2023-06-03 | add FIXME | lcnr | -0/+5 |
| 2023-06-03 | add tests | lcnr | -0/+78 |
| 2023-06-03 | unique borrows are mutating uses | lcnr | -19/+7 |
| 2023-06-03 | Bump to released 1.70 stable | Mark Rousskov | -402/+291 |
| 2023-05-29 | Auto merge of #112066 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -42/+65 |
| 2023-05-29 | Exclude Rvalue::AddressOf for raw pointer deref alignment checks | Ben Kimock | -0/+8 |
| 2023-05-29 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-05-29 | Switch to beta channel | Mark Rousskov | -1/+1 |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -41/+41 |
| 2023-05-27 | Auto merge of #112025 - matthiaskrgr:rollup-j693v67, r=matthiaskrgr | bors | -94/+141 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -43/+39 |
| 2023-05-27 | Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomez | Matthias Krüger | -42/+61 |
| 2023-05-27 | Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -1/+13 |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -5/+24 |
| 2023-05-27 | Rollup merge of #108630 - overlookmotel:realloc-docs-fix, r=Amanieu | Matthias Krüger | -1/+2 |
| 2023-05-27 | Auto merge of #111006 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum | bors | -0/+136 |
| 2023-05-27 | 1.70.0 release notes | Mark Rousskov | -0/+136 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -5/+24 |
| 2023-05-27 | Auto merge of #110975 - Amanieu:panic_count, r=joshtriplett | bors | -86/+149 |
| 2023-05-27 | Add support for nested panics to miri | Amanieu d'Antras | -32/+53 |