about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-05-14fix: Don't emit --keep-going for custom build script commandsLukas Wirth-9/+16
2024-05-14Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykrilbors-3/+78
2024-05-14Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykrilbors-97/+94
2024-05-14internal: Sort computed runnablesLukas Wirth-20/+34
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-94/+75
2024-05-14Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykrilbors-27/+15
2024-05-14Track hashes for file contentsLukas Wirth-12/+28
2024-05-14Auto merge of #17224 - Veykril:lock-bump, r=Veykrilbors-143/+169
2024-05-14Expand macro recursively expands both fp-like and attribute macros intertwinedLukas Wirth-27/+15
2024-05-14Bump Cargo.lockLukas Wirth-143/+169
2024-05-13Auto merge of #17221 - Veykril:lazier-validation, r=Veykrilbors-140/+151
2024-05-13`parse_macro_expansion_error` almost never contains values so `Option` itLukas Wirth-8/+14
2024-05-13Push macro-parsing error calculation out of fundamental queriesLukas Wirth-140/+145
2024-05-13Auto merge of #17220 - Veykril:hov-lit, r=Veykrilbors-171/+262
2024-05-13Don't render multi-line literal valuesLukas Wirth-1/+29
2024-05-13Render literal escaping errors in hoversLukas Wirth-79/+68
2024-05-13Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykrilbors-37/+141
2024-05-13Fix literal hovers being confusing and wrong for floatsLukas Wirth-97/+171
2024-05-13Auto merge of #17188 - szabgab:patch-1, r=Veykrilbors-1/+2
2024-05-13Auto merge of #17187 - roife:fix-issue-17185, r=Veykrilbors-46/+48
2024-05-13Auto merge of #17195 - Veykril:unsafe-attr, r=Veykrilbors-11/+534
2024-05-12test: add test case extract_with_specified_path_attrYoung-Flash-0/+66
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