about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-0/+53
2025-07-09Put `dyn` inlay hints in their correct place in presence of parenthesesChayim Refael Friedman-3/+14
2025-07-09Disable the `diagnostics_dont_block_typing` test on CIChayim Refael Friedman-1/+2
2025-07-09Don't show `dyn` hint in a HRTB boundChayim Refael Friedman-2/+17
2025-07-10migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor'Hayashi Mikihiro-6/+9
2025-07-09Make `global_asm!()` workChayim Refael Friedman-36/+58
2025-07-09Merge pull request #20109 from Hmikihiro/generate_new_tuple_fieldShoyu Vanilla (Flint)-24/+385
2025-07-09Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...Chayim Refael Friedman-16/+198
2025-07-09Don't hash the `SyntaxKind` in the ast idChayim Refael Friedman-41/+36
2025-07-09Massage `lib.rs` so it can be rustfmt'dJieyou Xu-66/+42
2025-07-09Sort and document `run-make-support` dependenciesJieyou Xu-4/+13
2025-07-09Bump `run-make-support` to Edition 2024Jieyou Xu-1/+1
2025-07-09Don't attempt to version `run-make-support`Jieyou Xu-1/+1
2025-07-09Remove `run-make-support` CHANGELOGJieyou Xu-83/+0
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-0/+8
2025-07-09various native-lib-trace-related fixupsNia Espera-338/+312
2025-07-08Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJungTrevor Gross-2/+10
2025-07-09Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoysShoyu Vanilla (Flint)-13/+13
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-0/+3
2025-07-08tidy: assume all files are modified in CIbinarycat-0/+4
2025-07-08tidy: warn when --extra-checks is passed an invalid lang:kind combobinarycat-3/+25
2025-07-08tidy: add `auto:` prefix to --extra-checks syntaxbinarycat-13/+57
2025-07-08tidy: update files_modified to take CiInfobinarycat-3/+7
2025-07-08tidy: factor out change detection logic and make it more robustbinarycat-16/+30
2025-07-08Revert "Re-enable fixpoint iteration for variance computation"Chayim Refael Friedman-13/+13
2025-07-08tidy: refactor --extra-checks parsingbinarycat-14/+111
2025-07-09Migrate `pull_assignment_up` assist to `SyntaxEditor`Hayashi Mikihiro-27/+59
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-2/+4
2025-07-08Implement enter_trace_span() in MiriMachineStypox-2/+10
2025-07-08update to literal-escaper-0.0.5Marijn Schouten-1/+1
2025-07-08add post-dist test for checking that we use LLDRémy Rakic-0/+3
2025-07-08Merge pull request #4454 from RalfJung/data_structureOli Scherer-25/+26
2025-07-08Merge from rustcRalf Jung-745/+1359
2025-07-08Preparing for merge from rustcRalf Jung-1/+1
2025-07-08Merge pull request #20192 from ChayimFriedman2/link-type-panicLukas Wirth-3/+30
2025-07-07Account for const stability in clippy when checking constnessEsteban Küber-6/+14
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-10/+4
2025-07-07Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgrbors-25/+25
2025-07-07Merge pull request #20180 from ChayimFriedman2/parser-stuckLukas Wirth-8/+50
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-25/+25
2025-07-07Fix a case where the link type was `None`Chayim Refael Friedman-3/+30
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-10/+11
2025-07-07move our data structures into a central locationRalf Jung-25/+26
2025-07-07Merge pull request #20185 from ChayimFriedman2/variant-symbolsDavid Barsky-0/+75
2025-07-07Rollup merge of #143528 - RalfJung:stack-pop-cleanup, r=oli-obk许杰友 Jieyou Xu (Joe)-16/+16
2025-07-07Auto merge of #143565 - lnicola:sync-from-ra, r=lnicolabors-668/+1281
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-10/+11
2025-07-07Merge pull request #4450 from RalfJung/unwind-payloadsRalf Jung-157/+169
2025-07-07split unwinding logic from panic logicRalf Jung-152/+164
2025-07-07Merge from rustcThe Miri Cronjob Bot-110/+565