about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-05-02Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearthbors-582/+1819
2025-05-02Merge pull request #4305 from RalfJung/squashRalf Jung-10/+84
2025-05-02add ./miri squashRalf Jung-10/+84
2025-05-01Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu...Guillaume Gomez-4/+13
2025-05-01Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubileeGuillaume Gomez-42/+14
2025-05-01Improve error output in case `nodejs` or `npm` is not installed for rustdoc-g...Guillaume Gomez-4/+13
2025-05-01Remove backtrace dep from anyhow in features status dump toolChristian Legnitto-1/+1
2025-05-01Merge pull request #4273 from yoctocell/new-cell-stateRalf Jung-72/+141
2025-05-01remove a couple of clonesMatthias Krüger-90/+71
2025-05-01Add `Cell` state to Tree BorrowsXinglu Chen-72/+141
2025-05-01Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u...Philipp Krones-582/+1819
2025-05-01Merge from rust-lang/rustLaurențiu Nicola-664/+1072
2025-05-01Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-05-01Update lockfileLaurențiu Nicola-6/+6
2025-05-01Bump salsaLukas Wirth-2/+2
2025-05-01fmtThe Miri Cronjob Bot-3/+1
2025-05-01Merge from rustcThe Miri Cronjob Bot-39679/+33261
2025-05-01Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-30Rollup merge of #140486 - calebcartwright:rustfmt-let-chain-bool-lit, r=caleb...Matthias Krüger-15/+17
2025-04-30Rollup merge of #140385 - lnicola:sync-from-ra, r=VeykrilMatthias Krüger-39401/+33092
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-106/+106
2025-04-30Merge pull request #19723 from Veykril/push-skswknpxtzlzLukas Wirth-20/+86
2025-04-30fix: Improve parser recovery a bitLukas Wirth-20/+86
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-86/+99
2025-04-30Merge pull request #19247 from alibektas/19172_very_newLukas Wirth-82/+146
2025-04-30Rollup merge of #140446 - mejrs:test1, r=jieyouxuMatthias Krüger-2/+1
2025-04-30Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obkMatthias Krüger-84/+98
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-45/+28
2025-04-30chore: Adjust panic context printingLukas Wirth-12/+10
2025-04-29Also allow bool literals as first item of let chainCaleb Cartwright-15/+17
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-156/+129
2025-04-29Split out salsa_macrosLukas Wirth-48/+63
2025-04-29Update salsaLukas Wirth-33/+75
2025-04-29Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxuTrevor Gross-132/+7
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-0/+18
2025-04-29Merge pull request #4272 from geetanshjuneja/schedulingRalf Jung-92/+111
2025-04-29fix comment typosRalf Jung-2/+2
2025-04-29move EnvVars::cleanup into the main-thread-exit handlerRalf Jung-10/+11
2025-04-29Added random schedulinggeetanshjuneja-92/+111
2025-04-29Merge pull request #19714 from Veykril/push-owpqqzqmrpvvLukas Wirth-68/+59
2025-04-29refactor: Remove unnecessary extension traitLukas Wirth-68/+59
2025-04-29Coalesce duplicate missing clone testsmejrs-2/+1
2025-04-29Merge pull request #19713 from Veykril/push-xkppskpmuzpoLukas Wirth-188/+234
2025-04-29Merge pull request #19685 from fbernier/pgo-installLukas Wirth-132/+175
2025-04-29Cleanup cfg check handling in expression store loweringLukas Wirth-188/+234
2025-04-29miri: algebraic intrinsics: bring back float non-determinismRalf Jung-84/+98
2025-04-29refactor: Clean up cache priming cancellation handlingLukas Wirth-39/+54
2025-04-29suppress dangerous_implicit_autorefs in TB testRalf Jung-0/+1
2025-04-29fmtThe Miri Cronjob Bot-7/+3
2025-04-29Merge from rustcThe Miri Cronjob Bot-148/+190