Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -4/+4 |
| | |||||
* | Handle case where detail doesn't exist without giving up on completion | Nick Spain | 2021-01-02 | 1 | -1/+1 |
| | | | Co-authored-by: Aleksey Kladov <[email protected]> | ||||
* | HasSource::source_old -> HasSource::source for places where proc-macros were ↵ | Nick Spain | 2021-01-02 | 1 | -12/+4 |
| | | | | | | | | | | | | special cased In #6901 some special case handling for proc-macros was introduced to prevent panicing as they have no AST. Now the new HasSource::source method is used that returns an option. Generally this was a pretty trivial change, the only thing of much interest is that `hir::MacroDef` now implements `TryToNav` not `ToNav` as this allows us to handle `HasSource::source` now returning an option. | ||||
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+1 |
| | |||||
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -1/+1 |
| | | | | To start migrating HasSource::source to return an Option. | ||||
* | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 1 | -0/+1 |
| | |||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -3/+3 |
| | |||||
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -4/+1 |
| | |||||
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -4/+7 |
| | |||||
* | Remove redundant code | Kirill Bulatov | 2020-12-07 | 1 | -4/+1 |
| | |||||
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 1 | -1/+4 |
| | |||||
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 1 | -11/+6 |
| | |||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+2 |
| | |||||
* | Profile completions better | Kirill Bulatov | 2020-11-27 | 1 | -0/+1 |
| | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -3/+9 |
| | |||||
* | Reuse existing element rendering | Kirill Bulatov | 2020-11-16 | 1 | -40/+32 |
| | |||||
* | Add braces to functions and macros | Kirill Bulatov | 2020-11-16 | 1 | -32/+40 |
| | |||||
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 1 | -7/+11 |
| | |||||
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 1 | -1/+7 |
| | |||||
* | Move rendering tests to the render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+90 |
| | |||||
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 1 | -2/+2 |
| | |||||
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+116 |