| Age | Commit message (Expand) | Author | Lines |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -67/+1754 |
| 2024-04-20 | ensure the ICE-to-file logic does not affect our test | Ralf Jung | -0/+1 |
| 2024-04-20 | Auto merge of #3496 - RalfJung:thread-vector-idx, r=RalfJung | bors | -48/+50 |
| 2024-04-20 | more consistently talk about the 'active thread', not the 'current thread' | Ralf Jung | -29/+29 |
| 2024-04-20 | global allocations: don't make up a super-high VectorIdx, just use the main t... | Ralf Jung | -19/+21 |
| 2024-04-20 | Rollup merge of #124137 - tgross35:testsuite-multi-rev-regex, r=jieyouxu | Matthias Krüger | -1/+16 |
| 2024-04-20 | Rollup merge of #124104 - compiler-errors:parent-generic-use, r=oli-obk | Matthias Krüger | -7/+96 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -59/+1642 |
| 2024-04-20 | Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung | bors | -202/+160 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -4/+32 |
| 2024-04-20 | Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJung | bors | -124/+119 |
| 2024-04-20 | restrict VClock API surface | Ralf Jung | -26/+44 |
| 2024-04-20 | Move `auto` jobs to calculate-job-matrix.py | Jakub Beránek | -817/+417 |
| 2024-04-20 | Refactor `calculate-job-matrix.py` | Jakub Beránek | -23/+48 |
| 2024-04-20 | reuse_pool: only do acquire_clock if we reused from a different thread | Ralf Jung | -4/+8 |
| 2024-04-20 | Perform PR and try builds dynamically | Jakub Beránek | -181/+102 |
| 2024-04-20 | Move calculate-job-matrix.py to `ci/github-actions` | Jakub Beránek | -3/+3 |
| 2024-04-20 | data_race: make the release/acquire API more clear | Ralf Jung | -94/+67 |
| 2024-04-19 | Give a name to each distinct manipulation of pretty-printer FixupContext | David Tolnay | -153/+106 |
| 2024-04-19 | Move pretty-printer FixupContext to a module | David Tolnay | -74/+75 |
| 2024-04-20 | Auto merge of #124176 - matthiaskrgr:tests_are_the_best, r=jieyouxu | bors | -0/+169 |
| 2024-04-20 | PatRangeBoundary::compare_with: als add a fast-path for signed integers | Ralf Jung | -5/+8 |
| 2024-04-20 | Auto merge of #3494 - rust-lang:rustup-2024-04-20, r=RalfJung | bors | -978/+2455 |
| 2024-04-20 | re-bless tests | Ralf Jung | -0/+2 |
| 2024-04-20 | fix clippy warning | Ralf Jung | -1/+0 |
| 2024-04-20 | Merge from rustc | The Miri Cronjob Bot | -976/+2452 |
| 2024-04-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-20 | Suggest using `unsigned_abs` in `abs` documentation | Gurinder Singh | -1/+2 |
| 2024-04-20 | Auto merge of #124114 - scottmcm:better-checked, r=workingjubilee | bors | -91/+160 |
| 2024-04-20 | Auto merge of #124177 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -38/+38 |
| 2024-04-20 | Auto merge of #124166 - oli-obk:define_opaque_types11, r=compiler-errors | bors | -1/+19 |
| 2024-04-20 | Disable SimplifyToExp in MatchBranchSimplification | DianQK | -202/+160 |
| 2024-04-19 | Prevent creating the same `Instance::mono` multiple times | Guillaume Gomez | -3/+4 |
| 2024-04-19 | add more known-crashes tests | Matthias Krüger | -0/+122 |
| 2024-04-19 | add test for #83993 | Matthias Krüger | -0/+47 |
| 2024-04-19 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-19 | Auto merge of #17110 - Veykril:cargo-script-mvp, r=Veykril | bors | -143/+376 |
| 2024-04-19 | Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJung | bors | -126/+321 |
| 2024-04-19 | Match hyphen in multi-revision comment matchers | Trevor Gross | -1/+16 |
| 2024-04-19 | Auto merge of #124170 - matthiaskrgr:rollup-ldopl64, r=matthiaskrgr | bors | -122/+347 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -5/+9 |
| 2024-04-19 | Auto merge of #17104 - hamirmahal:fix/usage-of-deprecated-version-of-node-in-... | bors | -8/+8 |
| 2024-04-19 | fix: usage of `deprecated` version of `Node.js` | Hamir Mahal | -8/+8 |
| 2024-04-19 | Fix capturing duplicated lifetimes via parent | Michael Goulet | -7/+96 |
| 2024-04-19 | Rollup merge of #124155 - klensy:wrong-rayon-here, r=albertlarsan68 | Matthias Krüger | -28/+1 |
| 2024-04-19 | Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez | Matthias Krüger | -11/+16 |
| 2024-04-19 | Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -7/+88 |
| 2024-04-19 | Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obk | Matthias Krüger | -42/+140 |
| 2024-04-19 | Rollup merge of #123571 - WaffleLapkin:properly-adjust-never, r=compiler-errors | Matthias Krüger | -34/+102 |