about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-04-01Avoid relying on `block_def_map()` needlesslyChayim Refael Friedman-1/+1
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-117/+172
2025-04-01Remove useless `Option<Ident>` arg.Nicholas Nethercote-38/+16
2025-04-01Simplify `ItemVisitorKind`.Nicholas Nethercote-30/+41
2025-03-31fix: Fix panic in progress due to splitting unicode incorrectlyRoss Delinger-2/+2
2025-03-31Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkanMatthias Krüger-8/+21
2025-04-01Avoid `kw::Empty` use for `AuxParamsAttr`.Nicholas Nethercote-14/+16
2025-03-31Merge pull request #19485 from Veykril/push-mqlnvzkuplnmLukas Wirth-29/+51
2025-03-31chore: Clean CI a bitLukas Wirth-29/+51
2025-03-31fix: Fix new nightly lintsLukas Wirth-96/+88
2025-03-31Merge pull request #4243 from RalfJung/env-cleanup-too-muchRalf Jung-3/+7
2025-03-31do not run EnvVars::cleanup if there was an interpreter errorRalf Jung-3/+7
2025-03-31fix: Cleanup param name inlay hint filteringLukas Wirth-118/+187
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-648/+24
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-4/+0
2025-03-30Suggest switching underscores for dashesmejrs-1/+16
2025-03-30Remove duplicate c-variadic.mdmejrs-7/+5
2025-03-30Drop `clippy::invalid_null_ptr_usage`Urgau-648/+24
2025-03-30Update tidy exceptionsbjorn3-0/+4
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-4/+0
2025-03-29Rollup merge of #139100 - petrochenkov:errbelow, r=jieyouxuMatthias Krüger-1/+7
2025-03-29Fix debug sourceFileMap when using cppvsdbgInflation-1/+1
2025-03-29Rollup merge of #138692 - jieyouxu:reject-bool-lit-rev-names, r=wesleywiserMatthias Krüger-8/+35
2025-03-29compiletest: Support matching diagnostics on lines belowVadim Petrochenkov-1/+7
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-74/+143
2025-03-28Rollup merge of #139065 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-66/+231
2025-03-28Merge pull request #4242 from RalfJung/clock-namesRalf Jung-30/+34
2025-03-28machine clock: make 'monotonic' explicitRalf Jung-30/+34
2025-03-28cache mangle_internal_symbol resultsRalf Jung-33/+40
2025-03-28update testHegui Dai-22/+22
2025-03-28move "impl<> for <>" and test about itHegui Dai-27/+0
2025-03-28Merge pull request #19375 from ChayimFriedman2/do-not-completeLukas Wirth-291/+768
2025-03-28Fix a bug in orphan rules calculationChayim Refael Friedman-12/+30
2025-03-27Rename `--runtool` and `--runtool-arg`Eric Huss-6/+6
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-5/+11
2025-03-27tester.js: ignore displayTypeSignature if it is nullbinarycat-1/+1
2025-03-27Rollup merge of #138999 - jieyouxu:spellout-pass-mode, r=wesleywiserJacob Pratt-12/+17
2025-03-27Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercoteJacob Pratt-8/+7
2025-03-27run a few more concurrency tests on aarch64-linux-androidRalf Jung-4/+4
2025-03-27Allow crate authors to control completion of their thingsChayim Refael Friedman-291/+768
2025-03-27Merge pull request #19460 from Veykril/push-krmvxxvrlmyxLukas Wirth-2/+3
2025-03-27Merge pull request #19459 from Veykril/push-swywyozvsqowLukas Wirth-41/+41
2025-03-27fix: Fix `format_args` lowering using wrong integer suffixLukas Wirth-2/+3
2025-03-27refactor: Shuffle some unsafety around in proc-macro-srvLukas Wirth-41/+41
2025-03-27Merge pull request #19457 from Veykril/push-xpmluxlzprpyLukas Wirth-12/+63
2025-03-27chore: Remove salsa dependency from proc-macro server againLukas Wirth-12/+63
2025-03-26Update cargoWeihang Lo-0/+0
2025-03-27Report compiletest pass mode if forcedJieyou Xu-12/+17
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-8/+7
2025-03-26Auto merge of #138974 - Zalathar:rollup-568cpmy, r=Zalatharbors-3/+0