Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 1 | -2/+50 |
* | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 |
* | Merge #7068 | bors[bot] | 2021-01-03 | 2 | -0/+30 |
|\ | |||||
| * | Address review suggestion, fix tidy tests | Phil Ellison | 2021-01-01 | 1 | -19/+5 |
| * | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 2 | -0/+44 |
* | | Fix ConstParam HasSource impl and implement TryToNav not Nav | Nick Spain | 2021-01-02 | 1 | -6/+6 |
* | | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 5 | -69/+64 |
* | | source_old -> source for cases that can be handled by simple bubbling | Nick Spain | 2021-01-02 | 2 | -6/+6 |
* | | HasSource::source_old -> HasSource::source for places where proc-macros were ... | Nick Spain | 2021-01-02 | 2 | -22/+6 |
* | | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 3 | -0/+13 |
* | | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 3 | -13/+13 |
* | | Formatting. | Mara Bos | 2021-01-01 | 1 | -2/+11 |
* | | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 2 | -2/+2 |
* | | Show lifetimes and labels on hover | Lukas Wirth | 2021-01-01 | 1 | -7/+43 |
* | | Merge #7080 | bors[bot] | 2021-01-01 | 8 | -1/+50 |
|\ \ | |||||
| * | | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 8 | -1/+50 |
| |/ | |||||
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
* | | test for new behavior | AdnoC | 2020-12-30 | 1 | -0/+16 |
* | | Smarter bracketed use diagnostic | AdnoC | 2020-12-30 | 1 | -0/+6 |
* | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -1/+1 |
|/ | |||||
* | Simplify assists resolution API | Aleksey Kladov | 2020-12-26 | 1 | -14/+8 |
* | Merge #7036 | bors[bot] | 2020-12-25 | 1 | -1/+39 |
|\ | |||||
| * | Don't split path separators apart in doctest runnables | Lukas Wirth | 2020-12-25 | 1 | -1/+39 |
* | | Simplify more | Aleksey Kladov | 2020-12-24 | 1 | -43/+22 |
* | | Simplify | Aleksey Kladov | 2020-12-24 | 1 | -35/+7 |
* | | Merge #7030 | bors[bot] | 2020-12-24 | 18 | -8/+125 |
|\ \ | |||||
| * | | Support labels in reference search | Lukas Wirth | 2020-12-24 | 18 | -8/+125 |
| |/ | |||||
* | | pit-of-success API for unresolved code actions | Aleksey Kladov | 2020-12-24 | 1 | -11/+11 |
* | | Prevent multiple incorrect case diagnostics in functions | unexge | 2020-12-23 | 1 | -0/+13 |
* | | Implement workspace/willRenameFiles for single-level file moves | Jeremy Kolb | 2020-12-23 | 2 | -1/+26 |
* | | Store invocation site for eager macros | Jonas Schievink | 2020-12-22 | 1 | -0/+25 |
|/ | |||||
* | Merge #6746 | bors[bot] | 2020-12-22 | 2 | -0/+2 |
|\ | |||||
| * | Update test diagnostics in ide | Daiki Ihara | 2020-12-21 | 1 | -0/+1 |
| * | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 1 | -0/+1 |
* | | Acquire original text range when searching for references | Lukas Wirth | 2020-12-21 | 1 | -6/+42 |
|/ | |||||
* | Merge #6921 | bors[bot] | 2020-12-20 | 1 | -0/+28 |
|\ | |||||
| * | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 1 | -0/+28 |
* | | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 6 | -9/+9 |
* | | Add test_rename_bind_pat | bjorn3 | 2020-12-19 | 1 | -0/+35 |