about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-07-16Switch token trees to use SymbolsLukas Wirth-399/+593
2024-07-16Use re-exported Idx and IndexVec in pat_analysisLaurențiu Nicola-3/+2
2024-07-15Fix incorrect encoding of literals in the proc-macro-api on version 4Lukas Wirth-134/+183
2024-07-15Auto merge of #17559 - Veykril:tokentree, r=Veykrilbors-431/+910
2024-07-15Escape fetched env vars in env! expansionLukas Wirth-20/+25
2024-07-15Add cargo xtask install proc-macro-serverLukas Wirth-4/+30
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-410/+858
2024-07-15Auto merge of #17588 - CamWass:more-rename, r=Veykrilbors-31/+194
2024-07-15Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykrilbors-36/+80
2024-07-15Auto merge of #17584 - Veykril:landing-page, r=Veykrilbors-792/+1418
2024-07-15Fix stable iteration ordering for `Map<Name, ...>` usagesLukas Wirth-29/+55
2024-07-14Use statics + clone instead of const until const can access staticsLukas Wirth-368/+395
2024-07-14Update manual.adocAnita Hammer-1/+1
2024-07-13Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma...Jubilee-1/+1
2024-07-13Address feedback from @DropDemBitsJosh McKinney-13/+10
2024-07-13feat: Add incorrect case diagnostics for enum variant fields and all variablesCampbell-31/+194
2024-07-12Trigger VSCode to rename after extract variable assist is appliedbors-33/+80
2024-07-13Allow macro expansions into `RestPat` in tuple args work as ellipsis like pla...Shoyu Vanilla-5/+108
2024-07-12Fix cloning Symbols not increasing their ref countLukas Wirth-28/+63
2024-07-12Use Symbol in NameLukas Wirth-761/+756
2024-07-12Add missing docsLukas Wirth-1/+2
2024-07-12Implement rough symbol interning infraLukas Wirth-1/+543
2024-07-11Merge from rust-lang/rustLaurențiu Nicola-83/+3
2024-07-11Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-07-11Auto merge of #17571 - winstxnhdw:bool-to-enum-no-dupe, r=Veykrilbors-3/+44
2024-07-10refactor: search for enum semanticallywinstxnhdw-6/+8
2024-07-10Remove faq landing page, improve main oneLukas Wirth-51/+12
2024-07-10Auto merge of #17572 - beetrees:f16-f128, r=Veykrilbors-73/+384
2024-07-10Auto merge of #17544 - MikeWalrus:inlay-hint-generic-param-name, r=Veykrilbors-14/+430
2024-07-10Remove dead code in config.rsLukas Wirth-13/+0
2024-07-10Add `f16` and `f128` supportbeetrees-73/+384
2024-07-09style: prefer type inferencewinstxnhdw-1/+1
2024-07-09feat: do not add new enum if it already existswinstxnhdw-1/+40
2024-07-08Auto merge of #17558 - beetrees:fix-double-rounding, r=Veykrilbors-33/+47
2024-07-08fix: Fix double rounding of `f32` literalsbeetrees-33/+47
2024-07-08Remove version check before using `--keep-going`mo8it-25/+7
2024-07-08Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro...Matthias Krüger-71/+0
2024-07-08feat: add inlay hints for generic parametersLiao Junxuan-14/+443
2024-07-07Add --keep-going to the check commandmo8it-0/+2
2024-07-07Auto merge of #17555 - Veykril:grammar-inline, r=Veykrilbors-41/+1115
2024-07-07Inline all the thingsLukas Wirth-0/+1032
2024-07-07HasGenericArgs syntax traitLukas Wirth-41/+83
2024-07-07Auto merge of #17523 - wada314:master, r=Veykrilbors-11/+233
2024-07-07fix: Fix callHierarchy LSP violationLukas Wirth-31/+187
2024-07-07Fix stale reference in architecture.mdLukas Wirth-2/+1
2024-07-07Run codegen commands as tests if their results are commitedLukas Wirth-3/+23
2024-07-07Re-implement tidy as an xtask actionLukas Wirth-60/+69
2024-07-07re-generate feature docs in releaseLukas Wirth-1/+2
2024-07-07Drop sourcegenLukas Wirth-229/+0
2024-07-07Move feature-doc generation to xtask codegenLukas Wirth-10/+17