aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify ast::Comment api surfaceLukas Wirth2020-12-081-10/+15
* Keep doc attribute orderLukas Wirth2020-12-072-41/+35
* Merge #6719bors[bot]2020-12-072-1/+2
|\
| * Use items can also have doc commentsLukas Wirth2020-12-042-1/+2
* | Add replace_match_with_if_let assistLukas Wirth2020-12-051-2/+11
|/
* Merge #6649bors[bot]2020-12-021-22/+55
|\
| * Add ast::*Number::suffix tests unit testsLukas Wirth2020-11-281-0/+37
| * Accept more than just the standard rust literal suffixes in *Number::suffixLukas Wirth2020-11-261-22/+18
* | Profile completions betterKirill Bulatov2020-11-271-0/+13
* | Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth2020-11-271-9/+18
|/
* Merge #6558bors[bot]2020-11-161-0/+22
|\
| * format string highlighting: handle hex + debug type specifierRoland Ruckerbauer2020-11-151-0/+22
* | Use shorthand record syntax when renaming struct initializer fieldLukas Wirth2020-11-142-9/+13
|/
* Fix attachment of inner doc commentsAleksey Kladov2020-11-122-16/+30
* Simplify codeAleksey Kladov2020-11-121-28/+23
* Merge #6512bors[bot]2020-11-091-36/+89
|\
| * Don't replace parent node when inserting as first child in algo::diffLukas Wirth2020-11-091-36/+89
* | Fix debug for SyntaxRewriterAleksey Kladov2020-11-091-1/+4
* | Merge #6476bors[bot]2020-11-071-0/+4
|\ \ | |/ |/|
| * Add missing AssocItems in add_custom_impl assistLukas Wirth2020-11-051-0/+4
* | Cleanup APIAleksey Kladov2020-11-063-85/+68
* | SimplifyAleksey Kladov2020-11-062-34/+22
* | Kill RAW_ literalsAleksey Kladov2020-11-067-65/+61
* | Minor, cleanup styleAleksey Kladov2020-11-061-50/+64
* | More orthogonal APIAleksey Kladov2020-11-061-33/+30
* | Move int parsing to IntNumber tokenAleksey Kladov2020-11-063-76/+91
* | Better importsAleksey Kladov2020-11-061-11/+11
* | Generate token for ints and floatsAleksey Kladov2020-11-061-0/+42
|/
* Merge #6456bors[bot]2020-11-041-2/+25
|\
| * Support struct variants in extract_struct_from_enum_variantLukas Wirth2020-11-031-2/+25
* | Merge #6454bors[bot]2020-11-032-1/+66
|\ \ | |/ |/|
| * Fix overflow panic in convert_interger_literal assistAleksey Kladov2020-11-032-1/+66
* | Make insert_use return a SyntaxRewriterLukas Wirth2020-11-021-0/+37
|/
* Merge #6365bors[bot]2020-11-021-40/+120
|\
| * Do insertion lookahead in algo::diffLukas Wirth2020-10-261-40/+120
* | Deny unreachable-pubAleksey Kladov2020-11-026-16/+15
|/
* Merge #6347bors[bot]2020-10-261-24/+141
|\
| * Remove InsertPos::Before variant in Syntax RewriterLukas Wirth2020-10-241-13/+20
| * Support insertion in SyntaxRewriterLukas Wirth2020-10-241-24/+134
* | Merge #6331 #6342bors[bot]2020-10-241-3/+11
|\ \ | |/ |/|
| * correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-241-3/+11
* | algo::diff testsLukas Wirth2020-10-221-2/+326
* | Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-221-23/+64
|/
* Merge #6172bors[bot]2020-10-201-0/+3
|\
| * Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-151-0/+3
* | Extract call_info and completion into separate cratesIgor Aleksanov2020-10-182-0/+84
|/
* when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-081-1/+11
* CleanupAleksey Kladov2020-10-071-10/+13
* Merge #6160bors[bot]2020-10-071-1/+44
|\
| * Add validation check for ambiguous trait objectsLukas Wirth2020-10-061-1/+44