aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LazyMacroIdEdwin Cheng2020-03-035-16/+56
* Fix a bug for single dollar sign macroEdwin Cheng2020-03-031-5/+10
* Update versionsKirill Bulatov2020-02-181-2/+2
* More manual clippy fixesKirill Bulatov2020-02-182-10/+6
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-183-5/+4
* Add couple of utility methodsAleksey Kladov2020-02-121-3/+19