| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -3/+2 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -1242/+1624 |
| 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 | -28/+1 |
| 2024-11-18 | review | lcnr | -6/+11 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -1241/+1618 |
| 2024-11-18 | remove pointless cold_path impl in interpreter | Ralf Jung | -3/+1 |
| 2024-11-18 | Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors | Jacob Pratt | -5/+5 |
| 2024-11-18 | Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxu | Jacob Pratt | -144/+251 |
| 2024-11-18 | stability: remove skip_stability_check_due_to_privacy | Ralf Jung | -28/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -5/+5 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -121/+224 |
| 2024-11-18 | Move `-l` option parsing into its own submodule | Zalathar | -140/+144 |
| 2024-11-17 | Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors | Jacob Pratt | -8/+25 |
| 2024-11-17 | Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors | Jacob Pratt | -16/+10 |
| 2024-11-17 | Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukang | Jacob Pratt | -9/+24 |
| 2024-11-17 | Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu... | Jacob Pratt | -9/+24 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -1/+116 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -16/+10 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -1/+116 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -18/+93 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -8/+25 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -18/+93 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-11-17 | Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+112 |
| 2024-11-17 | Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -17/+24 |
| 2024-11-17 | Add `RUSTC_BOOTSTRAP=-1` to make rustc pretend as stable compiler | Jieyou Xu | -9/+24 |
| 2024-11-17 | Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgr | bors | -363/+440 |
| 2024-11-17 | Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot | bors | -67/+165 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -0/+6 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -22/+29 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -67/+150 |
| 2024-11-16 | Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot | Matthias Krüger | -274/+261 |
| 2024-11-16 | review comment: move logic to new method | Esteban Küber | -88/+103 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -2/+2 |
| 2024-11-16 | Better account for `else if` macro conditions mising an `if` | Esteban Küber | -1/+10 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -9/+89 |
| 2024-11-16 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -3/+97 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -3/+97 |
| 2024-11-15 | Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-11-15 | Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-... | Guillaume Gomez | -5/+46 |
| 2024-11-15 | Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov | Guillaume Gomez | -22/+17 |
| 2024-11-15 | Rollup merge of #132936 - surechen:fix_131989, r=Nadrieril | Guillaume Gomez | -0/+9 |
| 2024-11-15 | Make WalkItemKind::walk signature compatible between Visitor versions | maxcabrajac | -18/+27 |
| 2024-11-15 | Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds | maxcabrajac | -27/+35 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -41/+107 |
| 2024-11-15 | Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr | bors | -100/+57 |
| 2024-11-15 | Fix span edition for 2024 RPIT coming from an external macro | Eric Huss | -1/+1 |
| 2024-11-15 | Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler... | Matthias Krüger | -9/+5 |