about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-06-11make generated test pass and make tidy happyXFFXFF-26/+70
2022-06-11add more tests and some docXFFXFF-15/+69
2022-06-11Make add_label_to_loop basically workXFFXFF-0/+95
2022-06-10Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykrilbors-8/+30
2022-06-10Auto merge of #12464 - harpsword:fix-inline-variable-mismatched-type, r=Veykrilbors-2/+1
2022-06-10Auto merge of #12473 - yue4u:fix/no-enum-parens-in-use, r=Veykrilbors-10/+43
2022-06-10Auto merge of #12502 - Veykril:deps, r=Veykrilbors-114/+129
2022-06-10internal: Bump DependenciesLukas Wirth-114/+129
2022-06-10Auto merge of #12501 - Veykril:dashmap, r=Veykrilbors-16/+13
2022-06-10internal: Update dashmap and freeze its versionLukas Wirth-16/+13
2022-06-09feat: append :: afteryue4u-14/+20
2022-06-08Auto merge of #12487 - lukechu10:master, r=lnicolabors-0/+8
2022-06-08Auto merge of #12493 - bjorn3:fix_warnings, r=lnicolabors-8/+3
2022-06-08Hide param inlay hint when argument is fn-like macro with similar nameLuke Chu-0/+8
2022-06-08Fix a couple of weak warnings found by rust-analyzer itselfbjorn3-8/+3
2022-06-08Add doc commentbjorn3-0/+5
2022-06-08Rustfmtbjorn3-5/+17
2022-06-08Add proc macro ABI for rustc 1.63bjorn3-1/+4276
2022-06-08fix: show non-std enum in a fresh use tree completionyue4u-4/+20
2022-06-06Remove the unneeded destructuring assignment in `run` in `project-model/src/b...KOLANICH-2/+2
2022-06-05fix: Fix trait impl completions using wrong insert positionLukas Wirth-1/+22
2022-06-06fix: avoid adding enum parens in useyue4u-10/+43
2022-06-05Auto merge of #12466 - lnicola:worker-thread-stack, r=lnicolabors-1/+7
2022-06-05minor: Don't log cancelled diagnosticsLukas Wirth-6/+1
2022-06-05fix: Fix match to if let assist for wildcard patsLukas Wirth-0/+25
2022-06-04Increase worker thread stack and name themLaurențiu Nicola-1/+7
2022-06-04Only record build script outputs when the output has been changedLukas Wirth-10/+10
2022-06-04feat: fix inline variable produce mismatched typeharpsword-2/+1
2022-06-03Auto merge of #12461 - Veykril:completions, r=Veykrilbors-437/+403
2022-06-03Remove some of the unnecessary helpfer functions from CompletionContextLukas Wirth-195/+151
2022-06-03SimplifyLukas Wirth-106/+113
2022-06-03Move trait_impl completion analysis into CompletionContextLukas Wirth-183/+186
2022-06-03Auto merge of #12459 - Veykril:completions, r=Veykrilbors-396/+291
2022-06-03Auto merge of #12457 - Veykril:logging, r=Veykrilbors-20/+29
2022-06-03Auto merge of #12460 - Veykril:move-guard, r=Veykrilbors-21/+25
2022-06-03minor: Reduce move-guard trigger rangeLukas Wirth-21/+25
2022-06-03internal: Don't log default build script outputsLukas Wirth-20/+29
2022-06-03DeduplicateLukas Wirth-70/+27
2022-06-03Remove prev-sibling completion machineryLukas Wirth-76/+21
2022-06-03More precise where keyword completionsLukas Wirth-88/+96
2022-06-03Remove dead codeLukas Wirth-79/+2
2022-06-03Fix visibility mods not being completed for field defsLukas Wirth-15/+85
2022-06-03internal: Move most remaining keyword completions to item list completionsLukas Wirth-143/+135
2022-06-03Auto merge of #12333 - nolanderc:order-import-assist, r=Veykrilbors-2/+142
2022-06-03Auto merge of #12452 - iDawer:assist.merge_selected_imports, r=Veykrilbors-33/+150
2022-06-03Auto merge of #12451 - TimNN:double-dollar, r=Veykrilbors-0/+82
2022-06-03Shorten main thread nameLaurențiu Nicola-4/+2
2022-06-03fix: #12441 False-positive type-mismatch error with generic futurebitgaoshu-4/+78
2022-06-02feat: Support `$$` in macros.Tim Neumann-0/+82
2022-06-02Allow merging of multiple selected imports.iDawer-33/+150