]> git.lizzy.rs Git - rust.git/history - crates
Update crates/rust-analyzer/src/to_proto.rs
[rust.git] / crates /
2022-09-08 Jonas SchievinkUpdate crates/rust-analyzer/src/to_proto.rs
2022-09-08 Jonas SchievinkMake clicking closing brace hint go to the opening...
2022-08-31 Jonas SchievinkAllow multi-part inlay hint labels with location links
2022-08-31 borsAuto merge of #13156 - Veykril:macro-stmts, r=Veykril
2022-08-31 Lukas WirthRemove unnecessary allocations
2022-08-31 Lukas WirthRemove hir::Expr::MacroStmts
2022-08-31 borsAuto merge of #13120 - Austaras:master, r=jonas-schievink
2022-08-31 borsAuto merge of #13005 - pocket7878:convert-two-arm-bool...
2022-08-31 borsAuto merge of #13051 - DropDemBits:attrs-and-comments...
2022-08-31 Pocket7878feature: Check if first_arm bool and second_arm bool...
2022-08-31 Masato Sogamefeature: Simplfy branch check logics
2022-08-31 Pocket7878fix: Simplify logics to allow two-arm enum match.
2022-08-31 Pocket7878Add convert_two_arm_bool_match_to_matches_macro ide...
2022-08-31 austaraschange title
2022-08-31 borsAuto merge of #12963 - DesmondWillowbrook:clippy-matche...
2022-08-31 borsAuto merge of #12793 - lowr:fix/12739, r=Veykril
2022-08-31 borsAuto merge of #13149 - lowr:fix/unescape-raw-ident...
2022-08-31 borsAuto merge of #13154 - Veykril:ty-mac-expander, r=Veykril
2022-08-31 Lukas WirthDrop the expander borrow in all control flow paths
2022-08-31 borsAuto merge of #13151 - ChayimFriedman2:replace-turbofis...
2022-08-31 Chayim Refael FriedmanSupport `?` and `.await` in "Replace turbofish with...
2022-08-31 Chayim Refael FriedmanUse type information to deduce the correct type for...
2022-08-30 Ryo Yoshidafix: unescape all occurrences of module name in module...
2022-08-30 DropDemBitsMove comments to the extracted struct
2022-08-30 borsAuto merge of #13145 - ChayimFriedman2:unmerge-match...
2022-08-30 Ryo Yoshidafix: sort and deduplicate auto traits in trait object...
2022-08-30 Chayim Refael Friedmanfeat: Add a "Unmerge match arm" assist to split or...
2022-08-29 borsAuto merge of #13056 - DropDemBits:make-refactors,...
2022-08-28 austaraschange as requested
2022-08-28 austarasupdate tests
2022-08-28 austarasadd type check
2022-08-28 austarasturn `unwrap_or` into `unwrap_or_else` and vice versa
2022-08-28 borsAuto merge of #13133 - Veykril:diag-hack, r=Veykril
2022-08-28 Lukas WirthMove empty diagnostics workaround back into the server
2022-08-26 borsAuto merge of #13095 - jonas-schievink:avoid-liveshare...
2022-08-26 borsAuto merge of #13123 - Veykril:simplify, r=Veykril
2022-08-26 Lukas Wirthminor: Simplify
2022-08-26 borsAuto merge of #13087 - Veykril:config-update, r=Veykril
2022-08-26 borsAuto merge of #13110 - DesmondWillowbrook:issue-11197...
2022-08-25 borsAuto merge of #13116 - Veykril:nohash, r=Veykril
2022-08-25 Lukas WirthUpdate test fixtures
2022-08-25 Lukas WirthRemove u/i128 hashing overloads from NoHashHasher:...
2022-08-25 Lukas WirthMake use of NoHash hashing for FileId and CrateId
2022-08-25 Kartavya Vashishthastyle: run tidy tests
2022-08-25 Kartavya Vashishthaextract const generic in ArrayType
2022-08-25 Kartavya Vashishthaadd test
2022-08-23 borsAuto merge of #13101 - Veykril:sem-tokens, r=jonas...
2022-08-23 Lukas WirthRe-export standard semantic token types and mods
2022-08-23 borsAuto merge of #13100 - jonas-schievink:doc-links-on...
2022-08-23 Jonas SchievinkResolve doc links on impl blocks
2022-08-23 borsAuto merge of #13099 - jonas-schievink:add-decorator...
2022-08-23 Jonas SchievinkRegister decorator token type to avoid panic
2022-08-23 borsAuto merge of #13097 - jonas-schievink:liveshare-docs...
2022-08-23 borsAuto merge of #13096 - jonas-schievink:parse-more-or...
2022-08-23 Jonas SchievinkAllow leading `|` in more pattern positions
2022-08-23 borsAuto merge of #13084 - Veykril:highlight-config, r...
2022-08-23 borsAuto merge of #13092 - Veykril:ref-match-completion...
2022-08-23 Lukas Wirthfix: Fix reference autocompletions using incorrect...
2022-08-23 Lukas WirthUse lsp-types DECORATOR token type
2022-08-23 Lukas WirthRemove unused default semantic modifiers
2022-08-23 Lukas WirthRegen docs
2022-08-23 Lukas WirthAdd config for macro bang token highlighting, disable...
2022-08-23 Lukas WirthChange attribute semantic token type to decorator
2022-08-23 Lukas WirthMake doc comment highlight injection configurable
2022-08-23 Lukas WirthMove highlight configuration from protocol into the...
2022-08-23 Lukas WirthMake operator highlighting configurable, disable it...
2022-08-23 Lukas WirthMake punctuation highlighting configurable, disable...
2022-08-23 borsAuto merge of #13090 - ice1k:master, r=Veykril
2022-08-23 borsAuto merge of #12976 - tjdevries:scip, r=Veykril
2022-08-23 ice1000Do not substitute `Self` when in same impl block
2022-08-22 TJ DeVriesfeat: emit SCIP via rust-analyzer
2022-08-22 borsAuto merge of #13088 - Veykril:flycheck-failure, r...
2022-08-22 Lukas WirthPop an error notification when flycheck can't be restarted
2022-08-22 borsAuto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold
2022-08-22 borsAuto merge of #13001 - Veykril:scoped, r=Veykril
2022-08-22 Lukas WirthReplace crossbeam with std's scoped threads
2022-08-22 borsAuto merge of #12965 - DesmondWillowbrook:assoc-method...
2022-08-21 Dominik GschwindExpect the test to panic by catching the unwind
2022-08-21 borsAuto merge of #13074 - lowr:fix/method-resolution-with...
2022-08-21 Ryo YoshidaConsider bounds on inherent impl in method resolution
2022-08-20 Kartavya Vashishthafix: formatting
2022-08-20 Kartavya Vashishtharemove push_diagnostic methods
2022-08-20 Kartavya Vashishthamake impl and trait inactive diagnostics work
2022-08-19 borsAuto merge of #13069 - lnicola:bump-deps, r=lnicola
2022-08-19 Laurențiu NicolaBump notify
2022-08-19 Laurențiu NicolaBump chalk
2022-08-19 borsAuto merge of #13065 - RalfJung:override-command-docs...
2022-08-19 DropDemBitsInsert newline after extracted struct's attributes
2022-08-19 DropDemBitsLeave attrs on the variant, not the extracted struct
2022-08-19 Ralf Jungexplain how to re-generate the package.json
2022-08-19 Ralf Jungdocument interaction of checkOnSave.overrideCommand...
2022-08-19 borsAuto merge of #13041 - DorianListens:dscheidt/gen-fn...
2022-08-19 borsAuto merge of #13061 - ice1k:master, r=Veykril
2022-08-19 borsAuto merge of #13064 - Veykril:rustfmt-err, r=Veykril
2022-08-19 Lukas WirthLog rustfmt parsing errors as warnings
2022-08-19 borsAuto merge of #13063 - Veykril:stop-flycheck, r=Veykril
2022-08-19 Lukas WirthImplement lsp extension for cancelling running flychecks
2022-08-19 ice1000fix: use functional programming
2022-08-19 ice1000feat: Improved inline_call to replace `Self`
2022-08-18 Dorian ScheidtIntroduce and use get_fn_target_info
next