| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr | bors | -6/+116 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -4/+27 |
| 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/+73 |
| 2024-11-19 | Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxu | León Orell Valerian Liehr | -147/+170 |
| 2024-11-19 | Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle | León Orell Valerian Liehr | -0/+14 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -4/+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 | Add regression test for jump to def links on items with generics | Guillaume Gomez | -0/+14 |
| 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 | -4/+4 |
| 2024-11-17 | Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors | Jacob Pratt | -1/+22 |
| 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 | -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 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -4/+50 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -0/+88 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -46/+122 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -1/+22 |
| 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 | -9/+8 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -46/+122 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 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) | -13/+28 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -28/+323 |
| 2024-11-17 | rustdoc-search: add standalone trailing `::` test | Michael Howell | -0/+10 |
| 2024-11-17 | Add a ui test for `RUSTC_BOOTSTRAP` vs rustc's stability | Jieyou Xu | -0/+57 |
| 2024-11-17 | Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgr | bors | -34/+28 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -3/+1 |
| 2024-11-17 | Mark `numeric-types.rs` as 64-bit only for now | Jieyou Xu | -2/+5 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -25/+21 |
| 2024-11-16 | Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=no... | Matthias Krüger | -8/+6 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -21/+21 |
| 2024-11-16 | Better account for `else if` macro conditions mising an `if` | Esteban Küber | -1/+8 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -8/+296 |