| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -1/+1 | |
| 2021-10-12 | Make selections in assists with trailing/leading whitespace more forgiving | Lukas Wirth | -0/+10 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -4/+3 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -2/+2 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-09-19 | Simplify | Lukas Wirth | -1/+1 | |
| 2021-08-14 | internal: remove dead code | Aleksey Kladov | -91/+2 | |
| 2021-08-14 | internal: remove one more usage of old editing API. | Aleksey Kladov | -36/+1 | |
| 2021-07-27 | fix: Typos | Alexander Gonzalez | -1/+1 | |
| 2021-05-22 | Add more docs | Aleksey Kladov | -1/+1 | |
| 2021-05-14 | internal: remove SyntaxRewriter | Aleksey Kladov | -105/+1 | |
| 2021-05-14 | internal: remove one more immutable tree | Aleksey Kladov | -31/+4 | |
| 2021-05-08 | dead code | Aleksey Kladov | -121/+1 | |
| 2021-05-06 | Adapt to a new rowan borrowing node API. | Dawer | -1/+1 | |
| 2021-04-23 | Remove SyntaxRewriter::from_fn | Lukas Wirth | -16/+3 | |
| 2021-03-21 | remove more redundant clones (clippy::redundant_clone()) | Matthias Krüger | -2/+2 | |
| 2021-03-16 | Upgrade rowan | Aleksey Kladov | -17/+18 | |
| Notably, new rowan comes with support for mutable syntax trees. | ||||
| 2021-03-08 | Use upstream cov-mark | Laurențiu Nicola | -14/+12 | |
| 2021-01-19 | :arrow_up: rowan | Aleksey Kladov | -3/+4 | |
| 2021-01-15 | Merge #7288 | bors[bot] | -1/+1 | |
| 7288: Handle self/super/crate in PathSegment as NameRef r=matklad a=Veykril Wrapping self/super/crate in NameRef as per https://github.com/rust-analyzer/rust-analyzer/pull/7261#issuecomment-760023172 Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2021-01-15 | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | -1/+1 | |
| 2021-01-15 | Remove useless wrapper | Aleksey Kladov | -5/+1 | |
| 2021-01-09 | Fixed typos in local bindings | Vincent Esche | -2/+2 | |
| 2021-01-07 | Change <|> to $0 - Rebase | Kevaundray Wedderburn | -1/+1 | |
| 2020-12-10 | Fix accidently quadratic syntax rewriter | Aleksey Kladov | -8/+14 | |
| Switching from SyntaxNode to GreenNode is a costly operation (b/c dereferencing a synax ptr in `with_green` is linear), so we should avoid that. | ||||
| 2020-11-27 | Profile completions better | Kirill Bulatov | -0/+13 | |
| 2020-11-09 | Merge #6512 | bors[bot] | -36/+89 | |
| 6512: Don't replace parent node when inserting as first child in algo::diff r=SomeoneToIgnore a=Veykril This makes the diff a bit more detailed. See https://github.com/rust-analyzer/rust-analyzer/pull/6287#issuecomment-723889267 for context cc @SomeoneToIgnore Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2020-11-09 | Don't replace parent node when inserting as first child in algo::diff | Lukas Wirth | -36/+89 | |
| 2020-11-09 | Fix debug for SyntaxRewriter | Aleksey Kladov | -1/+4 | |
| 2020-10-26 | Do insertion lookahead in algo::diff | Lukas Wirth | -40/+120 | |
| 2020-10-24 | Remove InsertPos::Before variant in Syntax Rewriter | Lukas Wirth | -13/+20 | |
| 2020-10-24 | Support insertion in SyntaxRewriter | Lukas Wirth | -24/+134 | |
| 2020-10-22 | algo::diff tests | Lukas Wirth | -2/+326 | |
| 2020-10-22 | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | -23/+64 | |
| 2020-08-22 | Omit lenses for not runnable doctests | Kirill Bulatov | -1/+1 | |
| 2020-08-12 | Rename ra_syntax -> syntax | Aleksey Kladov | -0/+406 | |
