]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-10 k-nasaAdd code comment
2021-10-07 bors[bot]Merge #10474
2021-10-07 Jonas SchievinkSupport `let...else`
2021-10-07 bors[bot]Merge #10477 #10482
2021-10-07 Lukas WirthExpose HasSource::source through Semantics with caching...
2021-10-07 bors[bot]Merge #10480
2021-10-06 bors[bot]Merge #10467
2021-10-06 Eric SampsonRefactor to eliminate a vector allocation.
2021-10-06 crauzerfix test
2021-10-06 crauzerFix stdx::to_snake_case
2021-10-06 bors[bot]Merge #10479
2021-10-06 bors[bot]Merge #10476
2021-10-06 Jonas SchievinkUpdate salsa
2021-10-06 cynecxparser: fix parsing of macro call inside generic args
2021-10-06 bors[bot]Merge #10478
2021-10-06 Lukas WirthUpdate Cargo.lock
2021-10-06 crauzerfix tests
2021-10-06 crauzeradd sourcegen
2021-10-06 crauzerAdd replace_try_expr_with_match assist
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-06 Eric SampsonDon't do work and then throw it away.
2021-10-06 longfangsongcleanup
2021-10-06 龙方淞Update crates/ide_assists/src/handlers/generate_constant.rs
2021-10-06 龙方淞Update crates/ide_assists/src/handlers/generate_constant.rs
2021-10-05 bors[bot]Merge #10447
2021-10-05 Eric SampsonRefactor according to PR comments to remove allocations.
2021-10-05 bors[bot]Merge #10458
2021-10-05 Lukas WirthRender the expansion of snippets as their docs
2021-10-05 Lukas WirthBring the implementation closer to VSCode snippet defin...
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-10-04 Aramis RazzaghipourReplace `if let Some(_) = foo` with `if foo.is_some()`
2021-10-04 Eric Sampsoninitialize vector to required size.
2021-10-04 Lukas WirthResolve macros in snippet require items
2021-10-04 Lukas WirthRegen docs
2021-10-04 Lukas WirthFix multiple imports acting on files on separately
2021-10-04 Lukas WirthRegen generated_config.adoc
2021-10-04 Lukas WirthMake multiple import edits work for completions
2021-10-04 Lukas WirthAdd custom non-postfix snippets
2021-10-04 bors[bot]Merge #10460
2021-10-04 Jonas SchievinkOnly add `proc_macro` to prelude in proc-macro crates
2021-10-04 bors[bot]Merge #10456
2021-10-04 longfangsongAdd generate_constant assist
2021-10-04 Lukas WirthInitial implementation of custom postfix snippets
2021-10-04 bors[bot]Merge #10457
2021-10-04 Jonas SchievinkAvoid cycle when lowering predicates for associated...
2021-10-04 Laurențiu NicolaRemove support for old-style sysroot
2021-10-04 bors[bot]Merge #10451
2021-10-04 Lukas WirthSimplify
2021-10-04 bors[bot]Merge #10449
2021-10-04 zhoufanmake Some(1..) parsed
2021-10-04 Eric Sampsontweak variable names.
2021-10-04 Eric Sampsonneed to update some generated files.
2021-10-04 Eric SampsonAdd enum variant references CodeLens.
2021-10-03 bors[bot]Merge #10442
2021-10-03 Laurențiu NicolaLimit depth to 1 when searching for Cargo.toml
2021-10-03 bors[bot]Merge #10441
2021-10-03 Lukas WirthHide generic constructors if appropriate
2021-10-03 Aramis RazzaghipourFix miscellaneous Clippy lints
2021-10-03 Lukas Wirthfeat: Hide type inlay hints for constructors
2021-10-03 Aramis RazzaghipourAdd semicolons for consistency
2021-10-03 bors[bot]Merge #10439
2021-10-03 Lukas Wirthfix: fix insert_use incorrectly merging glob imports
2021-10-03 Lukas WirthMove module private logic down
2021-10-03 bors[bot]Merge #10438
2021-10-03 Lukas Wirthminor: Simplify
2021-10-03 bors[bot]Merge #10436
2021-10-03 vi_mifix: await insertion with try_expr during extract_function
2021-10-03 bors[bot]Merge #10437
2021-10-03 Lukas WirthFix extract_variable not allowing to extract macro...
2021-10-03 zhoufanmove outer_attrs call before the match
2021-10-02 bors[bot]Merge #10431
2021-10-02 Aleksey Kladovminor: simplify
2021-10-02 Aleksey Kladovminor: cleanup
2021-10-02 Aleksey Kladovinternal: move code to where it's used and reduce visib...
2021-10-02 bors[bot]Merge #10430
2021-10-02 Lukas WirthFix rename trying to edit the same range multiple times
2021-10-02 bors[bot]Merge #10421
2021-10-02 bors[bot]Merge #10429
2021-10-02 Aleksey Kladovminor: dead code
2021-10-02 Aleksey Kladovinternal: remove deprecated method
2021-10-02 Aleksey Kladovminor: reduce duplication
2021-10-02 bors[bot]Merge #10428
2021-10-02 Aleksey Kladovminor: regen
2021-10-02 Aleksey Kladovminor: generated code readability
2021-10-02 bors[bot]Merge #10427
2021-10-02 Aleksey Kladovminor
2021-10-02 bors[bot]Merge #10426
2021-10-02 Aleksey Kladovinternal: untangle usages of ReferenceCategory somewhat
2021-10-02 bors[bot]Merge #10425
2021-10-02 Aleksey Kladovfix: remove semicolon diagnostics only highlights the...
2021-10-02 Aleksey Kladovinternal: use naming that matches intended use-case
2021-10-02 bors[bot]Merge #10422
2021-10-02 Laurențiu NicolaRemove temporary file on exception
2021-10-02 Laurențiu NicolaOverwrite file when running patchelf
2021-10-02 Laurențiu NicolaBump npm non-dev deps
2021-10-02 zhoufanParse outer attributes on StructPatternEtCetera
2021-10-01 bors[bot]Merge #10418
2021-10-01 nathan.whitakerAdd whitespace b/w lifetime and mut in expansion
next