| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Rollup merge of #132600 - durin42:llvm-20-passbuilder-arg, r=Zalathar | Jubilee | -5/+41 |
| 2024-11-05 | Rollup merge of #132473 - ZhekaS:core_fmt_radix_no_panic, r=joboet | Jubilee | -1/+4 |
| 2024-11-05 | Rollup merge of #132153 - bjoernager:const-char-encode-utf16, r=dtolnay | Jubilee | -3/+5 |
| 2024-11-05 | Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubilee | bors | -1397/+1701 |
| 2024-11-05 | PassWrapper: adapt for new parameter in LLVM | Augie Fackler | -5/+41 |
| 2024-11-04 | Rollup merge of #132609 - NotWearingPants:patch-1, r=Amanieu | Jubilee | -1/+1 |
| 2024-11-04 | Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errors | Jubilee | -0/+18 |
| 2024-11-04 | Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35 | Jubilee | -2/+2 |
| 2024-11-04 | Rollup merge of #132601 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2024-11-04 | Rollup merge of #132598 - jdonszelmann:move-lints-to-early, r=xFrednet | Jubilee | -112/+122 |
| 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-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -18/+1332 |
| 2024-11-05 | Explain how to evaluate an obligation | mejrs | -3/+9 |
| 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 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -112/+122 |
| 2024-11-04 | Auto merge of #132594 - lnicola:sync-from-ra, r=lnicola | bors | -849/+1907 |
| 2024-11-04 | docs: fix grammar in doc comment at unix/process.rs | NotWearingPants | -1/+1 |
| 2024-11-04 | Improve example of `impl Pattern for &[char]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-11-04 | Fixed typo, rebased | Eugene Shamis | -1/+1 |
| 2024-11-04 | Auto merge of #132603 - matthiaskrgr:rollup-ikzofgc, r=matthiaskrgr | bors | -451/+725 |
| 2024-11-04 | Updated SAFETY comment to address underflow | Eugene Shamis | -2/+3 |
| 2024-11-04 | Replace checked slice indexing by unchecked to support panic-free code | Eugene Shamis | -1/+3 |
| 2024-11-04 | Update books | rustbot | -0/+0 |
| 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 | document `type_implements_trait` | mejrs | -0/+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 | Stabilise 'const_char_encode_utf16'; | Gabriel Bjørnager Jensen | -3/+5 |
| 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 |