| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-10-27 | one down | Anatol Ulrich | -3/+4 |
| 2021-10-27 | make imports less odd | Anatol Ulrich | -4/+1 |
| 2021-10-27 | WIP: fix: make `rename` multi-token mapping aware | Anatol Ulrich | -66/+95 |
| 2021-10-26 | Merge #10641 | bors[bot] | -12/+28 |
| 2021-10-26 | Update crates/ide/src/expand_macro.rs | Anatol Ulrich | -2/+2 |
| 2021-10-26 | fix test | Anatol Ulrich | -1/+3 |
| 2021-10-26 | wording | Anatol Ulrich | -1/+1 |
| 2021-10-26 | fix: make `expand_macro` multi-token mapping aware | Anatol Ulrich | -12/+26 |
| 2021-10-26 | Merge #10639 #10640 | bors[bot] | -27/+30 |
| 2021-10-26 | assume valid identifier | Anatol Ulrich | -5/+1 |
| 2021-10-26 | fix: make `goto_declaration` multi-token mapping aware | Anatol Ulrich | -22/+29 |
| 2021-10-26 | fix imports | Anatol Ulrich | -1/+1 |
| 2021-10-26 | simplify | Anatol Ulrich | -17/+12 |
| 2021-10-25 | fix: make `goto_type_definition` multi-token mapping aware | Anatol Ulrich | -40/+54 |
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -4/+0 |
| 2021-10-20 | Merge #10563 | bors[bot] | -2/+2 |
| 2021-10-20 | Fix standard library doclinks not going to the correct page | Lukas Wirth | -55/+94 |
| 2021-10-17 | Semantic getter | Andrzej Głuszak | -2/+2 |
| 2021-10-16 | revert | Milo | -1/+3 |
| 2021-10-16 | more clippy fixes | Milo | -39/+35 |
| 2021-10-14 | a few clippy fixes | Milo | -2/+2 |
| 2021-10-14 | Merge #10538 | bors[bot] | -4/+12 |
| 2021-10-14 | Matching brace prefers brace on cursor's right | codgician | -4/+12 |
| 2021-10-12 | Merge #10423 | bors[bot] | -7/+33 |
| 2021-10-12 | Saw a FIXME comment and decided to fix it. | Mirko Rainer | -15/+15 |
| 2021-10-12 | internal changes for mdbook | hamidreza kalbasi | -7/+33 |
| 2021-10-10 | Remove neesless clone | k-nasa | -3/+3 |
| 2021-10-06 | Merge #10467 | bors[bot] | -27/+35 |
| 2021-10-06 | Refactor to eliminate a vector allocation. | Eric Sampson | -40/+30 |
| 2021-10-06 | Merge #10479 | bors[bot] | -3/+0 |
| 2021-10-06 | Update salsa | Jonas Schievink | -3/+0 |
| 2021-10-06 | Don't do work and then throw it away. | Eric Sampson | -4/+22 |
| 2021-10-05 | Merge #10447 | bors[bot] | -7/+38 |
| 2021-10-05 | Refactor according to PR comments to remove allocations. | Eric Sampson | -17/+11 |
| 2021-10-05 | Merge #10458 | bors[bot] | -12/+4 |
| 2021-10-05 | Bring the implementation closer to VSCode snippet definitions | Lukas Wirth | -2/+2 |
| 2021-10-05 | Merge #10440 | bors[bot] | -18/+14 |
| 2021-10-05 | Replace `if let` with `match` where appropriate | Aramis Razzaghipour | -16/+12 |
| 2021-10-05 | Replace `if let Some(_) = foo` with `if foo.is_some()` | Aramis Razzaghipour | -2/+2 |
| 2021-10-04 | initialize vector to required size. | Eric Sampson | -1/+1 |
| 2021-10-04 | Make multiple import edits work for completions | Lukas Wirth | -11/+2 |
| 2021-10-04 | Add custom non-postfix snippets | Lukas Wirth | -1/+1 |
| 2021-10-04 | Initial implementation of custom postfix snippets | Lukas Wirth | -0/+1 |
| 2021-10-04 | tweak variable names. | Eric Sampson | -8/+8 |
| 2021-10-04 | Add enum variant references CodeLens. | Eric Sampson | -8/+45 |
| 2021-10-03 | Merge #10441 | bors[bot] | -8/+125 |
| 2021-10-03 | Hide generic constructors if appropriate | Lukas Wirth | -29/+60 |
| 2021-10-03 | feat: Hide type inlay hints for constructors | Lukas Wirth | -5/+91 |
| 2021-10-03 | Merge #10438 | bors[bot] | -10/+13 |
| 2021-10-03 | minor: Simplify | Lukas Wirth | -10/+13 |
