Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Show GotoTypeAction for TypeParam | Lukas Wirth | 2021-01-04 | 2 | -17/+66 | |
| * | | | | | Show GotoTypeAction for ConstParam | Lukas Wirth | 2021-01-04 | 2 | -37/+72 | |
| * | | | | | Show implementations when hovering over SelfType | Lukas Wirth | 2021-01-04 | 1 | -8/+29 | |
* | | | | | | Merge #7153 | bors[bot] | 2021-01-04 | 3 | -60/+60 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | rename exrtract_assignment -> pull | Aleksey Kladov | 2021-01-04 | 3 | -60/+60 | |
* | | | | | | Fix HoverAction::Implementation typo | Lukas Wirth | 2021-01-04 | 2 | -11/+12 | |
* | | | | | | Implement hover for ConstParam | Lukas Wirth | 2021-01-04 | 2 | -4/+29 | |
|/ / / / / | ||||||
* | | | | | Merge #7149 | bors[bot] | 2021-01-04 | 3 | -7/+67 | |
|\ \ \ \ \ | ||||||
| * | | | | | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 3 | -7/+67 | |
| |/ / / / | ||||||
* | | | | | Merge #6587 | bors[bot] | 2021-01-04 | 34 | -0/+278 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | ssr: Add tests for raw LetStmt matching | Marijn Suijten | 2021-01-03 | 1 | -0/+44 | |
| * | | | parser,syntax: Add separate parser for stmt with optional semicolon | Marijn Suijten | 2021-01-03 | 15 | -5/+72 | |
| * | | | syntax,ssr: Implement statement parsing | Marijn Suijten | 2021-01-03 | 31 | -0/+167 | |
* | | | | Merge #7113 | bors[bot] | 2021-01-03 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Expand doc on dealing with "proc macro not expanded" | Luke Taylor | 2021-01-01 | 1 | -0/+4 | |
* | | | | | Merge #7138 | bors[bot] | 2021-01-03 | 1 | -14/+89 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Support assignment to FieldExpr for extract_assignment assist | Jesse Bakker | 2021-01-03 | 1 | -14/+89 | |
| | |_|/ | |/| | | ||||||
* / | | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 9 | -9/+9 | |
|/ / / | ||||||
* | / | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 7 | -176/+52 | |
| |/ |/| | ||||||
* | | Merge #7136 | bors[bot] | 2021-01-03 | 2 | -0/+52 | |
|\ \ | ||||||
| * | | Fixed nested eager macro bug | Edwin Cheng | 2021-01-03 | 2 | -0/+52 | |
* | | | Merge #7068 | bors[bot] | 2021-01-03 | 6 | -1/+63 | |
|\ \ \ | ||||||
| * | | | Use stdx::format_to instead of writeln | Phil Ellison | 2021-01-03 | 1 | -4/+4 | |
| * | | | Address review suggestion, fix tidy tests | Phil Ellison | 2021-01-01 | 2 | -22/+20 | |
| * | | | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 6 | -1/+65 | |
* | | | | Merge #7115 | bors[bot] | 2021-01-03 | 20 | -225/+239 | |
|\ \ \ \ | ||||||
| * | | | | Fix ConstParam HasSource impl and implement TryToNav not Nav | Nick Spain | 2021-01-02 | 2 | -8/+8 | |
| * | | | | Remove old_source now we've fully migrated | Nick Spain | 2021-01-02 | 1 | -68/+0 | |
| * | | | | Handle case where detail doesn't exist without giving up on completion | Nick Spain | 2021-01-02 | 1 | -1/+1 | |
| * | | | | Remove source_old from adding const and function impls | Nick Spain | 2021-01-02 | 1 | -23/+26 | |
| * | | | | Make the result of Const, FunctionRender and TypeAliasRender constructors opt... | Nick Spain | 2021-01-02 | 5 | -20/+17 | |
| * | | | | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 5 | -69/+64 | |
| * | | | | Handle missing source in target_data_for_def | Nick Spain | 2021-01-02 | 1 | -13/+12 | |
| * | | | | Handle missing source in filter_assoc_items | Nick Spain | 2021-01-02 | 1 | -7/+8 | |
| * | | | | Go back to use of source_old() in offset_target_and_file_id as it's not as si... | Nick Spain | 2021-01-02 | 1 | -1/+2 | |
| * | | | | Fix type error with .and_then | Nick Spain | 2021-01-02 | 1 | -15/+14 | |
| * | | | | Handle not finding range in Definition::search_scope | Nick Spain | 2021-01-02 | 1 | -12/+36 | |
| * | | | | source_old -> source for cases that can be handled by simple bubbling | Nick Spain | 2021-01-02 | 5 | -13/+10 | |
| * | | | | Only log path and syntax range when processing function if source exists | Nick Spain | 2021-01-02 | 1 | -6/+6 | |
| * | | | | HasSource::source_old -> HasSource::source for places where proc-macros were ... | Nick Spain | 2021-01-02 | 4 | -42/+11 | |
| * | | | | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 15 | -4/+35 | |
| * | | | | Implement new HasSource::source for all implementors of HasSource | Nick Spain | 2021-01-02 | 1 | -0/+66 | |
| * | | | | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 15 | -55/+55 | |
* | | | | | Merge #7128 | bors[bot] | 2021-01-03 | 5 | -18/+86 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Implement HasAttrs for Type-, Const- and LifetimeParam | Lukas Wirth | 2021-01-02 | 1 | -9/+10 | |
| * | | | | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 5 | -11/+78 | |
| |/ / / | ||||||
* | | | | Use fully qualified `Itertools::intersperse` call to silence nightly warnings... | cynecx | 2021-01-02 | 1 | -8/+7 | |
* | | | | Fix warnings on rust-nightly | cynecx | 2021-01-02 | 3 | -4/+4 | |
* | | | | Merge #7133 | bors[bot] | 2021-01-02 | 7 | -52/+176 | |
|\ \ \ \ | ||||||
| * | | | | Use arena instead of vec | Edwin Cheng | 2021-01-02 | 1 | -22/+16 |