]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-09 Aleksey Kladovinternal: make sure macro test expand to valid syntax
2021-10-09 Aleksey Kladovinternal: allow macro tests to inspect parse tree
2021-10-09 Aleksey Kladovmove tests
2021-10-09 Aleksey Kladovindent macro output when pprinting
2021-10-09 Aleksey Kladovalign tests to code style
2021-10-09 Aleksey Kladovmove some tests
2021-10-09 Aleksey Kladovinternal: don't un-indent macro tests manually
2021-10-09 Aleksey Kladovinternal: update expect
2021-10-09 Aleksey Kladovinternal: move test
2021-10-09 Aleksey Kladovrename
2021-10-09 Aleksey Kladovmove test
2021-10-09 Aleksey Kladovmove test
2021-10-09 Aleksey Kladovmove test
2021-10-09 Aleksey Kladovinternal: move test
2021-10-09 bors[bot]Merge #10494
2021-10-09 Aleksey Kladovinternal: docs
2021-10-09 Aleksey Kladovfeat: report errors in macro definition
2021-10-09 Aleksey Kladovget organizized
2021-10-09 Aleksey Kladovfuture proof structure
2021-10-09 Aleksey Kladovmove test
2021-10-09 Aleksey Kladovmove tests
2021-10-09 Aleksey Kladovinternal: move tests
2021-10-09 Aleksey Kladovinternal: move test
2021-10-09 Aleksey Kladovinternal: move test
2021-10-09 Aleksey Kladovinternal: start new macro test suite
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...
next