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