about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla...Trevor Gross-6/+22
2025-07-25Auto merge of #144338 - weihanglo:update-cargo, r=weihanglobors-0/+1
2025-07-25Update cargoWeihang Lo-0/+1
2025-07-25Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearthbors-1125/+3791
2025-07-25Allow approx-constant in `x clippy library`Philipp Krones-0/+1
2025-07-25Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u...Philipp Krones-1125/+3790
2025-07-25Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLiiMatthias Krüger-13/+3
2025-07-24Rename tests/ui/SUMMARY.md and update rustc dev guide on error-patternOneirical-4/+4
2025-07-24Rollup merge of #144320 - lolbinarycat:rustdoc-search_index-BTreeMap-str, r=G...León Orell Valerian Liehr-3/+16
2025-07-24Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=KobzolLeón Orell Valerian Liehr-4/+14
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-1/+2
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-1/+1
2025-07-24Remove dead code and extend test coverage and diagnostics around itOli Scherer-13/+3
2025-07-24Auto merge of #116707 - cjgillot:slice-id, r=oli-obk,RalfJungbors-60/+9
2025-07-23Remove const deduplication from the interpreter.Camille GILLOT-58/+7
2025-07-23Remove useless lifetime parameter.Camille GILLOT-2/+2
2025-07-23Auto merge of #144244 - jieyouxu:pr-full-ci, r=Kobzolbors-11/+352
2025-07-23Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgrbors-1275/+7
2025-07-23Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=KobzolMatthias Krüger-0/+2
2025-07-23Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=KobzolMatthias Krüger-0/+1
2025-07-23Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxuMatthias Krüger-1275/+4
2025-07-23Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obkbors-4/+4
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-4/+4
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-12/+14
2025-07-22rustdoc: avoid allocating a temp String for aliases in search indexbinarycat-3/+16
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-34/+61
2025-07-22Bless bootstrap testsJakub Beránek-11/+11
2025-07-22Move tests around to appease `tidy`Jakub Beránek-1/+2
2025-07-22Allow platform-specific code in `std_detect`Jakub Beránek-0/+1
2025-07-22pass build.npm from bootstrap to tidy and use it for npm installbinarycat-4/+14
2025-07-22bootstrap: add package.json and package-lock.json to dist tarballbinarycat-0/+2
2025-07-22Add powerpc64le-unknown-linux-musl to CI rustc targetsJens Reidel-0/+1
2025-07-22Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur...Guillaume Gomez-3/+20
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-18/+23
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-13/+18
2025-07-22Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=KobzolMatthias Krüger-8/+14
2025-07-22Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko...Matthias Krüger-4/+45
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-1/+1
2025-07-22Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=KobzolMatthias Krüger-140/+191
2025-07-21Use serde for target spec json deserializeNoratrieb-1/+2
2025-07-22Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-07-22Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu许杰友 Jieyou Xu (Joe)-8/+8
2025-07-22Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola许杰友 Jieyou Xu (Joe)-28/+278
2025-07-22Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk许杰友 Jieyou Xu (Joe)-27/+37
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-3/+7
2025-07-22Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-63/+84
2025-07-22Rollup merge of #143816 - Kobzol:compiletest-check-macro, r=jieyouxu许杰友 Jieyou Xu (Joe)-140/+63
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+8
2025-07-21add test_lld_opt_in testbit-aloo-10/+3
2025-07-21add default_lld_opt_in_targets method and modified test accordinglybit-aloo-4/+51