| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | Refactor rename name checking | Lukas Wirth | 2021-01-09 | 2 | -59/+104 |
* | | | | Goto for inner doc links works for module inner doc comments | Aleksey Kladov | 2021-01-11 | 2 | -40/+54 |
| |_|/
|/| | |
|
* | | | Merge #7218 | bors[bot] | 2021-01-10 | 4 | -15/+15 |
|\ \ \ |
|
| * | | | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 4 | -15/+15 |
| | |/
| |/| |
|
* | | | Merge #7239 | bors[bot] | 2021-01-10 | 2 | -6/+5 |
|\ \ \ |
|
| * | | | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 2 | -6/+5 |
* | | | | Fix typo, parentheses is plural | Laurențiu Nicola | 2021-01-10 | 9 | -133/+133 |
|/ / / |
|
* | | | Merge #6238 | bors[bot] | 2021-01-10 | 12 | -303/+346 |
|\ \ \ |
|
| * | | | Split punctuation semantic highlighting up into more tags | Lukas Wirth | 2021-01-10 | 12 | -303/+346 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #7206 #7231 | bors[bot] | 2021-01-10 | 8 | -27/+39 |
|\ \ \ \ \ |
|
| | * | | | | Cleaner API | Aleksey Kladov | 2021-01-10 | 2 | -7/+8 |
| * | | | | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 6 | -20/+31 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge #7229 | bors[bot] | 2021-01-10 | 2 | -37/+42 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Cleanup | Aleksey Kladov | 2021-01-10 | 2 | -37/+42 |
* | | | | Merge #6980 | bors[bot] | 2021-01-10 | 2 | -5/+111 |
|\ \ \ \ |
|
| * | | | | Support intra_doc links | Daiki Ihara | 2021-01-08 | 2 | -5/+111 |
| | |_|/
| |/| | |
|
* | | | | Merge #7224 | bors[bot] | 2021-01-10 | 1 | -7/+19 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Skip leading underscores unconditionally | Jacob Pratt | 2021-01-10 | 1 | -2/+5 |
| * | | | Short-circuit boolean operation | Jacob Pratt | 2021-01-10 | 1 | -4/+8 |
| * | | | Remove unnecessary allocation | Jacob Pratt | 2021-01-10 | 1 | -7/+12 |
* | | | | Replace state with function | Aleksey Kladov | 2021-01-10 | 2 | -68/+54 |
|/ / / |
|
* | | | Refactor highlighting | Aleksey Kladov | 2021-01-09 | 3 | -528/+551 |
* | | | Simplify | Aleksey Kladov | 2021-01-09 | 2 | -86/+52 |
| |/
|/| |
|
* | | Better highlight for fixtures | Aleksey Kladov | 2021-01-09 | 2 | -2/+6 |
* | | Simplify | Aleksey Kladov | 2021-01-09 | 2 | -52/+28 |
* | | Better names | Aleksey Kladov | 2021-01-09 | 3 | -23/+24 |
* | | Reduce duplication | Aleksey Kladov | 2021-01-09 | 1 | -7/+5 |
* | | Shorten names | Aleksey Kladov | 2021-01-09 | 6 | -63/+46 |
* | | Reorder modules | Aleksey Kladov | 2021-01-09 | 1 | -2/+4 |
* | | Shorten frequent names | Aleksey Kladov | 2021-01-09 | 7 | -211/+192 |
* | | Rename dummy -> none | Aleksey Kladov | 2021-01-09 | 3 | -15/+15 |
* | | Hide argument name hint regardless of case | Jacob Pratt | 2021-01-09 | 1 | -3/+10 |
* | | Merge #7213 | bors[bot] | 2021-01-08 | 1 | -22/+8 |
|\ \ |
|
| * | | Simplify | Lukas Wirth | 2021-01-08 | 1 | -22/+8 |
| |/ |
|
* | | Merge #7212 | bors[bot] | 2021-01-08 | 9 | -274/+268 |
|\ \
| |/
|/| |
|
| * | Simplify highlighting infra | Aleksey Kladov | 2021-01-08 | 9 | -274/+268 |
* | | Switch test marker | Phil Ellison | 2021-01-07 | 1 | -1/+1 |
* | | cargo fmt | Phil Ellison | 2021-01-07 | 1 | -1/+2 |
* | | Add fix to wrap return expression in Some | Phil Ellison | 2021-01-07 | 2 | -8/+58 |
|/ |
|
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 4 | -10/+125 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 21 | -505/+505 |
* | Remove some stale deprecations | Aleksey Kladov | 2021-01-07 | 2 | -5/+0 |
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -1/+1 |
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 1 | -2/+2 |
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 3 | -50/+35 |
* | Show GotoTypeAction for TypeParam | Lukas Wirth | 2021-01-04 | 1 | -17/+54 |
* | Show GotoTypeAction for ConstParam | Lukas Wirth | 2021-01-04 | 1 | -37/+66 |
* | Show implementations when hovering over SelfType | Lukas Wirth | 2021-01-04 | 1 | -8/+29 |
* | Fix HoverAction::Implementation typo | Lukas Wirth | 2021-01-04 | 1 | -10/+11 |
* | Implement hover for ConstParam | Lukas Wirth | 2021-01-04 | 2 | -4/+29 |