about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-05-10minor: code review tweakgohome001-24/+8
2025-05-10Merge from rustcThe Miri Cronjob Bot-2045/+3052
2025-05-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-10Auto merge of #140876 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-1/+1
2025-05-09Update cargoWeihang Lo-0/+0
2025-05-09Rollup merge of #140843 - jieyouxu:broken-pipe, r=KobzolMatthias Krüger-2/+20
2025-05-09Make diagnostics experimental by defaultFlorian Diebold-33/+47
2025-05-09run-make-support: support "ejecting" the underlying std commandJieyou Xu-2/+20
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-1/+4
2025-05-09Rollup merge of #140804 - bend-n:signed, r=lcnrStuart Cook-0/+1
2025-05-09move (and remove) impl Trait testslcnr-30/+30
2025-05-08Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxubors-13/+32
2025-05-08Remove let_chains feature as it is stableest31-1/+0
2025-05-08Merge pull request #19507 from Hmikihiro/fix_module_doc_linksLukas Wirth-149/+548
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+1
2025-05-08Merge pull request #4311 from est31/edition_2024Ralf Jung-12/+11
2025-05-08Update miri, cargo-miri and miri-cript to edition 2024est31-12/+11
2025-05-08add assert to check ast_index smaller than INNER_ATTR_SET_BITHayashi Mikihiro-13/+9
2025-05-08remove commented-out test leftoverRalf Jung-1/+0
2025-05-08remove stray stderr fileRalf Jung-22/+0
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-08Fix postfix snippets duplicating derefsChayim Refael Friedman-13/+33
2025-05-08perf: Request cancellation while processing changed filesLukas Wirth-80/+136
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-08Still complete parentheses & method call arguments if there are existing pare...Chayim Refael Friedman-3/+76
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-0/+3
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-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-07test suite: use CARGO_TARGET_TMPDIR for temporary build artifactsRalf Jung-3/+2
2025-05-07Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercotebors-3/+3
2025-05-06add stubbed-out cases for rust-analyzerdianne-0/+3
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-0/+1
2025-05-07extract function: `doc_attributes` to find def from inner docHayashi Mikihiro-8/+26
2025-05-07add doc link test for hoverHayashi Mikihiro-0/+122
2025-05-07add doc link test for goto defHayashi Mikihiro-0/+68
2025-05-07check module path inner or outerHayashi Mikihiro-130/+256
2025-05-06Remove duplicate impl of string unescapeMarijn Schouten-3/+3
2025-05-06Merge pull request #19738 from ChayimFriedman2/weird-gatsLukas Wirth-0/+32
2025-05-06Remove ast index maskHayashi Mikihiro-7/+10
2025-05-06import std::iter::repeatHayashi Mikihiro-0/+1
2025-05-06Update crates/hir-expand/src/attrs.rsHayashi Mikihiro-1/+1
2025-05-06Update crates/hir-expand/src/attrs.rsHayashi Mikihiro-1/+1
2025-05-06fix: resolve doc path if outer comments exist on module and replace from cfg_...Hayashi Mikihiro-34/+99
2025-05-06Don't panic on some weird codeChayim Refael Friedman-0/+32