aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
Commit message (Collapse)AuthorAgeFilesLines
* Add proper test for literals and fixed typo bugEdwin Cheng2019-04-052-4/+50
|
* Add classify_literal and undo expose next_tokenEdwin Cheng2019-04-052-6/+4
|
* Fix literal support in token tree to ast item listEdwin Cheng2019-04-052-2/+43
|
* Clean upEdwin Cheng2019-04-041-29/+29
|
* Add multi-byte token support in tkn tree to astEdwin Cheng2019-04-042-20/+138
|
* always show token textAleksey Kladov2019-04-021-8/+8
|
* switch to new rowanAleksey Kladov2019-04-011-39/+47
|
* hack around non-terminating macro expansionAleksey Kladov2019-03-171-0/+14
|
* add name resolution from the old implAleksey Kladov2019-03-171-10/+10
| | | | unlike the old impl, this also handles macro imports across crates
* Add expander unit testsWilco Kusee2019-03-031-4/+69
|
* Add parser unit testsWilco Kusee2019-03-033-6/+58
|
* Split parse and expand errorsWilco Kusee2019-03-034-72/+74
|
* FormattingWilco Kusee2019-03-021-10/+20
|
* Replace option with result in mbeWilco Kusee2019-03-024-74/+93
|
* Fix a typoDale Wijnand2019-02-261-4/+4
|
* renameAleksey Kladov2019-02-241-8/+8
|
* Add a test for macro parsingAleksey Kladov2019-02-232-10/+80
|
* implement tt -> astAleksey Kladov2019-02-232-5/+55
|
* keep-textAleksey Kladov2019-02-231-10/+17
|
* flatten ttAleksey Kladov2019-02-231-6/+55
|
* token source scaffoldAleksey Kladov2019-02-231-1/+22
|
* add dependency on the parserAleksey Kladov2019-02-231-0/+1
|
* add interfaceAleksey Kladov2019-02-231-0/+5
|
* Fix some typosPascal Hertleif2019-02-122-4/+4
|
* docsAleksey Kladov2019-02-111-0/+8
|
* assign ids when converting ttAleksey Kladov2019-02-112-10/+36
|
* assign ids to tokensAleksey Kladov2019-02-113-3/+5
|
* Merge #790bors[bot]2019-02-111-10/+10
|\ | | | | | | | | | | | | | | 790: make macro-rules eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * make macro-rules eqAleksey Kladov2019-02-111-10/+10
| |
* | typoAleksey Kladov2019-02-112-2/+2
|/
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* reformat the worldAleksey Kladov2019-02-084-71/+22
|
* avoid 'ignored' in test outputAleksey Kladov2019-02-081-2/+2
|
* mbe: Ensure repetition separator matchesJeff Muizelaar2019-02-052-2/+30
|
* mbe: Add support matching for matching identsJeff Muizelaar2019-02-042-0/+29
|
* Factor out rules parsingJeff Muizelaar2019-02-041-24/+20
|
* Make sure we match the entire patternJeff Muizelaar2019-02-032-1/+34
|
* Fill out test a little moreJeff Muizelaar2019-02-031-14/+18
| | | | | This factors out an assert_expansion function to make things more managable.
* Fix macro_rules separator parsing.Jeff Muizelaar2019-02-032-1/+49
| | | | | macro_rules rules are separated by ';' including an optional ';' at the end
* explain the magicAleksey Kladov2019-01-312-19/+56
|
* cleanup the apiAleksey Kladov2019-01-313-56/+70
|
* cleanupAleksey Kladov2019-01-313-40/+42
|
* move testAleksey Kladov2019-01-314-3/+124
|
* split macros across cratesAleksey Kladov2019-01-315-0/+451