| Age | Commit message (Expand) | Author | Lines |
| 2025-03-24 | Merge pull request #2300 from chiichen/dev/master/correct-config-to-bootstrap | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-03-23 | doc: fix reference to #create-a-configtoml | Chiichen | -1/+1 |
| 2025-03-21 | Merge pull request #2265 from BoxyUwU/typing_env | lcnr | -211/+211 |
| 2025-03-20 | Update `ParamEnv` section for `TypingEnv` changes | Boxy | -211/+211 |
| 2025-03-20 | Merge pull request #2199 from sagudev/patch-1 | Vadim Petrochenkov | -3/+3 |
| 2025-03-20 | Merge pull request #2295 from lolbinarycat/rustdoc-htmldocck | 许杰友 Jieyou Xu (Joe) | -8/+119 |
| 2025-03-19 | Merge pull request #2297 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -4/+3 |
| 2025-03-19 | use correct code block markers | Tshepang Mbambo | -4/+3 |
| 2025-03-19 | Merge pull request #2296 from jieyouxu/no-external-linkcheck | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-19 | Set linkcheck in `ci.yml` | Jakub Beránek | -0/+1 |
| 2025-03-18 | update filename in link | binarycat | -1/+1 |
| 2025-03-18 | normalize link titles | binarycat | -2/+2 |
| 2025-03-18 | clean up wording/grammar and mention double quotes | binarycat | -4/+5 |
| 2025-03-18 | rename htmldocck.md -> rustdoc-test-suite.md | binarycat | -1/+1 |
| 2025-03-18 | rustdoc test suite: clean up wording and intro | binarycat | -3/+6 |
| 2025-03-18 | htmldocck: expand limitations and mention compiletest directives | binarycat | -3/+9 |
| 2025-03-18 | add htmldocck.md to SUMMARY.md | binarycat | -1/+1 |
| 2025-03-18 | add new section on the `rustdoc` test suite | binarycat | -8/+109 |
| 2025-03-18 | Merge pull request #2294 from Kobzol/ping-group | Jakub Beránek | -21/+43 |
| 2025-03-18 | Add Fuchsia ping group page | Jakub Beránek | -2/+16 |
| 2025-03-18 | Reorder RfL tests page to move the "what if it breaks" section to the top | Jakub Beránek | -20/+20 |
| 2025-03-18 | Add Fuchsia ping group notice | Jakub Beránek | -0/+8 |
| 2025-03-18 | Merge pull request #2268 from xizheyin/issue-137421 | 许杰友 Jieyou Xu (Joe) | -0/+56 |
| 2025-03-18 | Add chapter Remarks on perma-unstable features | xizheyin | -0/+56 |
| 2025-03-18 | Merge pull request #2293 from jieyouxu/rustc-pull | Jakub Beránek | -5330/+8663 |
| 2025-03-18 | Merge from rustc | Jieyou Xu | -5329/+8662 |
| 2025-03-18 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -76/+342 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -335/+911 |
| 2025-03-17 | Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap... | bors | -532/+570 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -5/+5 |
| 2025-03-17 | Rollup merge of #138588 - nnethercote:avoid-double-lower_ident, r=compiler-er... | Matthias Krüger | -22/+9 |
| 2025-03-17 | Rollup merge of #138577 - aDotInTheVoid:deprecate-deprecations, r=GuillaumeGomez | Matthias Krüger | -10/+51 |
| 2025-03-17 | Rollup merge of #138412 - cuviper:licenses, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-17 | Rollup merge of #138349 - 1c3t3a:external-weak-cfi, r=rcvalle | Matthias Krüger | -4/+48 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -156/+699 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -62/+67 |
| 2025-03-17 | Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercote | Matthias Krüger | -80/+36 |
| 2025-03-17 | Only run symbols-all-mangled test on ELF targets | bjorn3 | -0/+1 |
| 2025-03-17 | Ignore symbols that don't contain rust as substring for executables | bjorn3 | -8/+7 |
| 2025-03-17 | Add test that all symbols we expect to be mangled are actually mangled | bjorn3 | -0/+88 |
| 2025-03-17 | Fix miri | bjorn3 | -19/+64 |
| 2025-03-17 | Remove implicit #[no_mangle] for #[rustc_std_internal_symbol] | bjorn3 | -49/+95 |
| 2025-03-17 | Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_... | bjorn3 | -0/+79 |
| 2025-03-17 | Mark imports of #[rustc_std_internal_symbol] items with this attribute | bjorn3 | -3/+13 |
| 2025-03-17 | Mark #[rustc_std_internal_symbol] as extern indicator | bjorn3 | -4/+2 |
| 2025-03-17 | Allow #[rustc_std_internal_symbol] on foreign items | bjorn3 | -1/+1 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -80/+36 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -341/+1025 |
| 2025-03-17 | Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol | Jacob Pratt | -1/+1 |