| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -0/+4124 |
| 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 |
| 2024-11-17 | Update cdb annotations for `unit-type.rs` with cdb `10.0.26100.2161` | Jieyou Xu | -4/+7 |
| 2024-11-17 | Update cdb annotations for `range-types.rs` with cdb `10.0.26100.2161` | Jieyou Xu | -7/+13 |
| 2024-11-17 | Update cdb annotations for `numeric-types` with cdb `10.0.26100.2161` | Jieyou Xu | -29/+32 |
| 2024-11-16 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -19/+113 |
| 2024-11-16 | Add regression test for issue #103476, fixed in edition 2024 | est31 | -0/+25 |
| 2024-11-16 | Also check if let chains with multiple lets in these two tests | est31 | -6/+43 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -19/+113 |
| 2024-11-15 | Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors | Guillaume Gomez | -0/+75 |
| 2024-11-15 | Rollup merge of #133074 - ferrocene:ja-make-ui-test-os-agnostic, r=Noratrieb | Guillaume Gomez | -11/+9 |
| 2024-11-15 | Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-... | Guillaume Gomez | -109/+74 |