summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-23Update channel to stableJosh Stone-1/+1
2025-06-20[win] Update LLVM toolchain used to build LLVM to 20Daniel Paoliello-2/+2
2025-06-20Fix ICE in `missing_const_for_fn` (rust-lang/rust-clippy#14776)Alejandra González-2/+45
2025-06-20`needless_borrow`: do not contradict `dangerous_implicit_autorefs` (rust-lang...Alejandra González-22/+49
2025-06-20remove superseded lints (rust-lang/rust-clippy#14703)Samuel Tardieu-1091/+116
2025-06-20Fix `collapsible_if` FP on block stmt before expr (rust-lang/rust-clippy#14730)Samuel Tardieu-8/+29
2025-06-20Don't warn about unloaded crates (rust-lang/rust-clippy#14733)Alex Macleod-4/+41
2025-05-29Update to LLVM 20.1.5dianqk-0/+0
2025-05-25ci: split dist-arm-linux jobMarcoIeni-10/+55
2025-05-24Move `dist-x86_64-linux` CI job to GitHub temporarilyJakub Beránek-1/+1
2025-05-24Use Docker cache from the current repositoryJakub Beránek-3/+2
2025-05-23Temporarily use Windows Server 2022 instead of Windows Server 2025 imagesJieyou Xu-2/+8
2025-05-22Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-22Update the edition guide for let chainsest31-0/+0
2025-05-22bump stage0Josh Stone-462/+356
2025-05-10[beta-1.88] Update cargoWeihang Lo-0/+0
2025-05-09bump channel to betaPietro Albini-1/+1
2025-05-09update version placeholdersPietro Albini-1/+1
2025-05-09Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalatharbors-2/+3
2025-05-09Rollup merge of #140817 - RalfJung:bootstrap-msg, r=jieyouxuStuart Cook-2/+2
2025-05-09Rollup merge of #140804 - bend-n:signed, r=lcnrStuart Cook-0/+1
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-7/+16
2025-05-08Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxubors-19/+42
2025-05-08bootstrap: more consistent use of `...` when citing configuration snippetsRalf Jung-2/+2
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+1
2025-05-08Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgrbors-0/+1
2025-05-08Mention fast try builds in the rustc-dev-guideJakub Beránek-6/+10
2025-05-08Do not deny warnings for fast try buildsJakub Beránek-10/+27
2025-05-08Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxuMatthias Krüger-0/+1
2025-05-08Auto merge of #140732 - onur-ozkan:use-in-tree-rustfmt, r=Kobzolbors-1/+66
2025-05-08Migrate `opt-dist` to edition 2024Jakub Beránek-2/+5
2025-05-08Remove unused dependency from opt-distJakub Beránek-1/+0
2025-05-08add change-entry for `x run rustfmt`onur-ozkan-0/+5
2025-05-08implement `x run rustfmt`onur-ozkan-0/+55
2025-05-08Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscrossMatthias Krüger-0/+13
2025-05-08Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomezMatthias Krüger-1/+5
2025-05-08Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnrMatthias Krüger-3/+3
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-2/+4
2025-05-07do not allow stage > 0 on `x fmt`onur-ozkan-1/+6
2025-05-07style: Never break within a nullary function call `func()` or a unit literal ...Josh Triplett-0/+13
2025-05-07rustdoc-json: Remove newlines from attributesAlona Enraght-Moony-1/+5
2025-05-07[win][arm64] Disable various DebugInfo tests that don't work on Arm64 WindowsDaniel Paoliello-0/+1
2025-05-07Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey...Guillaume Gomez-1/+4
2025-05-07Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jiey...Guillaume Gomez-1/+31
2025-05-07Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr...Guillaume Gomez-3/+21
2025-05-07Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwcoGuillaume Gomez-2/+1
2025-05-07Require T: TypeFoldable in Binder<T> visitMichael Goulet-3/+3
2025-05-07run-make-support: set rustc dylib path for cargo wrapperJesus Checa Hidalgo-1/+4
2025-05-07add armv5te-unknown-linux-gnueabi target maintainerAdrian Friedli-1/+31
2025-05-07Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomezbors-12/+12