about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-09-05asm! parsing and lowering fixesLukas Wirth-18/+106
2024-09-05Fix name fetching being incorrect for asm operandsLukas Wirth-93/+107
2024-09-05Add missing doc commentsLukas Wirth-0/+1
2024-09-05Support more IDE features for asm operandsLukas Wirth-40/+180
2024-09-05Give InlineAsmOperand a HIR representationLukas Wirth-217/+409
2024-09-05run_make_support: make each command invocation only-run-once许杰友 Jieyou Xu (Joe)-1/+16
2024-09-05Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJungbors-116/+310
2024-09-05Detect pthread_mutex_t is movedKonstantinos Andrikopoulos-116/+310
2024-09-05Add Definition kind for asm register operandLukas Wirth-35/+59
2024-09-05run_make_support: rename `Command::stdin` to `stdin_buf` and add `std{in,out,...许杰友 Jieyou Xu (Joe)-22/+67
2024-09-05Add Definition kind for asm register classesLukas Wirth-28/+214
2024-09-05Lower asm expressionsLukas Wirth-97/+612
2024-09-05fix: Fix `inline_const_as_literal` error when the number >= 10coekjan-4/+14
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-1/+1
2024-09-05Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68Matthias Krüger-0/+34
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-0/+15
2024-09-04assist: ensure replace_qualified_name_with_use applies to the first path segmentDavid Barsky-9/+25
2024-09-04Parse builtin#asm expressionsLukas Wirth-31/+865
2024-09-04Auto merge of #18045 - Veykril:fix-loop-lower, r=Veykrilbors-9/+65
2024-09-04fix: Fix lowering of for loops dropping the `loop` blockLukas Wirth-9/+65
2024-09-04Add edition dependent keyword highlighting testsLukas Wirth-7/+326
2024-09-04forward linker option to lint-docschenx97-0/+13
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-0/+3
2024-09-03bundle old root into `SyntaxEdit` resultDropDemBits-12/+30
2024-09-03Auto merge of #3856 - jder:mac-native-libs, r=RalfJungbors-52/+78
2024-09-03Enable native libraries on macOSJesse Rusak-52/+78
2024-09-03Bump smol_strLukas Wirth-4/+20
2024-09-03Auto merge of #17984 - ShoyuVanilla:cast, r=Veykrilbors-93/+1614
2024-09-03Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykrilbors-15/+142
2024-09-02misc fixesDropDemBits-26/+20
2024-09-02handle replace_with_many and replace_allDropDemBits-16/+97
2024-09-02support replacing root nodeDropDemBits-14/+200
2024-09-02properly sort changes by depth to sort between nodes that have the same start...DropDemBits-4/+19
2024-09-02fix insert ranges not being excluded from disjointnessDropDemBits-7/+12
2024-09-02support insert{_all}DropDemBits-11/+88
2024-09-02propagate annotations to mapped elementsDropDemBits-52/+168
2024-09-03tests: suggesting names in completions for let_stmt and fn_paramroife-0/+73
2024-09-03feat: suggest name in let_stmt and fn_paramroife-2/+53
2024-09-03refactor: move ide_assist::utils::suggest_name to ide-dbroife-13/+16
2024-09-03feat: Implement cast typechecksShoyu Vanilla-93/+1614
2024-09-02Merge some stringsLaurențiu Nicola-6/+3
2024-09-02Avoid Option::is_none_or for a whileLaurențiu Nicola-1/+1
2024-09-02Auto merge of #18028 - Veykril:lifetime-hints-panic, r=Veykrilbors-1/+19
2024-09-02fix: lifetime hint panic in non generic defsLukas Wirth-1/+19
2024-09-02Auto merge of #18016 - IvarWithoutBones:wrap-return-ty-local-result, r=Veykrilbors-16/+294
2024-09-02Adjust completions scoringLukas Wirth-50/+46
2024-09-02Simplify CompletionRelevanceLukas Wirth-90/+85
2024-09-02chore: fix some commentscuishuang-4/+4
2024-09-02Auto merge of #129798 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-09-02Merge from rustcThe Miri Cronjob Bot-9/+29