about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-05-12fix: extract mod to file should respect path attributeYoung-Flash-3/+12
2024-05-09Auto merge of #17208 - Wilfred:log_error_from_threads, r=Veykrilbors-2/+8
2024-05-08fix: Report both IO errors and main_loop errorsWilfred Hughes-2/+8
2024-05-08fix: Report all LSP protocol errors with invalid_dataWilfred Hughes-10/+18
2024-05-08Make term search fuel configurableTavo Annus-9/+56
2024-05-07Use unit of work as fuel instead of timeTavo Annus-42/+48
2024-05-07Auto merge of #17192 - roife:fix-issue-17179, r=lnicolabors-1/+46
2024-05-06Add time based fuel to term searchTavo Annus-8/+36
2024-05-06Collapse term search exprs before Cartesian product to avoid OOMTavo Annus-20/+43
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-6/+6
2024-05-06Implement unsafe attribute parsingLukas Wirth-11/+534
2024-05-06Fix source_range for INT_NUMBER in completionroife-1/+46
2024-05-05fix lifetime bound var index in dyn traitdfireBird-5/+25
2024-05-05tests: update test in assist apply_demorganroife-10/+8
2024-05-05use the repository field to link to the repositoryGábor Szabó-1/+2
2024-05-05fix: keep parentheses when the precedence of inner expr is lower than the out...roife-36/+40
2024-05-03Bump peaceiris/actions-gh-pagesLaurențiu Nicola-1/+1
2024-05-02Fix Run lens showing when lenses are disabledhermannm-1/+1
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+0
2024-05-02Auto merge of #17176 - Veykril:fix-implicit-ty-args, r=Veykrilbors-4/+33
2024-05-02Fix impl trait params not being counted properlyLukas Wirth-4/+33
2024-05-02Auto merge of #17175 - Veykril:fix-implicit-ty-args, r=Veykrilbors-120/+116
2024-05-02fix: Fix implicit ty args being lowered where they shouldn'tLukas Wirth-120/+116
2024-05-02fix: Correctly handle `no_core`/`no_std` for preludesLukas Wirth-71/+120
2024-05-01Update rust-analyzer to use windows-sys crateKenny Kerr-10/+9
2024-04-30Auto merge of #17148 - Wilfred:span_names, r=Veykrilbors-31/+31
2024-04-30fix: Tracing span names should match function namesWilfred Hughes-31/+31
2024-04-30docs: Fix typo in VS Code setting descriptionWilfred Hughes-3/+3
2024-04-30braces around {self} in UseTree are not unnecessaryHarry Sarson-2/+53
2024-04-30Auto merge of #17160 - dfireBird:fix_impl_trait, r=Veykrilbors-17/+102
2024-04-30Use `RefCell::take`Lukas Wirth-1/+1
2024-04-30Auto merge of #17138 - Kohei316:generate-function-assist-for-new, r=Veykrilbors-26/+270
2024-04-30Fix coercion of async blockmorine0122-1/+42
2024-04-30Make generate function assist generate a function as a constructor if the nam...morine0122-0/+492346
2024-04-30discard when the path is invalid utf8 symbol.Yu Zeng-1/+1
2024-04-29implement creating generics for impl traits in associated typesdfireBird-17/+102
2024-04-29Auto merge of #17144 - cbiffle:patch-1, r=Veykrilbors-2/+0
2024-04-29Auto merge of #17157 - Veykril:retry, r=Veykrilbors-139/+131
2024-04-29Retry inlay hint requestsLukas Wirth-2/+6
2024-04-28Work around completion retrying not fixing up offsetsLukas Wirth-10/+11
2024-04-28Don't retry position relient requests and version resolve dataLukas Wirth-129/+116
2024-04-27Auto merge of #17153 - Veykril:doc-comment-desugaring, r=Veykrilbors-52/+228
2024-04-27fix: Fix doc comment desugaring for proc-macrosLukas Wirth-52/+228
2024-04-27Auto merge of #17151 - Veykril:fix-cfg-trait-params, r=Veykrilbors-212/+250
2024-04-27fix: Fix attributes on generic parameters colliding in item treeLukas Wirth-212/+250
2024-04-27Auto merge of #17150 - RalfJung:josh-pull, r=lnicolabors-1/+13
2024-04-27empty rust-version file, since no pull has happened yetRalf Jung-1/+0
2024-04-27add no-new-root check to josh pullRalf Jung-0/+13
2024-04-26fix: Fix source roots not always being created when necessaryLukas Wirth-28/+13
2024-04-26manual: remove suggestion of rust-project.json exampleCliff L. Biffle-2/+0