| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | add test | lcnr | -0/+70 |
| 2025-01-23 | avoid running the overlap check twice | lcnr | -4/+0 |
| 2025-01-02 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -0/+81 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -3/+3 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -3/+3 |
| 2024-11-21 | Rollup merge of #133078 - matthiaskrgr:uiuiui, r=davidtwco | Matthias Krüger | -11/+11 |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -12/+43 |
| 2024-11-21 | Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigand | Matthias Krüger | -0/+507 |
| 2024-11-21 | Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -5/+75 |
| 2024-11-21 | Rollup merge of #132207 - compiler-errors:tweak-res-mod-segment, r=petrochenkov | Matthias Krüger | -3/+53 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -62/+341 |
| 2024-11-20 | Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnr | Matthias Krüger | -14/+104 |
| 2024-11-20 | Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril | Matthias Krüger | -48/+237 |
| 2024-11-20 | Store resolution for self and crate root module segments | Michael Goulet | -3/+53 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -112/+649 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -14/+104 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -112/+649 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -90/+58 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -17/+44 |
| 2024-11-20 | Auto merge of #133194 - khuey:master, r=jieyouxu | bors | -0/+8246 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -90/+58 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -5/+75 |
| 2024-11-19 | Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr | bors | -6/+93 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -0/+27 |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -0/+4122 |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -0/+4124 |
| 2024-11-19 | Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote | Matthias Krüger | -6/+6 |
| 2024-11-19 | Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+50 |
| 2024-11-19 | Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxu | León Orell Valerian Liehr | -147/+170 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -0/+27 |
| 2024-11-18 | Add reference annotations for diagnostic attributes | Eric Huss | -147/+170 |
| 2024-11-18 | Report `unexpected_cfgs` lint in external macros | Urgau | -0/+37 |
| 2024-11-18 | Rollup merge of #133171 - binchengqu:master, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-11-18 | Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com... | Guillaume Gomez | -6/+6 |
| 2024-11-18 | Add the missing quotation mark in comment | binchengqu | -1/+1 |
| 2024-11-18 | Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-11-18 | Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxu | Jacob Pratt | -4/+35 |
| 2024-11-18 | stability: remove skip_stability_check_due_to_privacy | Ralf Jung | -6/+6 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -1/+1 |
| 2024-11-18 | Add some UI tests for `-l` modifier parsing | Zalathar | -0/+19 |
| 2024-11-17 | Rollup merge of #133147 - ChrisDenton:fixup, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2024-11-17 | Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors | Jacob Pratt | -1/+22 |
| 2024-11-17 | Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors | Jacob Pratt | -4/+50 |
| 2024-11-17 | Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukang | Jacob Pratt | -0/+57 |
| 2024-11-17 | Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu... | Jacob Pratt | -0/+77 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -0/+88 |
| 2024-11-18 | Modify some feature-gate tests to also check command-line handling | Zalathar | -4/+16 |