aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-1/+1
* Don't expose impl details of SyntaxPtrAleksey Kladov2020-04-171-3/+1
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-0/+9
* Forward compatAleksey Kladov2020-04-101-1/+1
* Improve tt::Subtree debug printEdwin Cheng2020-04-091-1/+1
* Fix unnecessary braces warningsLaurențiu Nicola2020-04-061-3/+3
* Implement ra_proc_macro client logicEdwin Cheng2020-03-311-1/+26
* Merge #3727bors[bot]2020-03-261-15/+14
|\
| * Remove deps on tt_mbeEdwin Cheng2020-03-261-2/+3
| * Add ProcMacroClientEdwin Cheng2020-03-251-16/+14
* | Get rid of ItemOrMacroAleksey Kladov2020-03-261-2/+0
|/
* Rename to CustomDeriveEdwin Cheng2020-03-254-4/+4
* Refactoring a bitEdwin Cheng2020-03-251-5/+5
* Use dummy implementationEdwin Cheng2020-03-251-2/+3
* Add basic custom derive loweringEdwin Cheng2020-03-256-19/+63
* Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-241-10/+7
* Fix typoEdwin Cheng2020-03-211-1/+1
* Add identity expansion checkingEdwin Cheng2020-03-211-3/+21
* Simplify Arena to use a generic indexAleksey Kladov2020-03-191-5/+3
* Turn ExpandResult into structFlorian Diebold2020-03-161-8/+4
* Add test, remove printlnsFlorian Diebold2020-03-161-1/+0
* wipFlorian Diebold2020-03-161-6/+10
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-161-41/+49
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-164-8/+8
* ra_hir_expand: change the ordering of imports as per the formatterVeetaha2020-03-151-1/+1
* ra_hir_expand: migrate to impl_intern_key!()Veetaha2020-03-151-17/+3
* Update commentEdwin Cheng2020-03-111-4/+4
* Implement dummy assert macroEdwin Cheng2020-03-113-0/+58
* Add extern sourceEdwin Cheng2020-03-111-1/+2
* Add and fix testsEdwin Cheng2020-03-101-60/+121
* Add resolve_extern_path in DBEdwin Cheng2020-03-101-1/+8
* Merge #3513bors[bot]2020-03-091-4/+67
|\
| * Move hypothetical expansion to hir_expandFlorian Diebold2020-03-082-17/+35
| * Remove TODOsFlorian Diebold2020-03-071-5/+6
| * Try to complete within macrosFlorian Diebold2020-03-072-9/+53
* | Add parse_to_token_treeEdwin Cheng2020-03-081-4/+4
|/
* Prevent include! macro include itselfEdwin Cheng2020-03-071-1/+6
* Fix test and add more commentEdwin Cheng2020-03-071-1/+4
* Use a not so dummy implementation of env macroEdwin Cheng2020-03-071-1/+1
* Implment include macroEdwin Cheng2020-03-063-19/+62
* Add comment for parents loggingEdwin Cheng2020-03-041-7/+12
* Fix whitespace in testsEdwin Cheng2020-03-042-3/+3
* Fix #3436Edwin Cheng2020-03-041-6/+2
* Add more logEdwin Cheng2020-03-041-0/+9
* Fixed a typo in commentEdwin Cheng2020-03-031-1/+1
* Fix panic on eager expansionEdwin Cheng2020-03-031-2/+18
* Fix for rebasingEdwin Cheng2020-03-031-3/+14
* Move pub function firstEdwin Cheng2020-03-031-24/+24
* Add doc about eager expansion name resolutionEdwin Cheng2020-03-031-0/+19
* Implement concat macroEdwin Cheng2020-03-037-70/+279