about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-16Auto merge of #146650 - matthiaskrgr:rollup-rjrklz9, r=matthiaskrgrbors-43/+183
2025-09-16Update cargo submoduleWeihang Lo-0/+0
2025-09-16add Readme.md to tidyT-1/+115
2025-09-16Do not use `git -C dir`Samuel Tardieu-3/+3
2025-09-16Update the FIXME comments in the generic three_way_compareJosh Stone-8/+11
2025-09-16Merge similar output checks in assembly-llvm/x86_64-cmpJosh Stone-16/+7
2025-09-16Update the minimum external LLVM to 20Josh Stone-595/+157
2025-09-16Auto merge of #138271 - mu001999-contrib:fix-138234, r=jackh726bors-0/+73
2025-09-16Rollup merge of #146618 - GuillaumeGomez:backend-run-llvm-options, r=kobzolMatthias Krüger-5/+12
2025-09-16Rollup merge of #146611 - lolbinarycat:bootstrap-toml-wrong-section-diagnosti...Matthias Krüger-11/+98
2025-09-16Rollup merge of #146605 - jyn514:update-rustfix, r=nnethercoteMatthias Krüger-10/+10
2025-09-16Rollup merge of #146474 - ferrocene:pvdrz/improve-ascii-coverage, r=NoratriebMatthias Krüger-0/+7
2025-09-16Rollup merge of #146442 - Qelxiros:trait-suggestion-generics, r=BoxyUwUMatthias Krüger-17/+56
2025-09-16Detect top-level `...` in argument typeEsteban Küber-9/+36
2025-09-16Merge pull request #20677 from ShoyuVanilla/fix-enaDavid Barsky-0/+6
2025-09-16cmse: fix 'region variables should not be hashed'Folkert de Vries-0/+40
2025-09-16Reword noteEsteban Küber-2/+2
2025-09-17Fix "sync-from-ra" for `rust-lang/rust`Shoyu Vanilla-0/+6
2025-09-16remove redundant testEsteban Küber-20/+0
2025-09-16fmtEsteban Küber-2/+3
2025-09-16ci: x86_64-gnu-tools: Add `--test-args` regression testMartin Nordholts-0/+7
2025-09-16bootstrap: emit hint if a config key is used in the wrong sectionbinarycat-11/+98
2025-09-16Changelog for Clippy 1.90 🍂 (#15670)Philipp Krones-1/+146
2025-09-16Add span for struct tail recursion limit errorTawan Muadmuenwai-65/+111
2025-09-16Do not run ui test if options specific to llvm are used when another codegen ...Guillaume Gomez-5/+12
2025-09-16Improve `core::sync::atomic` coverageChristian Poveda-4/+240
2025-09-16Improve `core::ascii` coverageChristian Poveda-0/+7
2025-09-16handle const generics, ?Sized, early bound lifetimesJeremy Smart-17/+56
2025-09-16Mark some coverage-related bindings as safeZalathar-10/+14
2025-09-16Stop using `as_c_char_ptr` for coverage-related bindingsZalathar-7/+12
2025-09-16Keep space if expr follows identifier when lint unused parensMu001999-0/+73
2025-09-16Fix other uses of "adaptor"Joe Birr-Pixton-3/+3
2025-09-16Fix spelling of "adaptor"Joe Birr-Pixton-1/+1
2025-09-16Iterator repeat: no infinite loop for `last` and `count`Marijn Schouten-3/+4
2025-09-16Add parallel-frontend-threads to bootstrap.toml and enable multi-threaded par...Haidong Zhang-1/+30
2025-09-16Merge pull request #4588 from RalfJung/rustupRalf Jung-2/+3
2025-09-16Auto merge of #146516 - cjgillot:dest-prop-aggregate, r=Amanieubors-12/+164
2025-09-16rustupRalf Jung-2/+3
2025-09-16fix issue with `cmse-nonsecure-entry` ABI being both async and c-variadicFolkert de Vries-26/+105
2025-09-16Suggest removing Box::newCameron Steffen-3/+49
2025-09-16Merge pull request #20612 from Veykril/veykril/push-vzuykrsxvrtsLukas Wirth-46/+49
2025-09-16Merge pull request #20402 from rust-lang/veykril/push-pursotqxutsxLukas Wirth-3/+22
2025-09-16Merge pull request #20517 from Veykril/veykril/push-wrurmtqppzusLukas Wirth-101/+144
2025-09-16Add more workaround hacks for incorrect startup diagnosticsLukas Wirth-8/+16
2025-09-16Workaround lsp-types typoLukas Wirth-1/+12
2025-09-16fix: Only compute unstable paths on nightly toolchains for IDE featuresLukas Wirth-101/+144
2025-09-16fix: Fix expand macro recursively not working correctly for nested macro callsLukas Wirth-46/+49
2025-09-16Auto merge of #146614 - Zalathar:rollup-hcxvdi1, r=Zalatharbors-1590/+1772
2025-09-15Don’t suggest foreign `doc(hidden)` types in E0277 diagnosticsJules Bertholet-15/+94
2025-09-16Restrict simple assignment condition.Camille Gillot-2/+8