| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -3/+4126 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -1341/+1745 |
| 2024-11-18 | Auto merge of #133179 - GuillaumeGomez:rollup-ro5rtts, r=GuillaumeGomez | bors | -45/+31 |
| 2024-11-18 | Rollup merge of #133171 - binchengqu:master, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-11-18 | Rollup merge of #133169 - jieyouxu:update-triagebot-labels, r=WaffleLapkin | Guillaume Gomez | -6/+21 |
| 2024-11-18 | Rollup merge of #133163 - RalfJung:cold, r=saethlin | Guillaume Gomez | -3/+1 |
| 2024-11-18 | Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com... | Guillaume Gomez | -34/+7 |
| 2024-11-18 | Rollup merge of #133156 - tshepang:patch-5, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-11-18 | Auto merge of #133160 - jhpratt:rollup-wzj9q15, r=jhpratt | bors | -217/+378 |
| 2024-11-18 | Add the missing quotation mark in comment | binchengqu | -1/+1 |
| 2024-11-18 | Tag `src/build_helper` with `T-bootstrap` | Jieyou Xu | -6/+7 |
| 2024-11-18 | Tag more test suite changes with `T-compiler` | Jieyou Xu | -0/+14 |
| 2024-11-18 | review | lcnr | -6/+11 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -1340/+1739 |
| 2024-11-18 | remove pointless cold_path impl in interpreter | Ralf Jung | -3/+1 |
| 2024-11-18 | Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicola | Jacob Pratt | -15/+32 |
| 2024-11-18 | Rollup merge of #133145 - kornelski:static-mutex, r=traviscross | Jacob Pratt | -0/+6 |
| 2024-11-18 | Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors | Jacob Pratt | -54/+54 |
| 2024-11-18 | Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxu | Jacob Pratt | -148/+286 |
| 2024-11-18 | Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35 | bors | -261/+662 |
| 2024-11-18 | stability: remove skip_stability_check_due_to_privacy | Ralf Jung | -34/+7 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -54/+54 |
| 2024-11-18 | typo in config.example.toml | Tshepang Mbambo | -1/+1 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -122/+225 |
| 2024-11-18 | Move `-l` option parsing into its own submodule | Zalathar | -140/+144 |
| 2024-11-18 | Add some UI tests for `-l` modifier parsing | Zalathar | -0/+19 |
| 2024-11-18 | Auto merge of #133152 - jhpratt:rollup-wkqs5ud, r=jhpratt | bors | -52/+507 |
| 2024-11-17 | Rollup merge of #133147 - ChrisDenton:fixup, r=compiler-errors | Jacob Pratt | -4/+4 |
| 2024-11-17 | Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors | Jacob Pratt | -9/+47 |
| 2024-11-17 | Rollup merge of #133133 - notriddle:notriddle/trailing-test, r=GuillaumeGomez | Jacob Pratt | -0/+10 |
| 2024-11-17 | Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors | Jacob Pratt | -20/+60 |
| 2024-11-17 | Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukang | Jacob Pratt | -9/+81 |
| 2024-11-17 | Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu... | Jacob Pratt | -9/+101 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -1/+204 |
| 2024-11-18 | Modify some feature-gate tests to also check command-line handling | Zalathar | -4/+16 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -20/+60 |
| 2024-11-18 | Document alternatives to `static mut` | Kornel | -0/+6 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -1/+204 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -73/+256 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -9/+47 |
| 2024-11-17 | fixup some test directives | Chris Denton | -4/+4 |
| 2024-11-17 | Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzol | bors | -111/+184 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -73/+256 |
| 2024-11-17 | Auto merge of #133135 - jieyouxu:rollup-4q1wbyq, r=jieyouxu | bors | -111/+602 |
| 2024-11-17 | Rollup merge of #133126 - ohno418:fix-String-doc, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -36/+43 |
| 2024-11-17 | Rollup merge of #133093 - est31:let_chains_tests, r=traviscross | 许杰友 Jieyou Xu (Joe) | -6/+68 |
| 2024-11-17 | Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -15/+31 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -36/+435 |
| 2024-11-17 | Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -17/+24 |