| Age | Commit message (Expand) | Author | Lines |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -30/+31 |
| 2025-02-03 | Auto merge of #136483 - marcoieni:dist-x86_64-msvc-windows-25, r=Kobzol | bors | -1/+1 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -60/+161 |
| 2025-02-03 | Auto merge of #136481 - jieyouxu:rollup-w0lnnqb, r=jieyouxu | bors | -143/+251 |
| 2025-02-03 | patch RfL job | Ralf Jung | -2/+2 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -58/+159 |
| 2025-02-03 | Auto merge of #136352 - lqd:ensure-stacks, r=compiler-errors | bors | -6/+12 |
| 2025-02-03 | ci: move dist-x86_64-msvc to windows 2025 | MarcoIeni | -1/+1 |
| 2025-02-03 | Rollup merge of #136467 - onur-ozkan:override-default-profile-on-tarballs, r=... | 许杰友 Jieyou Xu (Joe) | -1/+8 |
| 2025-02-03 | Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -38/+21 |
| 2025-02-03 | Rollup merge of #136455 - nnethercote:less-Clone, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -24/+24 |
| 2025-02-03 | Rollup merge of #136441 - jieyouxu:cleanup-is-rustdoc, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -5/+2 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -19/+81 |
| 2025-02-03 | Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+78 |
| 2025-02-03 | Rollup merge of #136404 - fmease:rm-compiletest-relic-of-the-past, r=Noratrie... | 许杰友 Jieyou Xu (Joe) | -38/+30 |
| 2025-02-03 | Rollup merge of #136356 - pthariensflame:patch-1, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -7/+7 |
| 2025-02-03 | Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obk | bors | -10/+10 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -24/+666 |
| 2025-02-03 | override default config profile on tarballs | onur-ozkan | -1/+8 |
| 2025-02-03 | Remove hook calling via `TyCtxtAt`. | Nicholas Nethercote | -38/+21 |
| 2025-02-03 | Remove a footgun-y feature / relic of the past from the compiletest DSL | León Orell Valerian Liehr | -38/+30 |
| 2025-02-02 | Docs for f16 and f128: correct a typo and add details | Laine Taffin Altman | -7/+7 |
| 2025-02-03 | LTA: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -11/+78 |
| 2025-02-02 | Auto merge of #136454 - matthiaskrgr:rollup-ewejzmp, r=matthiaskrgr | bors | -734/+1935 |
| 2025-02-03 | Derive `Clone` on fewer THIR types. | Nicholas Nethercote | -22/+22 |
| 2025-02-03 | `TypeVisitable` doesn't require `Clone`. | Nicholas Nethercote | -2/+2 |
| 2025-02-02 | Rollup merge of #136452 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -568/+1477 |
| 2025-02-02 | Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obk | Matthias Krüger | -111/+63 |
| 2025-02-02 | Rollup merge of #136426 - oli-obk:push-nkpuulwurykn, r=compiler-errors | Matthias Krüger | -2/+8 |
| 2025-02-02 | Rollup merge of #136425 - nnethercote:mv-rustc_middle-infer, r=lcnr | Matthias Krüger | -18/+14 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -31/+29 |
| 2025-02-02 | Rollup merge of #136403 - fmease:fix-a-ui-test, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-02-02 | Rollup merge of #136339 - veera-sivarajan:ignore-arm-unknown-headers, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2025-02-02 | Rollup merge of #136145 - oli-obk:push-wxvpklmkppqz, r=RalfJung | Matthias Krüger | -2/+338 |
| 2025-02-02 | update lockfile | Ralf Jung | -23/+130 |
| 2025-02-02 | Merge pull request #4142 from joboet/apple-futex | Ralf Jung | -53/+626 |
| 2025-02-02 | Maintain a list of types permitted per pattern | Oli Scherer | -2/+211 |
| 2025-02-02 | Check the base type of pattern types for validity first | Oli Scherer | -6/+5 |
| 2025-02-02 | shim Apple's futex primitives | joboet | -53/+626 |
| 2025-02-02 | Test validity of pattern types | Oli Scherer | -0/+128 |
| 2025-02-02 | Merge pull request #4172 from RalfJung/miri_get_backtrace | Ralf Jung | -51/+14 |
| 2025-02-02 | Merge pull request #4174 from RalfJung/read-write-callback | Ralf Jung | -138/+158 |
| 2025-02-02 | Auto merge of #136448 - matthiaskrgr:rollup-pdim5di, r=matthiaskrgr | bors | -1180/+775 |
| 2025-02-02 | Rollup merge of #136434 - RalfJung:rustc_allowed_through_unstable_modules-dep... | Matthias Krüger | -125/+107 |
| 2025-02-02 | Rollup merge of #136422 - nnethercote:convert-lint-functions, r=Noratrieb | Matthias Krüger | -278/+179 |
| 2025-02-02 | Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errors | Matthias Krüger | -27/+160 |
| 2025-02-02 | Rollup merge of #136402 - notriddle:notriddle/let-expr-detector, r=compiler-e... | Matthias Krüger | -18/+227 |
| 2025-02-02 | Rollup merge of #136394 - saethlin:clean-up-instantiation-mode, r=compiler-er... | Matthias Krüger | -42/+79 |
| 2025-02-02 | Rollup merge of #136283 - hkBst:patch-31, r=workingjubilee | Matthias Krüger | -12/+13 |
| 2025-02-02 | Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o... | Matthias Krüger | -678/+10 |