about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-22forward the bootstrap `runner` to `run-make`Folkert de Vries-1/+28
2025-06-21Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe...bors-27/+12
2025-06-22Rename some methods.Nicholas Nethercote-8/+12
2025-06-22Use `FromClean` more.Nicholas Nethercote-121/+156
2025-06-22Remove some code.Nicholas Nethercote-32/+1
2025-06-22Remove some dead code.Nicholas Nethercote-25/+0
2025-06-22Use `sym::asterisk` to avoid a `Symbol::intern` call.Nicholas Nethercote-5/+2
2025-06-21Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym...Chayim Refael Friedman-3/+11
2025-06-21All HIR attributes are outerDavid Tolnay-3/+10
2025-06-21or_fun_call: lint more methods (#15071)Samuel Tardieu-1/+1
2025-06-21Merge pull request #20047 from ShoyuVanilla/comp-time-depsLukas Wirth-2/+24
2025-06-21Rollup merge of #142804 - zachs18:rename-layouts-to-layoutdata-in-comments, r...Matthias Krüger-1/+1
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-24/+16
2025-06-21Rollup merge of #142785 - epage:link, r=ehussMatthias Krüger-0/+1
2025-06-21Rollup merge of #142502 - nnethercote:rustdoc-json-GenericArgs, r=aDotInTheVoidMatthias Krüger-19/+64
2025-06-21fix: Correct grammar in remove all unused imports assistZakaria Elkatani-1/+1
2025-06-21internal: Utilize `cargo check --compile-time-deps`Shoyu Vanilla-2/+24
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-21/+19
2025-06-21Fix some comments.Nicholas Nethercote-3/+3
2025-06-21rustdoc_json: Fix handling of paths with no generic args.Nicholas Nethercote-1/+18
2025-06-21rustdoc_json: Add static asserts for the size of important types.Nicholas Nethercote-0/+30
2025-06-20Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=KobzolTrevor Gross-2/+109
2025-06-20Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obkTrevor Gross-1/+1
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-122/+80
2025-06-20configure.py: fix edge casebinarycat-1/+1
2025-06-20Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkovJakub Beránek-2/+2
2025-06-20Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubileeJakub Beránek-1/+1
2025-06-20Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=KobzolJakub Beránek-1/+1
2025-06-20Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxuJakub Beránek-96/+252
2025-06-20Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume...Jakub Beránek-71/+53
2025-06-20Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmannJakub Beránek-1/+1
2025-06-20Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxuJakub Beránek-19/+114
2025-06-20rust-analyzer: Rename LayoutS to LayoutData in commentsZachary S-1/+1
2025-06-20Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomezTrevor Gross-12/+1
2025-06-20Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkovTrevor Gross-71/+36
2025-06-20Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...Trevor Gross-37/+41
2025-06-20Bump the version number to 1.90.0Josh Stone-1/+1
2025-06-20update configure.py to handle new bootstrap.example.tomlbinarycat-7/+24
2025-06-20clippy: replace path uses by diagnostic itemsSamuel Tardieu-24/+16
2025-06-20Improve error message for rustdoc_json_types tidy checkGuillaume Gomez-11/+25
2025-06-20fix(linkcheck): Build using the lockfileEd Page-0/+1
2025-06-20Pass `src_path` to rustdoc_json tidy checkGuillaume Gomez-11/+13
2025-06-20Generate base commit in rustdoc_json tidy checksGuillaume Gomez-5/+28
2025-06-20expected word diagnostic testJana Dönszelmann-2/+2
2025-06-20Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updatedGuillaume Gomez-0/+68
2025-06-20Pass -Cpanic=abort for the panic_abort cratebjorn3-12/+0
2025-06-20Add better documentation for excluding imports from symbol searchLucas Holten-3/+11
2025-06-20Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35bors-7/+5
2025-06-20Merge pull request #20046 from regexident/type-param-parent-getterFlorian Diebold-0/+4
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-1/+1