| Age | Commit message (Expand) | Author | Lines |
| 2023-08-03 | Auto merge of #114410 - pietroalbini:pa-cve-2023-38497-stable, r=pietroalbini 1.71.1 | bors | -0/+1 |
| 2023-08-03 | update release notes to include cve fix | Pietro Albini | -0/+1 |
| 2023-08-03 | update cargo to fix cve-2023-38497 | Pietro Albini | -0/+0 |
| 2023-07-31 | Auto merge of #114284 - pietroalbini:pa-1.72.1, r=pietroalbini | bors | -69/+133 |
| 2023-07-31 | bump version number | Pietro Albini | -1/+1 |
| 2023-07-31 | update release notes for 1.72.1 | Pietro Albini | -0/+9 |
| 2023-07-31 | Revert "Fix `x test lint-docs` when download-rustc is enabled" | jyn | -7/+0 |
| 2023-07-31 | do not use stringly typed diagnostics | Deadbeef | -26/+31 |
| 2023-07-31 | `suspicious_double_ref_op`: don't lint on `.borrow()` | Deadbeef | -15/+35 |
| 2023-07-31 | Don't use can_eq in derive suggestion for missing method | Michael Goulet | -16/+44 |
| 2023-07-31 | Revert "fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error" | ekusiadadus | -5/+1 |
| 2023-07-31 | Substitute types before checking compatibility. | Camille GILLOT | -1/+14 |
| 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 |