| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Auto merge of #118607 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.74.1 | bors | -34/+360 |
| 2023-12-04 | Don't ask for a specific branch in cargotest | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | Add release notes for 1.74.1 | Mark Rousskov | -1/+8 |
| 2023-12-04 | move subtyper change reveal_all | ouz-a | -55/+143 |
| 2023-12-04 | have better explanation for `relate_types` | ouz-a | -33/+40 |
| 2023-12-04 | change is_subtype to relate_types | ouz-a | -86/+127 |
| 2023-12-04 | Add docs, remove code, change subtyper code | ouz-a | -363/+106 |
| 2023-12-04 | subtyping_projections | ouz-a | -5/+431 |
| 2023-12-04 | only free lifetimes may get erased | lcnr | -4/+6 |
| 2023-12-04 | Update compiler/rustc_codegen_llvm/src/lib.rs | Wesley Wiser | -1/+1 |
| 2023-12-04 | Dispose llvm::TargetMachines prior to llvm::Context being disposed | Wesley Wiser | -6/+18 |
| 2023-11-13 | Auto merge of #117843 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.74.0 | bors | -55/+314 |
| 2023-11-12 | coverage: Regression test for #117788 | Zalathar | -0/+74 |
| 2023-11-12 | coverage: Avoid creating malformed macro name spans | Zalathar | -0/+6 |
| 2023-11-12 | [beta] remove specialization that caused perf regression | The 8472 | -54/+0 |
| 2023-11-12 | Prepare 1.74.0 release | Mark Rousskov | -1/+234 |
| 2023-11-10 | Auto merge of #117757 - flip1995:clippy-beta-backport, r=cuviper | bors | -140/+72 |
| 2023-11-10 | Auto merge of #117764 - cuviper:beta-next, r=cuviper | bors | -183/+307 |
| 2023-11-09 | update mir-opt tests | lcnr | -21/+21 |
| 2023-11-09 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -68/+75 |
| 2023-11-09 | generator layout: ignore fake borrows | lcnr | -3/+42 |
| 2023-11-09 | instrument constituent types computation | lcnr | -0/+3 |
| 2023-11-09 | add test for trivial bound not holding in `soa-derive` | Rémy Rakic | -0/+8 |
| 2023-11-09 | check binders with bound vars for global bounds that don't hold | Rémy Rakic | -1/+2 |
| 2023-11-09 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+47 |
| 2023-11-09 | review + add tests | lcnr | -4/+45 |
| 2023-11-09 | only erase param env regions where needed | lcnr | -2/+2 |
| 2023-11-09 | dropck_outlives check generator witness needs_drop | lcnr | -58/+69 |
| 2023-11-09 | remove outdated comment | lcnr | -1/+0 |
| 2023-11-09 | Auto merge of #11596 - blyxyas:fix-fp-needless_pass_by_ref_mut, r=Jarcho | bors | -140/+72 |
| 2023-11-07 | Auto merge of #117644 - cuviper:beta-next, r=cuviper | bors | -114/+124 |
| 2023-11-06 | Update to LLVM 17.0.4 | Nikita Popov | -0/+0 |
| 2023-11-06 | improve and fix x install | onur-ozkan | -22/+30 |
| 2023-11-06 | Remove `cfg_match` from the prelude | Caio | -89/+91 |
| 2023-11-06 | ensure the parent path's existence on `x install` | onur-ozkan | -3/+3 |
| 2023-10-21 | Auto merge of #117005 - cuviper:beta-next, r=cuviper | bors | -507/+601 |
| 2023-10-21 | Auto merge of #116997 - weihanglo:update-beta-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-20 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -103/+128 |
| 2023-10-20 | Disable effects in libcore again | Oli Scherer | -1/+30 |
| 2023-10-20 | Update to LLVM 17.0.3 | Nikita Popov | -0/+0 |
| 2023-10-20 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -4/+80 |
| 2023-10-20 | Fix a performance regression in obligation deduplication. | Nicholas Nethercote | -4/+4 |
| 2023-10-20 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+4 |
| 2023-10-20 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -9/+18 |
| 2023-10-20 | Add regression test for generic args showing `host` param | Oli Scherer | -0/+12 |
| 2023-10-20 | Test cross crate | Oli Scherer | -0/+15 |
| 2023-10-20 | Hide host effect params from docs | Oli Scherer | -15/+19 |
| 2023-10-20 | Add regression tests | Oli Scherer | -0/+19 |
| 2023-10-20 | Bump stage0 to released stable compiler | Josh Stone | -374/+275 |
| 2023-10-20 | [beta-1.74] Update cargo | Weihang Lo | -0/+0 |