]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-13 borsAuto merge of #12241 - jonas-schievink:does-not-float...
2022-05-13 Jonas SchievinkFix tests
2022-05-13 Jonas SchievinkRevert "Auto merge of #12149 - jonas-schievink:literall...
2022-05-13 Jonas SchievinkRevert "Skip only the `tt::Literal` when consuming...
2022-05-13 Jonas SchievinkRevert "Fix conversion of float literals in `TtTreeSink`"
2022-05-13 Jonas SchievinkRevert "fix: Remap float parts as integers when parsed...
2022-05-13 Jonas SchievinkRevert "Don't remap float tokens to `INT_NUMBER`"
2022-05-13 borsAuto merge of #12239 - Veykril:publisher, r=Veykril
2022-05-13 Lukas WirthUpdate package description
2022-05-13 Lukas Wirthfix: Fix typo in publisher field
2022-05-13 borsAuto merge of #12238 - Veykril:publisher, r=Veykril
2022-05-13 Lukas Wirthfeat: Change VSCode extension publisher to `rust-lang`
2022-05-12 borsAuto merge of #12231 - jonas-schievink:fix-float-macro...
2022-05-12 Jonas SchievinkDon't remap float tokens to `INT_NUMBER`
2022-05-12 borsAuto merge of #12229 - Veykril:configfix, r=Veykril
2022-05-12 Lukas Wirthfix: Fix vscode config descriptions not recognizing...
2022-05-12 borsAuto merge of #12228 - Veykril:configfix, r=Veykril
2022-05-12 Lukas Wirthfix: Fix old config patching overwriting callable snipp...
2022-05-12 borsAuto merge of #12226 - Veykril:reborrow-inlay-hints...
2022-05-12 Lukas Wirthfeat: Allow reborrow inlay hints to be restricted to...
2022-05-12 borsAuto merge of #12224 - Veykril:anno-redundant, r=Veykril
2022-05-12 borsAuto merge of #12225 - Veykril:tmapfloats, r=Veykril
2022-05-12 Lukas Wirthinternal: Add token mapping test for float literals
2022-05-12 Lukas Wirthinternal: Remove redundant offset data in annotations
2022-05-12 borsAuto merge of #12215 - listochkin:Support-variable...
2022-05-12 borsAuto merge of #12223 - Veykril:config-stuff, r=Veykril
2022-05-12 Lukas Wirthinternal: Rename primeCaches config keys
2022-05-12 borsAuto merge of #12220 - arzg:fix-character-semantic...
2022-05-12 Luna RazzaghipourFix `character` semantic token type definition
2022-05-11 Andrei ListochkinEnable variable substitutions before passing them over...
2022-05-11 Andrei ListochkinVSCode variables support for substitutions
2022-05-11 Andrei Listochkinhandle references to external environment variables
2022-05-11 Andrei Listochkiniterative dependency solver
2022-05-11 Andrei Listochkinsearch for test files instead of explicitly name them
2022-05-11 borsAuto merge of #12213 - Veykril:config-fix, r=Veykril
2022-05-11 Lukas Wirthfix: Fix incorrect config patching for runBuildScripts
2022-05-11 borsAuto merge of #12212 - Elliot-Roberts:hint_typo, r...
2022-05-11 Elliot Robertsfix typo in `inlayHints.renderColons` option description
2022-05-10 borsAuto merge of #12209 - Veykril:config-fix, r=Veykril
2022-05-10 Lukas Wirthfix: Fix config patching failing when appending suffixes
2022-05-10 borsAuto merge of #12208 - jonas-schievink:assoc-ty-signatu...
2022-05-10 Jonas SchievinkInclude assoc. types in trait signature help
2022-05-10 Jonas SchievinkFix inverted signature help setting
2022-05-10 borsAuto merge of #12204 - Veykril:completions, r=Veykril
2022-05-10 Lukas WirthMove keyword expressions to expr completions module
2022-05-10 borsAuto merge of #12203 - Veykril:completions, r=Veykril
2022-05-10 Lukas WirthDon't parse files in module completion
2022-05-10 Lukas WirthSimplify
2022-05-10 borsAuto merge of #12202 - iDawer:ide.sig_help-fix, r=lnicola
2022-05-10 iDawer`signature_help`: detect fully qualified call syntax...
2022-05-10 borsAuto merge of #12010 - Veykril:r-a-config, r=Veykril
2022-05-10 borsAuto merge of #12201 - Veykril:inlay-hide, r=Veykril
2022-05-10 Lukas Wirthfix: Add cast expressions to param name inlay hint...
2022-05-09 borsAuto merge of #12199 - jonas-schievink:no-invalid-assoc...
2022-05-09 Jonas SchievinkDon't show assoc. type binding completions when invalid
2022-05-09 borsAuto merge of #12198 - jonas-schievink:ide-resolve...
2022-05-09 Jonas SchievinkMake completion work too
2022-05-09 Jonas SchievinkResolve assoc. types of supertraits in the IDE layer
2022-05-09 borsAuto merge of #12197 - Veykril:insert-use-fix, r=Veykril
2022-05-09 Lukas Wirthfix: Fix import insertion inserting after last comment...
2022-05-09 borsAuto merge of #11983 - jhpratt:remove-rustc_deprecated...
2022-05-07 borsAuto merge of #12187 - Veykril:completion-rev, r=Veykril
2022-05-07 borsAuto merge of #12188 - Veykril:auto-import, r=Veykril
2022-05-07 Lukas Wirthfix: Allow auto importing starting segments of use...
2022-05-07 Lukas Wirthfix unreachable pub
2022-05-07 Lukas WirthMerge the different identifier contexts into one enum
2022-05-07 Lukas WirthSplit namelike into the corresponding completion contexts
2022-05-07 Lukas WirthIntroduce NameRefContext
2022-05-07 borsAuto merge of #12186 - Veykril:completion-rev, r=Veykril
2022-05-07 Lukas Wirthminor: Move inferred type completions
2022-05-07 borsAuto merge of #12185 - Veykril:parse-fix, r=Veykril
2022-05-07 Lukas Wirthfix: Remap float parts as integers when parsed as indices
2022-05-06 borsAuto merge of #12178 - jonas-schievink:fix-tt-conv...
2022-05-06 Jonas SchievinkFix conversion of float literals in `TtTreeSink`
2022-05-06 borsAuto merge of #12177 - jonas-schievink:mbe-output-float...
2022-05-06 Jonas SchievinkSkip only the `tt::Literal` when consuming float tokens
2022-05-06 borsAuto merge of #12175 - Veykril:completion-rev, r=Veykril
2022-05-06 Lukas Wirthfix: Fix snippets triggering where they shouldn't
2022-05-06 borsAuto merge of #12174 - Veykril:completion-rev, r=Veykril
2022-05-06 Lukas Wirthinternal: Improve completion tests by checking that...
2022-05-06 borsAuto merge of #12171 - lnicola:proc-macros-dont-invalid...
2022-05-06 borsAuto merge of #12173 - Veykril:completion-rev, r=Veykril
2022-05-06 Lukas Wirthinternal: completion PathKind is not optional
2022-05-06 Laurențiu NicolaTry not to invalidate our state when the proc macro...
2022-05-05 borsAuto merge of #12168 - Veykril:completion-rev, r=Veykril
2022-05-05 Lukas Wirthinternal: Remove unqualified_path completions module
2022-05-05 Wang RuochenCheck const reference
2022-05-05 Wang RuochenAvoid allocations
2022-05-05 borsAuto merge of #12149 - jonas-schievink:literally-just...
2022-05-05 Jonas SchievinkFix rebase fallout
2022-05-05 Jonas SchievinkMaybe everything else *should* have to deal with it
2022-05-05 Jonas SchievinkIndicate the number of float tokens in the first token
2022-05-05 Jonas SchievinkWrap floats in token trees in `FLOAT_LITERAL` node
2022-05-05 Jonas SchievinkAdd completion test
2022-05-05 Jonas SchievinkAdd tests
2022-05-05 Jonas SchievinkSplit float literal tokens at the `.`
2022-05-05 Jonas SchievinkWrap float literals in their own node
2022-05-05 Jonas SchievinkRemove `ast::Literal::token`
2022-05-05 borsAuto merge of #12164 - Veykril:completion-rev, r=Veykril
2022-05-05 Lukas Wirthinternal: Remove unqualified_path completions module
next