]> git.lizzy.rs Git - rust.git/history - crates
:arrow_up: deps
[rust.git] / crates /
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
2022-05-05 borsAuto merge of #12161 - Veykril:completion-rev, r=Veykril
2022-05-05 Lukas Wirthinternal: Lift out item list path completions from...
2022-05-05 borsAuto merge of #12160 - Veykril:completions-rev, r=Veykril
2022-05-05 Lukas Wirthminor: Sort ide-completions test outputs for less disru...
2022-05-05 borsAuto merge of #12159 - Veykril:completions-rev, r=Veykril
2022-05-05 Lukas Wirthinternal: Lift out macro bang property from PathKind...
2022-05-05 borsAuto merge of #12157 - lnicola:lower-char-byte-literals...
2022-05-05 Laurențiu NicolaLower values of char and byte literals
2022-05-05 borsAuto merge of #12150 - rainy-me:feat/fix-doc-url-links...
2022-05-05 rainy-mefix: add docs and remove unnecessary check
2022-05-05 Jacob PrattRemove handling of `#[rustc_deprecated]`
2022-05-04 rainy-mefix: doc url link type
2022-05-04 Lukas WirthImplement old to new config patching
2022-05-04 borsAuto merge of #12143 - bnjjj:master, r=Veykril
2022-05-04 borsAuto merge of #12142 - WaffleLapkin:sort-items-by-trait...
2022-05-04 Benjamin Coenenimprove the default constructor mode when filling fields
2022-05-03 Maybe WaffleRemove "Sort methods by trait definition" assist
2022-05-03 Maybe WaffleAdd "Sort items by trait definition"
2022-05-03 Maybe WaffleFix some typos in `ide-assists/src/lib.rs`
2022-05-03 borsAuto merge of #12086 - iDawer:infer.rpit, r=flodiebold
2022-05-03 iDawer'inference': collect RPIT obligations
2022-05-02 Wang RuochenTrigger only when cursor is on else
2022-05-02 borsAuto merge of #12136 - jonas-schievink:lexedstr-convert...
2022-05-02 Jonas SchievinkAdd a `Converter` type for token conversion
2022-05-02 borsAuto merge of #12123 - rainy-me:feat/impl-self-completi...
2022-05-02 borsAuto merge of #12093 - nico-abram:uwu, r=Veykril
2022-05-02 borsAuto merge of #12120 - iDawer:ide.sig_help, r=Veykril
2022-05-02 borsAuto merge of #12135 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthminor: Add a test for display rendering record variants
2022-05-02 borsAuto merge of #12134 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthfix: Fix uncorrect use of double braces in HirDisplay...
2022-05-01 Lukas WirthFix up config docs
2022-05-01 Lukas WirthFix untagged enum deserialization
2022-05-01 Lukas WirthFinal fixups
2022-05-01 Lukas WirthUpdate config usage in slow tests
2022-05-01 Lukas WirthAdjust signature info and enum variant lenses
2022-05-01 Lukas WirthImplement boolean aliases
2022-05-01 Lukas WirthSort config definition
2022-05-01 Lukas WirthInitial config revamp
2022-05-01 Wang RuochenTurn let-else statements into let and match
2022-05-01 rainy-mefeat: provide self in record literal completion
2022-05-01 borsAuto merge of #12118 - randomicon00:fix#12102, r=lnicola
2022-05-01 Pehdelete another swap file
2022-05-01 Pehupdate crates names in slow-tests/tidy.rs
2022-05-01 Pehupdate diagnostic-docs crate name
2022-05-01 Pehupdated ide-assist new dir name
2022-05-01 Pehdelete a generated swap file
2022-05-01 Pehstyle: rename crates to kebab case
2022-05-01 borsAuto merge of #12099 - bitgaoshu:master, r=flodiebold
2022-04-30 borsAuto merge of #12124 - lnicola:downgrade-kqueue, r...
2022-04-29 iDawerDon't show signature help after closing bracket
next