about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-09-11Auto merge of #18078 - cuishuang:master, r=Veykrilbors-3/+5
2024-09-11Auto merge of #18057 - alibektas:better_ratoml_testing, r=Veykrilbors-103/+228
2024-09-11Auto merge of #18052 - Coekjan:fix-inline-const, r=Veykrilbors-4/+14
2024-09-11Auto merge of #18018 - ChayimFriedman2:unit-ret-complete-semi, r=Veykrilbors-40/+217
2024-09-11Properly set the working directory for proc-macro executionLukas Wirth-5/+29
2024-09-11Auto merge of #17904 - darichey:unresolved-references, r=Veykrilbors-0/+200
2024-09-11Lift out workspace related data into a separate query to preserve crategraph ...Lukas Wirth-97/+98
2024-09-11Auto merge of #18050 - rust-lang:davidbarsky/push-uyvtlsvoqrxw, r=Veykrilbors-9/+25
2024-09-11Remove crate graph deduplication logicLukas Wirth-19658/+6
2024-09-11miri: support vector index arguments in simd_shuffleRalf Jung-9/+14
2024-09-11also allow illumos to use mmap for its stack guardRalf Jung-2/+2
2024-09-11Auto merge of #18093 - ShoyuVanilla:skip-dyn-trait-cast-check, r=Veykrilbors-0/+139
2024-09-11document the new git logic in more detailonur-ozkan-5/+18
2024-09-11Merge from rustcThe Miri Cronjob Bot-33/+46
2024-09-11Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-2/+2
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-30/+30
2024-09-10handle `GitConfig` for `tools/compiletest`onur-ozkan-2/+10
2024-09-11Skip checks for cast to dyn traitsShoyu Vanilla-0/+139
2024-09-10Correctly escape strings in our quote macroChayim Refael Friedman-6/+25
2024-09-10Add test for S_OBJNAME and update test for LF_BUILDINFO cl and cmd forFlorian Schmiderer-0/+6
2024-09-10Auto merge of #18032 - DropDemBits:sed-tree-edits, r=davidbarskybors-0/+1251
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-7/+382
2024-09-10fmtRalf Jung-48/+62
2024-09-10Merge from rustcRalf Jung-128/+906
2024-09-10Preparing for merge from rustcRalf Jung-1/+1
2024-09-10Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubileebors-3/+16
2024-09-09Update the MIRI testsScott McMurray-30/+30
2024-09-09Rollup merge of #129529 - lqd:stable-new-solver, r=KobzolJubilee-3/+16
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-12/+503
2024-09-09Rollup merge of #130131 - Zalathar:up-to-date, r=KobzolMatthias Krüger-2/+6
2024-09-09handle `GitConfig` for `tools/suggest-tests`onur-ozkan-0/+1
2024-09-09implement `build_helper::git::get_closest_merge_commit`onur-ozkan-6/+34
2024-09-09add `git_merge_commit_email` into `GitConfig`onur-ozkan-0/+1
2024-09-09sync: store extra sync primitive data in a Box<dyn Any> so the type can be ke...Ralf Jung-66/+59
2024-09-09sync methods: pass around places, not pointer-typed operandsRalf Jung-95/+69
2024-09-09Auto merge of #3871 - Mandragorian:detect_rwlock_move, r=RalfJungbors-5/+68
2024-09-10feat: generate names for tuple-struct in add-missing-match-armsroife-24/+106
2024-09-10refactor: introduce NameGenerator in suggest_nameroife-81/+192
2024-09-09feat: use shorthand when pretty-print record patroife-6/+79
2024-09-09Auto merge of #3872 - trivikr:actions-checkout-v4, r=RalfJungbors-2/+2
2024-09-09fix UB in a testRalf Jung-2/+35
2024-09-09use fd_num for file descriptors, so we can use fd for file descriptionRalf Jung-92/+83
2024-09-09Auto merge of #18041 - roife:fix-issue-17631, r=Veykrilbors-1/+95
2024-09-09feat: better name suggestions for fnroife-1/+95
2024-09-09ci: bump actions/checkout to v4Trivikram Kamat-2/+2
2024-09-09fix: add parenthesis for or-patternroife-1/+18
2024-09-09fix: use `pretty_print_pat` for params in fnroife-5/+123
2024-09-09feat: add prettifier for Patroife-0/+31
2024-09-09feat: Allow hir-def prettifier formatting into one-lineroife-15/+55