about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-24Tweak `-Zmacro-stats` measurement.Nicholas Nethercote-3/+3
2025-06-24rustdoc-json: Keep empty generic args if parenthesizedMartin Nordholts-13/+16
2025-06-23Enable reproducible-build-2 for WindowsDaniel Paoliello-1/+7
2025-06-23Rollup merge of #142922 - JonathanBrouwer:fix-rustdoc-comment, r=jdonszelmannJubilee-1/+2
2025-06-23Rollup merge of #142908 - psumbera:solaris-tr, r=jieyouxuJubilee-4/+4
2025-06-23Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=KobzolJubilee-69/+103
2025-06-23Fix hang in --print=file-names in bootstrapNoratrieb-0/+6
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+52
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-76/+159
2025-06-23Fix comment on NoMangleJonathan Brouwer-1/+2
2025-06-23Auto merge of #142907 - lnicola:sync-from-ra, r=lnicolabors-1241/+2756
2025-06-23Remove stdarch submodule checkoutJakub Beránek-7/+1
2025-06-23Port more tests to snapshot testsJakub Beránek-647/+614
2025-06-23Fixes firefox copy paste issuegstjepan2-1/+29
2025-06-23Improve code and documentationGuillaume Gomez-12/+22
2025-06-23Update tests to work with new DocFragment field and `redundant_explicit_links...Guillaume Gomez-0/+1
2025-06-23Update clippy source code to changes on `source_span_for_markdown_range`Guillaume Gomez-2/+2
2025-06-23Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...Guillaume Gomez-22/+50
2025-06-23Auto merge of #142906 - jdonszelmann:rollup-togt1dl, r=jdonszelmannbors-7/+24
2025-06-23Fix install-template.sh for Solaris trPetr Sumbera-4/+4
2025-06-23Move error code explanation removal check into tidyGuillaume Gomez-25/+32
2025-06-23Create new `CiInfo` type in tidy checks to centralize CI related checksGuillaume Gomez-44/+71
2025-06-23Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=KobzolJana Dönszelmann-7/+24
2025-06-23Auto merge of #142792 - cuviper:version-1.90, r=cuviperbors-1/+1
2025-06-23Remove `build --stage 0` from CI scriptsJakub Beránek-2/+2
2025-06-23Add snapshot tests for compiler buildsJakub Beránek-4/+182
2025-06-23Do not allow building anything on stage 0Jakub Beránek-2/+7
2025-06-23Do not explicitly build `Rustc` when bootstrap is invoked with the `compiler`...Jakub Beránek-0/+6
2025-06-23Add `Builder::std` method for building a standard libraryJakub Beránek-41/+84
2025-06-23Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgrbors-24/+52
2025-06-23update to literal-escaper 0.0.4 for better API without `unreachable` and fast...Marijn Schouten-4/+5
2025-06-23Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r...Matthias Krüger-0/+25
2025-06-23Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmannMatthias Krüger-24/+22
2025-06-23Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxuMatthias Krüger-0/+5
2025-06-22Update cargoEric Huss-0/+0
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-24/+22
2025-06-22Add a SUMMARY.md outlining immediate subdirectories of the ui test suiteOneirical-0/+5
2025-06-22Rollup merge of #142877 - yotamofek:pr/rustdoc/comment-eslint-installation-re...Guillaume Gomez-0/+3
2025-06-22Rollup merge of #142868 - klensy:dc, r=oli-obkGuillaume Gomez-2/+1
2025-06-22Document why tidy checks if `eslint` is installed via `npm`Yotam Ofek-0/+3
2025-06-22Check rustdoc-json-types FORMAT_VERSION correct changeGuillaume Gomez-0/+25
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-22/+42
2025-06-22remove few from bootstrap tooklensy-2/+1
2025-06-22Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmannJacob Pratt-3/+10
2025-06-22Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoidJacob Pratt-189/+169
2025-06-22Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkovJacob Pratt-12/+0
2025-06-22Merge pull request #20056 from ShoyuVanilla/fmt-args-newChayim Refael Friedman-46/+412
2025-06-22Minic rustc's new `format_args!` expansionShoyu Vanilla-41/+366
2025-06-22Implement region negation to minicore and add a flag `fmt_before_1_89_0`Shoyu Vanilla-8/+49
2025-06-22Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jie...bors-1/+28