Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update crates/ra_hir_expand/src/builtin_derive.rs | Edwin Cheng | 2020-05-02 | 1 | -1/+1 |
| | | | | | Fix spacing Co-authored-by: Jonas Schievink <[email protected]> | ||||
* | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Check dep name to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -4/+6 |
| | |||||
* | Use empty-deps tricks to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -5/+21 |
| | |||||
* | Add test | Edwin Cheng | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | Use core instead of std for builtin derive macros | Edwin Cheng | 2020-04-27 | 1 | -32/+61 |
| | |||||
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -3/+3 |
| | |||||
* | Refactoring a bit | Edwin Cheng | 2020-03-25 | 1 | -5/+5 |
| | |||||
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 1 | -12/+10 |
| | |||||
* | Fix whitespace in tests | Edwin Cheng | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -12/+12 |
| | |||||
* | Add LazyMacroId | Edwin Cheng | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 1 | -4/+24 |
| | |||||
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -13/+13 |
| | |||||
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -2/+2 |
| | |||||
* | Implement all the other built-in derives | Florian Diebold | 2019-12-05 | 1 | -15/+79 |
| | | | | Since as long as we're not implementing the bodies, they all work the same way. | ||||
* | Implement derive(Copy, Clone) properly (well, kind of) | Florian Diebold | 2019-12-05 | 1 | -7/+180 |
| | |||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -0/+64 |