| Age | Commit message (Expand) | Author | Lines |
| 2025-02-03 | Merge pull request #19066 from alibektas/slice_pattern_type_inference | Lukas Wirth | -31/+183 |
| 2025-02-03 | Merge pull request #19086 from Veykril/push-ponvylutpnww | Lukas Wirth | -6/+87 |
| 2025-02-03 | Fix some mir eval/lowerings | Lukas Wirth | -6/+87 |
| 2025-02-03 | Merge pull request #19085 from Veykril/push-sknwykqmlott | Lukas Wirth | -6/+25 |
| 2025-02-03 | Do not use make use of `InferenceResult::has_errors` flag for mir building | Lukas Wirth | -6/+25 |
| 2025-02-03 | Revert tests::patterns::infer_pattern | Ali Bektas | -37/+35 |
| 2025-02-03 | Add a test to monitor whats going on | Ali Bektas | -6/+54 |
| 2025-02-03 | Make higher levels adapt Bodys exprs having ExprOrPatId values | Ali Bektas | -33/+32 |
| 2025-02-03 | Make Pat::Range's start and end Option<ExprId> | Ali Bektas | -26/+48 |
| 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) | -3/+45 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -82/+84 |
| 2025-02-03 | Merge pull request #19062 from darichey/scip-fix-module-names | Lukas Wirth | -100/+133 |
| 2025-02-03 | Split cache priming into distinct phases | Lukas Wirth | -34/+95 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -2/+18 |
| 2025-02-03 | compiletest: use `--stage` number directly instead of deriving from `--stage-id` | 许杰友 Jieyou Xu (Joe) | -30/+28 |
| 2025-02-03 | Merge from rustc | The Miri Cronjob Bot | -246/+144 |
| 2025-02-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-03 | Remove a footgun-y feature / relic of the past from the compiletest DSL | León Orell Valerian Liehr | -8/+0 |
| 2025-02-02 | Rollup merge of #136452 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -545/+1347 |
| 2025-02-02 | Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obk | Matthias Krüger | -21/+8 |
| 2025-02-02 | Rollup merge of #136339 - veera-sivarajan:ignore-arm-unknown-headers, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2025-02-02 | Merge pull request #4142 from joboet/apple-futex | Ralf Jung | -53/+626 |
| 2025-02-02 | shim Apple's futex primitives | joboet | -53/+626 |
| 2025-02-02 | Merge pull request #4172 from RalfJung/miri_get_backtrace | Ralf Jung | -51/+14 |
| 2025-02-02 | Auto merge of #136448 - matthiaskrgr:rollup-pdim5di, r=matthiaskrgr | bors | -224/+131 |
| 2025-02-02 | Rollup merge of #136422 - nnethercote:convert-lint-functions, r=Noratrieb | Matthias Krüger | -224/+131 |
| 2025-02-02 | files: make write take callback to store result, rather than writing to 'dest... | Ralf Jung | -69/+72 |
| 2025-02-02 | files: make read take callback to store result, rather than writing to 'dest'... | Ralf Jung | -69/+86 |
| 2025-02-02 | Auto merge of #136376 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-02 | Use fallback fluent bundle from inner emitter in SilentEmitter | bjorn3 | -12/+2 |
| 2025-02-02 | Slightly simplify DiagCtxt::make_silent | bjorn3 | -1/+1 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -8/+5 |
| 2025-02-02 | fix use of deprecated rand API | Ralf Jung | -1/+1 |
| 2025-02-02 | Merge from rustc | Ralf Jung | -5/+47 |
| 2025-02-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-02 | miri_get_backtrace: stop supporting the v0 protocol | Ralf Jung | -51/+14 |
| 2025-02-02 | compiletest: remove useless path join in `rustdoc_json` runtest logic | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -3/+45 |
| 2025-02-02 | compiletest: cleanup `is_rustdoc` logic | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-02-02 | More rustfmt hang investigations | Lukas Wirth | -14/+18 |
| 2025-02-02 | Convert two `rustc_middle::lint` functions to `Span` methods. | Nicholas Nethercote | -224/+131 |
| 2025-02-01 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -1/+3 |
| 2025-02-01 | Test getrandom 0.3 | Eduardo Sánchez Muñoz | -1/+35 |
| 2025-02-01 | Bump rand to 0.9 and getrandom to 0.3 | Eduardo Sánchez Muñoz | -35/+99 |
| 2025-02-01 | tests: port `split-debuginfo` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-01 | run-make-support: add some stable `rustc` flag helpers | 许杰友 Jieyou Xu (Joe) | -0/+12 |
| 2025-02-01 | run-make-support: add `shallow_find_directories` helper | 许杰友 Jieyou Xu (Joe) | -5/+22 |