aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
Commit message (Expand)AuthorAgeFilesLines
* Merge #6965bors[bot]2020-12-215-135/+186
|\
| * Parse attributes in tuple expressionsLukas Wirth2020-12-202-0/+51
| * Properly attach attributes to Param instead of parent ParamListLukas Wirth2020-12-203-135/+135
* | Properly parse legacy trait objects with leading ForTypeLukas Wirth2020-12-202-0/+44
|/
* Merge #6934bors[bot]2020-12-181-0/+7
|\
| * Implement `RawAttr::filter`Jonas Schievink2020-12-181-0/+7
* | Minor, cleanup APIAleksey Kladov2020-12-181-0/+3
|/
* Merge #6896bors[bot]2020-12-1637-174/+316
|\
| * Node-ify lifetimesLukas Wirth2020-12-1637-174/+316
* | Merge #6897bors[bot]2020-12-164-6/+106
|\|
| * Basic support for decl macros 2.0Jonas Schievink2020-12-154-6/+106
* | Merge #6894bors[bot]2020-12-161-0/+3
|\ \ | |/ |/|
| * Parenthesize composite if condition before inverting in invert-if assistJesse Bakker2020-12-151-0/+3
* | Reject visibilities on `macro_rules!`Jonas Schievink2020-12-151-1/+13
* | Move to upstream `macro_rules!` modelJonas Schievink2020-12-159-69/+80
|/
* Remove some redundant allocationsJeremy Kolb2020-12-122-2/+2
* Fix accidently quadratic syntax rewriterAleksey Kladov2020-12-101-8/+14
* Properly fetch inner and outer docs on hir-levelLukas Wirth2020-12-091-0/+8
* Simplify ast::Comment api surfaceLukas Wirth2020-12-081-10/+15
* Keep doc attribute orderLukas Wirth2020-12-072-41/+35
* Merge #6719bors[bot]2020-12-074-16/+17
|\
| * Use items can also have doc commentsLukas Wirth2020-12-044-16/+17
* | 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
* | bump lexerkjeremy2020-11-301-1/+1
* | Profile completions betterKirill Bulatov2020-11-272-0/+14
* | Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth2020-11-271-9/+18
|/
* Parse unsafe extern blockDavid Tolnay2020-11-232-2/+16
* 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-123-19/+33
* Simplify codeAleksey Kladov2020-11-121-28/+23
* Update crateskjeremy2020-11-111-1/+1
* 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-0629-89/+85
* | 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
|\