| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | move lazy_sync helper methods to be with InterpCx | Ralf Jung | -79/+103 |
| 2024-10-14 | De-duplicate and move `adjust_nan` to `InterpCx` | Eduardo Sánchez Muñoz | -4/+0 |
| 2024-10-14 | Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung | bors | -84/+85 |
| 2024-10-14 | add test ensuring a moved mutex deadlocks | Ralf Jung | -0/+32 |
| 2024-10-14 | Resolved python deprecation warning in publish_toolstate.py | Alex Gaynor | -1/+3 |
| 2024-10-14 | Added a variadic argument helper | Yoh Deadfall | -84/+85 |
| 2024-10-14 | Avoid some needless monomorphizations | Oli Scherer | -10/+7 |
| 2024-10-15 | minor: `ra-salsa` in `profile.dev.package` | Shoyu Vanilla | -1/+1 |
| 2024-10-14 | pick more clear names for the types | Ralf Jung | -22/+19 |
| 2024-10-14 | turns out relaxed accesses suffice here | Ralf Jung | -2/+2 |
| 2024-10-14 | make lazy_sync_get_data also take a closure to initialize if needed | Ralf Jung | -51/+32 |
| 2024-10-14 | Windows InitOnce: also store ID outside addressable memory | Ralf Jung | -165/+114 |
| 2024-10-14 | macOS os_unfair_lock: also store ID outside addressable memory | Ralf Jung | -49/+42 |
| 2024-10-14 | pthread_cond: also store ID outside addressable memory | Ralf Jung | -172/+109 |
| 2024-10-14 | pthread_rwlock: also store ID outside addressable memory | Ralf Jung | -135/+112 |
| 2024-10-14 | pthread_mutex: store mutex ID outside adressable memory, so it can be trusted | Ralf Jung | -127/+181 |
| 2024-10-15 | Do not consider match/let/ref of place that evaluates to ! to diverge, disall... | Shoyu Vanilla | -102/+637 |
| 2024-10-14 | clippy | Ralf Jung | -0/+2 |
| 2024-10-14 | Rollup merge of #131679 - Zalathar:ct-docs, r=jieyouxu | Matthias Krüger | -13/+114 |
| 2024-10-14 | Merge from rustc | Ralf Jung | -1832/+2515 |
| 2024-10-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-10-14 | Auto merge of #18292 - roife:fix-issue-17427, r=Veykril | bors | -12/+41 |
| 2024-10-14 | feat: handle self-param outside of methods when renaming | roife | -12/+41 |
| 2024-10-14 | Auto merge of #18239 - davidbarsky:davidbarsky/push-lswkwuyrpuqv, r=davidbarsky | bors | -538/+540 |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -538/+540 |
| 2024-10-14 | internal: switch remaining OpQueues to use named structs | David Barsky | -10/+23 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -10/+9 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -20/+20 |
| 2024-10-14 | Auto merge of #18291 - roife:fix-issue-18212, r=Veykril | bors | -20/+141 |
| 2024-10-14 | Auto merge of #18275 - darichey:fix-test-case-hang, r=Veykril | bors | -2/+5 |
| 2024-10-14 | Auto merge of #18265 - kouhe3:master, r=Veykril | bors | -0/+30 |
| 2024-10-14 | Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril | bors | -1/+37 |
| 2024-10-14 | Fix up-to-date checking for run-make tests | Zalathar | -8/+2 |
| 2024-10-14 | Auto merge of #18242 - Veykril:veykril/push-tnynzqsmtnqw, r=Veykril | bors | -185/+174 |
| 2024-10-14 | Auto merge of #18229 - mrkajetanp:rustfmt-path, r=Veykril | bors | -3/+3 |
| 2024-10-14 | Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril | bors | -25/+48 |
| 2024-10-14 | Auto merge of #18152 - CryZe:highlight-async-block-exit-points, r=Veykril | bors | -73/+101 |
| 2024-10-14 | Auto merge of #18226 - SabrinaJewson:fix-impl-use, r=Veykril | bors | -1/+29 |
| 2024-10-14 | Document various parts of compiletest's `lib.rs` | Zalathar | -13/+114 |
| 2024-10-14 | Remove `ResultsCursor::contains`. | Nicholas Nethercote | -2/+2 |
| 2024-10-14 | Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin | Matthias Krüger | -4/+12 |
| 2024-10-13 | Add wrap/unwrap return type in Option | Giga Bowser | -0/+2348 |
| 2024-10-13 | unicode-table-generator: sync comments | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-10-13 | unicode-table-generator: match bin name with tool name | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-10-13 | Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=Kobzol | Matthias Krüger | -7/+26 |
| 2024-10-13 | Rollup merge of #131641 - RalfJung:unicode-bitset-static, r=dtolnay | Matthias Krüger | -4/+4 |
| 2024-10-13 | Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxu | Matthias Krüger | -274/+290 |
| 2024-10-13 | Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=Kobzol | Matthias Krüger | -5/+14 |
| 2024-10-13 | Rollup merge of #131585 - Zalathar:original-line, r=jieyouxu | Matthias Krüger | -29/+10 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -4/+4 |