| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Update gcc submodule to 0ea98a1365b81f7488073512c850e8ee951a4afd | Jakub Beránek | -0/+0 |
| 2025-04-25 | Add a tidy check for GCC submodule version | Jakub Beránek | -0/+49 |
| 2025-04-24 | Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtm | bors | -0/+53 |
| 2025-04-24 | Auto merge of #140256 - matthiaskrgr:rollup-8if58zf, r=matthiaskrgr | bors | -260/+1030 |
| 2025-04-25 | set subsections_via_symbols for ld64 helper sections | usamoi | -0/+53 |
| 2025-04-24 | Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie... | Matthias Krüger | -16/+0 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -51/+70 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -24/+48 |
| 2025-04-24 | Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet | Matthias Krüger | -9/+11 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -23/+123 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -32/+86 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -100/+687 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -166/+252 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -89/+64 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -14/+0 |
| 2025-04-24 | Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxu | Matthias Krüger | -0/+9 |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -9/+35 |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #140184 - Berrysoft:cygwin-target-doc, r=Noratrieb | Matthias Krüger | -2/+3 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -9/+25 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -12/+68 |
| 2025-04-24 | Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr | bors | -443/+1254 |
| 2025-04-24 | stdarch | bendn | -0/+0 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -100/+687 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -50/+50 |
| 2025-04-24 | Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errors | Matthias Krüger | -24/+4 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -38/+349 |
| 2025-04-24 | Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote | Matthias Krüger | -112/+226 |
| 2025-04-24 | Rollup merge of #139852 - makai410:smir-refactor, r=celinval | Matthias Krüger | -211/+511 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -2/+47 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+63 |
| 2025-04-24 | Rollup merge of #139307 - xizheyin:issue-139296, r=joboet | Matthias Krüger | -0/+3 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -5/+1 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -9/+25 |
| 2025-04-24 | Auto merge of #140168 - joshlf:no-nfas, r=jswrenn | bors | -161/+778 |
| 2025-04-24 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -42/+43 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -8/+7 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -89/+64 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -978/+157 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -153/+436 |
| 2025-04-23 | Extend HIR to track the source and syntax of a lifetime | Jake Goulding | -112/+226 |
| 2025-04-23 | transmutability: Mark edges by ranges, not values | Joshua Liebow-Feeser | -161/+778 |
| 2025-04-23 | Remove hack | Michael Goulet | -14/+0 |
| 2025-04-23 | Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearth | bors | -7047/+13740 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -355/+373 |
| 2025-04-23 | More | Michael Goulet | -187/+189 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+63 |
| 2025-04-23 | Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkan | bors | -7/+11 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -24/+48 |