about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-09-28`tool_check_step!` no longer needs a builder to determine modeZalathar-26/+18
2025-09-28Build and test compiletest as a stage0 bootstrap toolZalathar-64/+40
2025-09-28Add a bootstrap snapshot test for `x test compiletest`Zalathar-0/+12
2025-09-28Remove old-output-capture from compiletestZalathar-66/+10
2025-09-28Fix change-tracker entry for 147046Zalathar-1/+1
2025-09-28Rollup merge of #147098 - Shunpoco:issue-147088, r=KobzolMatthias Krüger-1/+4
2025-09-28Rollup merge of #147086 - Zalathar:payload, r=jieyouxuMatthias Krüger-14/+1
2025-09-28Rollup merge of #147081 - moturus:fix_md, r=workingjubileeMatthias Krüger-1/+2
2025-09-28Rollup merge of #146942 - yotamofek:pr/rustdoc/finish_deprecating_write_str, ...Matthias Krüger-117/+90
2025-09-28Rollup merge of #142139 - erickt:include-hashes, r=Mark-SimulacrumMatthias Krüger-512/+625
2025-09-28Auto merge of #147045 - notriddle:search-index-entrydata-path, r=GuillaumeGomezbors-8/+32
2025-09-28Add `all` `any` and `not` attribute completionsA4-Tacks-6/+56
2025-09-27Auto merge of #147104 - matthiaskrgr:rollup-gap1v0w, r=matthiaskrgrbors-53/+117
2025-09-27Auto merge of #146927 - Kobzol:install-clif, r=jieyouxubors-52/+63
2025-09-27Rollup merge of #147046 - Kobzol:bootstrap-ll, r=jieyouxuMatthias Krüger-50/+110
2025-09-27Rollup merge of #147032 - GuillaumeGomez:fix-doctest-compilation-time-display...Matthias Krüger-3/+7
2025-09-27Add auto extra-checks in pre-push scriptShunpoco-1/+4
2025-09-27Re-enable assertions on macOSMads Marquart-12/+0
2025-09-27Update stage0 per previous commmitMark Rousskov-500/+522
2025-09-27Include additional hashes in src/stage0Erick Tryzelaar-12/+103
2025-09-27Improve code and fix typoGuillaume Gomez-29/+26
2025-09-27Apply first review round suggestionsGuillaume Gomez-14/+2
2025-09-27Improve code comments and extend tests for `doc_cfg` featureGuillaume Gomez-2/+4
2025-09-27Correctly handle target_feature in rustdoc cfgGuillaume Gomez-26/+11
2025-09-27fmtGuillaume Gomez-5/+3
2025-09-27Improve code and better check `doc(cfg(...))` attributesGuillaume Gomez-36/+57
2025-09-27Add code documentation, improve code and improve error messageGuillaume Gomez-5/+22
2025-09-27Put back the `doc_cfg` code behind a nightly featureGuillaume Gomez-1/+5
2025-09-27Rename `CfgInfo::doc_auto_cfg_active` into `auto_cfg_active`Guillaume Gomez-9/+9
2025-09-27Update book for `doc_cfg` featureGuillaume Gomez-0/+268
2025-09-27Remove `doc_cfg` related content from rustdoc book unstable features chapterGuillaume Gomez-82/+0
2025-09-27Remove useless code in `propagate_doc_cfg.rs`Guillaume Gomez-18/+1
2025-09-27Implement RFC 3631Guillaume Gomez-161/+370
2025-09-27Use `PanicHookInfo::payload_as_str` now that it's stable in betaZalathar-14/+1
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-515/+502
2025-09-26doc: fix a typo in platform-support.mdU. Lasiotus-1/+2
2025-09-26Bump stage0Mark Rousskov-500/+500
2025-09-26Apply cfg(bootstrap) replacementMark Rousskov-13/+0
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-2/+2
2025-09-26split-dwarf: add documentation and test coverageAugie Fackler-0/+14
2025-09-26Bump tar-fs from 2.1.3 to 2.1.4 in /editors/codedependabot[bot]-3/+3
2025-09-26castkind::subtype in clippybeepster4096-2/+2
2025-09-26Rename `rust.use-lld` to `rust.bootstrap-override-lld`Jakub Beránek-50/+110
2025-09-26Rollup merge of #147027 - GuillaumeGomez:tyalias-disambiguator, r=lolbinarycatMatthias Krüger-1/+3
2025-09-26Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkovMatthias Krüger-0/+2
2025-09-26Rollup merge of #146523 - thejpster:demote-armebv7r-targets, r=jackh726Matthias Krüger-3/+3
2025-09-26Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnrMatthias Krüger-7/+4
2025-09-26Update memchr to 2.7.6J. Neuschäfer-2/+2
2025-09-26Mention `tyalias` in intra-doc link rustdoc book chapterGuillaume Gomez-1/+1
2025-09-26Auto merge of #146595 - Shourya742:make-cargo-test-work-for-self-test, r=Kobzolbors-394/+337