| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Put back the `doc_cfg` code behind a nightly feature | Guillaume Gomez | -5/+14 |
| 2025-09-27 | Remove ui test for doc_cfg feature gate | Guillaume Gomez | -14/+5 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -10/+5 |
| 2025-09-27 | Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgr | bors | -342/+509 |
| 2025-09-26 | Apply cfg(bootstrap) replacement | Mark Rousskov | -9/+4 |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -1/+1 |
| 2025-09-26 | Rollup merge of #147058 - GuillaumeGomez:ignore-more-ui-tests, r=Kobzol | Matthias Krüger | -297/+440 |
| 2025-09-26 | Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkov | Matthias Krüger | -45/+42 |
| 2025-09-26 | Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr | Matthias Krüger | -0/+27 |
| 2025-09-26 | add tests | lcnr | -0/+161 |
| 2025-09-26 | move tests | lcnr | -0/+0 |
| 2025-09-26 | allow method calls on opaques | lcnr | -139/+141 |
| 2025-09-26 | use `try_structurally_resolve_type` for method receiver | lcnr | -34/+51 |
| 2025-09-26 | Ignore more failing ui tests for GCC backend | Guillaume Gomez | -297/+440 |
| 2025-09-26 | Auto merge of #145882 - m-ou-se:format-args-extend-1-arg, r=petrochenkov | bors | -16/+15 |
| 2025-09-25 | Auto merge of #146919 - lcnr:yeet-fast-path, r=fee1-dead | bors | -27/+40 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -0/+27 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -16/+129 |
| 2025-09-25 | Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung | Stuart Cook | -16/+83 |
| 2025-09-25 | Rollup merge of #145277 - dingxiangfei2009:fold-coercion-into-const, r=nnethe... | Stuart Cook | -0/+46 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -13/+27 |
| 2025-09-24 | Rollup merge of #146971 - lcnr:fix-writeback, r=BoxyUwU | Matthias Krüger | -0/+14 |
| 2025-09-24 | Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwU | Matthias Krüger | -7/+7 |
| 2025-09-24 | Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwU | Matthias Krüger | -6/+6 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -22/+119 |
| 2025-09-24 | Rollup merge of #146959 - tshepang:patch-2, r=nnethercote | Matthias Krüger | -3/+3 |
| 2025-09-24 | Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnr | Matthias Krüger | -0/+26 |
| 2025-09-24 | Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqd | Matthias Krüger | -0/+80 |
| 2025-09-25 | mark THIR use as candidate for constness check | Ding Xiang Fei | -0/+8 |
| 2025-09-25 | add test fixture for newly allowed const expr | Ding Xiang Fei | -0/+8 |
| 2025-09-25 | do not materialise X in [X; 0] when X is unsizing a const | Ding Xiang Fei | -0/+30 |
| 2025-09-24 | Improve the pretty print of UnstableFeature clause | tiif | -6/+6 |
| 2025-09-24 | Improve derive suggestion of const param | tiif | -7/+7 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -2/+2 |
| 2025-09-24 | add test | lcnr | -0/+40 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -19/+81 |
| 2025-09-24 | const-eval: improve and actually test the errors when pointers might be outsi... | Ralf Jung | -7/+42 |
| 2025-09-24 | allow bound regions in writeback | lcnr | -0/+14 |
| 2025-09-24 | temporary-lifetime-extension-tuple-ctor.rs: make usable on all editions | Tshepang Mbambo | -3/+3 |
| 2025-09-23 | Add an attribute to check the number of lanes in a SIMD vector after monomorp... | Caleb Zulawski | -16/+83 |
| 2025-09-23 | Rollup merge of #146907 - cyrgani:146537-test, r=nnethercote | Matthias Krüger | -0/+34 |
| 2025-09-23 | Rollup merge of #146899 - Teapot4195:issue-146847-fix, r=nnethercote | Matthias Krüger | -0/+31 |
| 2025-09-23 | revert change removing `has_infer` check. Commit conservatively patches for n... | ash | -0/+26 |
| 2025-09-23 | Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmann | Matthias Krüger | -30/+116 |
| 2025-09-23 | Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-09-23 | remove test for no_core | lcnr | -27/+0 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -9/+153 |
| 2025-09-22 | add regression test for issue 146537 | cyrgani | -0/+34 |
| 2025-09-22 | Fix a crash/mislex when more than one frontmatter closing possibility is cons... | Alex | -0/+31 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -3/+3 |