about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-12/+43
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-28/+28
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-28/+28
2024-11-10fix linux-futex test being accidentally disabledRalf Jung-3/+2
2024-11-10store futexes in per-allocation data rather than globallyRalf Jung-55/+122
2024-11-10Merge from rustcRalf Jung-22/+27
2024-11-10Preparing for merge from rustcRalf Jung-1/+1
2024-11-09Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obkJubilee-20/+20
2024-11-10Auto merge of #132829 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-09Update cargoWeihang Lo-0/+0
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-0/+1
2024-11-09make return type of get_alloc_info a struct, and reduce some code duplication...Ralf Jung-20/+20
2024-11-09Merge pull request #4020 from RalfJung/thread-sopeRalf Jung-0/+24
2024-11-09interpret: get_alloc_info: also return mutabilityRalf Jung-7/+7
2024-11-09pthread-sync: avoid confusing error when running with preemptionRalf Jung-0/+24
2024-11-09Merge from rustcThe Miri Cronjob Bot-1939/+7227
2024-11-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-08Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearthbors-899/+5023
2024-11-08Merge pull request #4004 from YohDeadfall/thread-name-ice-fixRalf Jung-109/+192
2024-11-08Get/set thread name shims return errors for invalid handlesYoh Deadfall-109/+192
2024-11-08Clippy: cfg out validate_diag on release buildsPhilipp Krones-3/+4
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-1/+1
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-9/+77
2024-11-08Add a run-make test for `rustc --help` and similarZalathar-0/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-900/+5023
2024-11-07Renamed ecx variales to thisYoh Deadfall-36/+36
2024-11-07Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiserJonas Böttiger-0/+24
2024-11-06Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhprattbors-1/+1
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-5/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-5/+0
2024-11-05Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995Matthias Krüger-19/+6
2024-11-05Rollup merge of #132524 - ismailarilik:chore/style/sync-submodule-exclusion-l...Matthias Krüger-1/+0
2024-11-05Do not filter empty passes & Make CTFE Clippy into lintless passblyxyas-19/+6
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-15/+15
2024-11-04Rollup merge of #132598 - jdonszelmann:move-lints-to-early, r=xFrednetJubilee-112/+122
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-112/+122
2024-11-04Auto merge of #132594 - lnicola:sync-from-ra, r=lnicolabors-849/+1907
2024-11-04Fix feature name casingLaurențiu Nicola-1/+1
2024-11-04miri: update ABI compat checks to accept Option-like typesRalf Jung-0/+24
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-10/+10
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-5/+5
2024-11-03Rollup merge of #132560 - Urgau:tidy-license-deps, r=onur-ozkanJubilee-14/+0
2024-11-03Remove outdated tidy license fixmesUrgau-14/+0
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-6/+6
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-5/+0
2024-11-03Allow interpreting consts and statics with interpret function commandLukas Wirth-86/+114
2024-11-03Merge pull request #18469 from Veykril/push-zwnywqmvtutsLukas Wirth-28/+87
2024-11-03Rollup merge of #132540 - compiler-errors:gc, r=calebcartwrightMatthias Krüger-6/+46
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-1/+1
2024-11-03Merge from rustcThe Miri Cronjob Bot-23/+17