aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-128-15/+15
* Rename ra_parser -> parserAleksey Kladov2020-08-125-11/+12
* Rename ra_tt -> ttAleksey Kladov2020-08-122-2/+2
* Fix clippy warningsIgor Aleksanov2020-08-101-1/+1
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-2/+2
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-2/+2
* Rename StructDef -> StructAleksey Kladov2020-07-302-3/+3
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-4/+4
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* MinorAleksey Kladov2020-07-111-3/+3
* Clippy perf warningskjeremy2020-07-081-1/+1
* Simlify with matches!()Veetaha2020-06-281-4/+1
* Reuse Vec allocationsSimon Vandel Sillesen2020-05-161-12/+21
* Store proc-macro result in salsa dbEdwin Cheng2020-05-141-1/+1
* Rename ImplItem to AssocItemEdwin Cheng2020-05-051-1/+1
* Introduce EffectExprAleksey Kladov2020-05-021-77/+75
* Merge #4139bors[bot]2020-04-252-12/+75
|\
| * Checks no repetition for an empty tokenEdwin Cheng2020-04-252-12/+75
* | Merge #4134bors[bot]2020-04-251-0/+13
|\ \
| * | Fix whitespacesEdwin Cheng2020-04-251-1/+1
| * | Special case for empty commentsEdwin Cheng2020-04-251-0/+13
| |/
* | Switch to TryFromAleksey Kladov2020-04-251-6/+6
* | Convert tests to text-sizeAleksey Kladov2020-04-251-204/+204
* | Convert code to text-sizeAleksey Kladov2020-04-251-36/+33
|/
* Convert bool to ident instead of literal in mbeEdwin Cheng2020-04-185-14/+47
* Add mbe lifetime split testEdwin Cheng2020-04-181-0/+27
* Split LIFETIME to two tokens in mbeEdwin Cheng2020-04-183-14/+89
* Remove format from syntax_bridge hot pathEdwin Cheng2020-04-131-5/+6
* Fix accidently quadratic behavior when processing includesAleksey Kladov2020-04-101-17/+19
* Rename some tokensAleksey Kladov2020-04-101-10/+10
* Improve tt::Subtree debug printEdwin Cheng2020-04-091-0/+79
* Add L_DOLLAR for TYPE_RECOVERY_SETEdwin Cheng2020-04-081-0/+17
* Remove deps on tt_mbeEdwin Cheng2020-03-261-0/+7
* Add basic custom derive loweringEdwin Cheng2020-03-251-1/+1
* Add open delim when delim not matchEdwin Cheng2020-03-202-5/+28
* Fix text range bug and reorderEdwin Cheng2020-03-201-14/+19
* Add TokenConvertor traitEdwin Cheng2020-03-202-239/+155
* Add test for delim bugEdwin Cheng2020-03-202-12/+147
* Small fixesFlorian Diebold2020-03-161-4/+2
* Some more refactoringFlorian Diebold2020-03-162-58/+76
* Some cleanupFlorian Diebold2020-03-161-5/+7
* Turn ExpandResult into structFlorian Diebold2020-03-165-35/+59
* Fix remaining test failureFlorian Diebold2020-03-162-9/+11
* Fix performance problemFlorian Diebold2020-03-162-32/+37
* Add test, remove printlnsFlorian Diebold2020-03-162-2/+0
* Get tests workingFlorian Diebold2020-03-162-3/+4
* wipFlorian Diebold2020-03-162-84/+137
* Attempt to implement ranking of rules when none matches perfectly (wip)Florian Diebold2020-03-162-10/+13
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-165-45/+71