| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | Rollup merge of #132596 - GuillaumeGomez:show-coverage, r=notriddle | Jubilee | -6/+48 |
| 2024-11-04 | Rollup merge of #132587 - nnethercote:revert-avoid-nested-replacement-ranges,... | Jubilee | -7/+21 |
| 2024-11-04 | Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errors | Jubilee | -1268/+1333 |
| 2024-11-04 | Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errors | Jubilee | -1/+10 |
| 2024-11-04 | Rollup merge of #132025 - duncpro:E0027, r=compiler-errors | Jubilee | -0/+95 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+51 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -8/+37 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -58/+46 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -68/+80 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -224/+118 |
| 2024-11-04 | convert all const-callable intrinsics into the new form (without extern block) | Ralf Jung | -968/+1110 |
| 2024-11-04 | Auto merge of #132594 - lnicola:sync-from-ra, r=lnicola | bors | -849/+1907 |
| 2024-11-04 | Auto merge of #132603 - matthiaskrgr:rollup-ikzofgc, r=matthiaskrgr | bors | -451/+725 |
| 2024-11-04 | Rollup merge of #132583 - mejrs:tuples, r=compiler-errors | Matthias Krüger | -0/+155 |
| 2024-11-04 | Rollup merge of #132579 - RalfJung:rustc-std-workspace-crates, r=Amanieu | Matthias Krüger | -0/+62 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -8/+60 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -431/+433 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLii | Matthias Krüger | -3/+12 |
| 2024-11-04 | Rename `DocContext::is_json` into `DocContext::is_json_output` | Guillaume Gomez | -8/+8 |
| 2024-11-04 | Add UI regressions tests for rustdoc `--show-coverage` option | Guillaume Gomez | -0/+34 |
| 2024-11-04 | Fix invalid coverage computation when `--output-format=json` is enabled | Guillaume Gomez | -6/+14 |
| 2024-11-04 | Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-dead | bors | -141/+140 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+155 |
| 2024-11-04 | Auto merge of #132250 - nnethercote:rustc_borrowck-cleanups, r=compiler-errors | bors | -385/+251 |
| 2024-11-04 | Merge pull request #18472 from lnicola/reinterpret-function-casing | Laurențiu Nicola | -1/+1 |
| 2024-11-04 | Fix feature name casing | Laurențiu Nicola | -1/+1 |
| 2024-11-04 | Auto merge of #132586 - workingjubilee:rollup-qrmn49a, r=workingjubilee | bors | -1151/+286 |
| 2024-11-04 | update rustc-std-workspace crates | Ralf Jung | -12/+40 |
| 2024-11-04 | `BorrowckDiags` tweaks. | Nicholas Nethercote | -13/+5 |
| 2024-11-04 | Simplify `LocalUseMapBuild`. | Nicholas Nethercote | -48/+14 |
| 2024-11-04 | Merge `BorrowCheckContext` into `TypeChecker`. | Nicholas Nethercote | -173/+88 |
| 2024-11-04 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2024-11-04 | Remove unnecessary `continue`. | Nicholas Nethercote | -2/+1 |
| 2024-11-04 | Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`. | Nicholas Nethercote | -9/+0 |
| 2024-11-04 | Merge `UniverseInfo` and `UniverseInfoInner`. | Nicholas Nethercote | -25/+13 |
| 2024-11-04 | Tidy up comments and some formatting. | Nicholas Nethercote | -78/+92 |
| 2024-11-04 | Move some `use` declarations. | Nicholas Nethercote | -13/+12 |
| 2024-11-04 | Revert "Avoid nested replacement ranges" from #129346. | Nicholas Nethercote | -7/+21 |
| 2024-11-04 | Fix minicore, add tests based off of it | Michael Goulet | -129/+97 |
| 2024-11-04 | Make sure to enforce ~const DerefMut on mutability fixup | Michael Goulet | -0/+1 |
| 2024-11-04 | Register const preds for Deref adjustments in HIR typeck | Michael Goulet | -12/+42 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -21/+23 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -8/+60 |
| 2024-11-03 | Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercote | Jubilee | -80/+76 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -50/+18 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -1020/+183 |
| 2024-11-03 | Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee | Jubilee | -1/+9 |
| 2024-11-04 | Auto merge of #132434 - tgross35:f128-tests, r=workingjubilee | bors | -11/+16 |
| 2024-11-03 | Enable `f128` tests on all non-buggy platforms 🎉 | Trevor Gross | -7/+12 |