about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-04-09Add a Miri test for 134713Scott McMurray-0/+30
2025-04-09Merge pull request #19550 from Veykril/push-rsskztqzwuzkLukas Wirth-87/+104
2025-04-09refactor: Turn `LifetimeRef` into an enumLukas Wirth-87/+104
2025-04-09Rollup merge of #139573 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-801/+789
2025-04-09update cfgsBoxy-3/+0
2025-04-09Merge pull request #19255 from geetanshjuneja/masterLukas Wirth-1/+204
2025-04-09Merge pull request #19462 from Veykril/push-ypvprvvwkyllLukas Wirth-7988/+6728
2025-04-09refactor: Lower type-refs before type inferenceLukas Wirth-7988/+6728
2025-04-09compiletest: Add directive `dont-require-annotations`Vadim Petrochenkov-15/+41
2025-04-09Merge pull request #4067 from CraftSpider/windows-metadataRalf Jung-191/+896
2025-04-09Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgrbors-27/+53
2025-04-08Implement trivial file operations - opening and closing handles. Just enough ...Rune Tynan-160/+838
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-1/+30
2025-04-08Rollup merge of #139528 - Zalathar:no-logfile, r=jieyouxuMatthias Krüger-6/+1
2025-04-08Rollup merge of #139520 - jieyouxu:compiletest-maintenance-1, r=lqdMatthias Krüger-14/+14
2025-04-08Rollup merge of #139496 - Skgland:139455-went-too-far, r=VeykrilMatthias Krüger-7/+38
2025-04-08Rollup merge of #139485 - petrochenkov:errkind-light, r=oli-obk,jieyouxuMatthias Krüger-94/+96
2025-04-08Merge pull request #19536 from jackh726/closure-inferDavid Barsky-157/+405
2025-04-08compiletest: Remove the `--logfile` flagZalathar-6/+1
2025-04-08Auto merge of #139525 - Zalathar:rollup-5t5xsrw, r=Zalatharbors-82/+11
2025-04-08compiletest: Trim whitespace from environment variable namesZalathar-16/+13
2025-04-08Rollup merge of #139490 - RalfJung:unstable-intrinsics-docs, r=oli-obkStuart Cook-79/+8
2025-04-08Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc...Stuart Cook-3/+3
2025-04-08make hover_feature test less fragileRalf Jung-79/+8
2025-04-08Auto merge of #139474 - jieyouxu:bump-rustc-perf, r=Kobzolbors-1/+0
2025-04-08compiletest: drop dependency on `anyhow`Jieyou Xu-7/+5
2025-04-08compiletest: sort dependencies alphabeticallyJieyou Xu-8/+10
2025-04-08test_dependencies: bump tokioRalf Jung-3/+3
2025-04-08Merge pull request #19541 from Veykril/push-twqrorwqzmwvLukas Wirth-109/+291
2025-04-08fix(auto-import): Prefer imports of matching types for argument lists Lukas Wirth-109/+291
2025-04-07Port closure inference from rustcjackh726-157/+405
2025-04-07Revert "remove rust-analyser support for `extern "rust-intrinsic"` blocks"Bennet Bleßmann-7/+38
2025-04-07compiletest: Avoid ignoring empty diagnostics in one more placeVadim Petrochenkov-2/+1
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-35/+37
2025-04-07compiletest: Always preserve kind for compiler diagnosticsVadim Petrochenkov-22/+36
2025-04-07compiletest: Cleanup collection of actual errorsVadim Petrochenkov-48/+35
2025-04-07cargo xtask tidygeetanshjuneja-2/+9
2025-04-07added children modulesgeetanshjuneja-0/+196
2025-04-07targest → targets (spotted as I had the same typo)Ralf Jung-1/+1
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-64/+9
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-5/+11
2025-04-07Merge pull request #19425 from ConradIrwin/drop-drop-glue-gooLukas Wirth-421/+107
2025-04-07Merge pull request #19511 from snprajwal/fixmesLukas Wirth-47/+36
2025-04-07Merge pull request #19432 from ShoyuVanilla/issue-19431Lukas Wirth-26/+134
2025-04-07tidy: remove `instant` dep exclusionJieyou Xu-1/+0
2025-04-07rustc-perf: update to `c0f3b53c8e5de87714d18a5f42998859302ae03a`Jieyou Xu-0/+0
2025-04-07Merge pull request #19512 from BenjaminBrienen/update-stdxLukas Wirth-97/+131
2025-04-07reduce the error tolerance to match algebraic and fast-math operationsRalf Jung-2/+3
2025-04-07big-allocs benchmark: use up less of the address space on 32bitRalf Jung-1/+4
2025-04-07Merge from rustcThe Miri Cronjob Bot-313/+615