| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Filter well known names from check-cfg diagnostics | Urgau | -42/+98 |
| 2025-01-24 | Improve check-cfg `allow-same-level` test | Urgau | -5/+27 |
| 2025-01-20 | Auto merge of #135643 - khuey:135332, r=jieyouxu | bors | -52/+111 |
| 2025-01-20 | Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu | bors | -138/+367 |
| 2025-01-20 | Auto merge of #135755 - jieyouxu:rollup-rdwbhod, r=jieyouxu | bors | -901/+822 |
| 2025-01-20 | Rollup merge of #135491 - RalfJung:remove-dead-rustc_allowed_through_unstable... | 许杰友 Jieyou Xu (Joe) | -34/+4 |
| 2025-01-20 | Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-01-20 | Rollup merge of #135310 - estebank:issue-135289, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -8/+1 |
| 2025-01-20 | Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -762/+772 |
| 2025-01-20 | Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -97/+40 |
| 2025-01-20 | Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-01-20 | Rollup merge of #135738 - yotamofek:map_or_true-compiler, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -69/+67 |
| 2025-01-20 | Rollup merge of #135736 - fmease:rustdoc-fix-flaky-test, r=GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-01-20 | Rollup merge of #135729 - Noratrieb:compiler-profile-debug-assert, r=lqd | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2025-01-20 | Rollup merge of #135722 - onur-ozkan:handle-tarball-ci-commit, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -13/+23 |
| 2025-01-20 | Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser | 许杰友 Jieyou Xu (Joe) | -48/+261 |
| 2025-01-20 | Rollup merge of #135542 - kpreid:use-note, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-19 | elaborate/clarify the comments on `InheritedRefMatchRule`'s variants | dianne | -8/+9 |
| 2025-01-19 | Add debug-assertions for assumptions about enabled typing rules | dianne | -0/+2 |
| 2025-01-19 | Add comments explaining inherited references
| dianne | -1/+5 |
| 2025-01-19 | Rename FileName::QuoteExpansion to CfgSpec | Eric Huss | -6/+6 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -8/+12 |
| 2025-01-19 | Auto merge of #135742 - RalfJung:miri-sync, r=RalfJung | bors | -765/+982 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -67/+61 |
| 2025-01-19 | rustdoc: Fix flaky doctest test | León Orell Valerian Liehr | -1/+2 |
| 2025-01-19 | Merge pull request #4141 from rust-lang/rustup-2025-01-19 | Ralf Jung | -5425/+8201 |
| 2025-01-19 | fix location of pipe module | Ralf Jung | -2/+3 |
| 2025-01-19 | fully de-stabilize all custom inner attributes | Ralf Jung | -97/+40 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -52/+111 |
| 2025-01-19 | Add debug assertions to compiler profile | Noratrieb | -0/+7 |
| 2025-01-19 | Auto merge of #135714 - rust-lang:cargo_update, r=clubby789 | bors | -56/+72 |
| 2025-01-19 | Auto merge of #135725 - GuillaumeGomez:rollup-dxn3use, r=GuillaumeGomez | bors | -34/+182 |
| 2025-01-19 | Rollup merge of #135723 - Noratrieb:error-pattern-my-a-, r=jieyouxu | Guillaume Gomez | -1/+2 |
| 2025-01-19 | Rollup merge of #135716 - Zalathar:usage-no-args, r=lqd | Guillaume Gomez | -10/+1 |
| 2025-01-19 | Rollup merge of #135685 - GuillaumeGomez:rm-unused-css-class, r=notriddle | Guillaume Gomez | -3/+3 |
| 2025-01-19 | Rollup merge of #135679 - onur-ozkan:bootstrap-issue-template, r=jieyouxu | Guillaume Gomez | -0/+70 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -20/+106 |
| 2025-01-19 | Remove unused `item-row` CSS class | Guillaume Gomez | -3/+3 |
| 2025-01-19 | Fix dev guide docs for error-pattern | Noratrieb | -1/+2 |
| 2025-01-19 | create an issue template for bootstrap | onur-ozkan | -0/+70 |
| 2025-01-19 | make it possible to use ci-rustc on tarball sources | onur-ozkan | -13/+23 |
| 2025-01-19 | Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdev | bors | -42/+49 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -1542/+1964 |
| 2025-01-19 | Merge from rustc | The Miri Cronjob Bot | -5422/+8197 |
| 2025-01-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -353/+394 |
| 2025-01-19 | Don't skip argument parsing when running `rustc` with no arguments | Zalathar | -10/+1 |
| 2025-01-18 | Rewrap following accepting review suggestions from @ibraheemdev | Michael Sloan | -8/+18 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |