Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename to CustomDerive | Edwin Cheng | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 1 | -2/+9 |
| | |||||
* | Fix typo | Edwin Cheng | 2020-03-21 | 1 | -1/+1 |
| | |||||
* | Add identity expansion checking | Edwin Cheng | 2020-03-21 | 1 | -3/+21 |
| | |||||
* | Turn ExpandResult into struct | Florian Diebold | 2020-03-16 | 1 | -8/+4 |
| | |||||
* | Add test, remove printlns | Florian Diebold | 2020-03-16 | 1 | -1/+0 |
| | |||||
* | wip | Florian Diebold | 2020-03-16 | 1 | -6/+10 |
| | |||||
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -41/+49 |
| | |||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate). | ||||
* | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -9/+34 |
| | |||||
* | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 |
| | |||||
* | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -8/+45 |
| | |||||
* | Add comment for parents logging | Edwin Cheng | 2020-03-04 | 1 | -7/+12 |
| | |||||
* | Fix #3436 | Edwin Cheng | 2020-03-04 | 1 | -6/+2 |
| | |||||
* | Add more log | Edwin Cheng | 2020-03-04 | 1 | -0/+9 |
| | |||||
* | Fix for rebasing | Edwin Cheng | 2020-03-03 | 1 | -3/+14 |
| | |||||
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -4/+19 |
| | |||||
* | Add LazyMacroId | Edwin Cheng | 2020-03-03 | 1 | -5/+15 |
| | |||||
* | Fix a bug for single dollar sign macro | Edwin Cheng | 2020-03-03 | 1 | -5/+10 |
| | |||||
* | Add test for macro expansion in various expressions | Florian Diebold | 2020-01-10 | 1 | -1/+0 |
| | |||||
* | Add missing expr cases for expand macro | Edwin Cheng | 2020-01-10 | 1 | -1/+23 |
| | |||||
* | Expand PAREN_EXPR as expression | Edwin Cheng | 2020-01-10 | 1 | -0/+1 |
| | |||||
* | Merge #2625 | bors[bot] | 2019-12-21 | 1 | -5/+4 |
|\ | | | | | | | | | | | | | | | 2625: Clippy lints r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | Clippy lints | kjeremy | 2019-12-20 | 1 | -5/+4 |
| | | |||||
* | | Add support macros in impl blocks | Edwin Cheng | 2019-12-20 | 1 | -0/+1 |
|/ | |||||
* | Expand macros in blocks to expressions for now | Florian Diebold | 2019-12-08 | 1 | -2/+2 |
| | | | | Expanding to statements isn't handled properly yet and breaks things. | ||||
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -7/+38 |
| | |||||
* | Builtin macros only use caller tokens | Florian Diebold | 2019-12-06 | 1 | -2/+2 |
| | |||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -6/+13 |
| | |||||
* | Rename BuiltinExpander to BuiltinFnLikeExpander | Edwin Cheng | 2019-11-23 | 1 | -3/+3 |
| | |||||
* | Add MacroFileKind::Statements | Edwin Cheng | 2019-11-21 | 1 | -0/+1 |
| | |||||
* | Collapse TokenMap and RevTokenMap | Aleksey Kladov | 2019-11-18 | 1 | -5/+3 |
| | |||||
* | Make shift an implementation detail of mbe | Aleksey Kladov | 2019-11-17 | 1 | -3/+10 |
| | |||||
* | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 1 | -6/+6 |
| | |||||
* | Add line macro and tests | Edwin Cheng | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 1 | -16/+50 |
| | |||||
* | Remove typed macro parsing API | Aleksey Kladov | 2019-11-09 | 1 | -8/+7 |
| | | | | | We do type-erasure on every path anyway, so it doesn't make much sense to duplicate this function for every type | ||||
* | Remove map_ranges in RevTokenMap | Edwin Cheng | 2019-11-09 | 1 | -6/+6 |
| | |||||
* | Refactor and simpfily | Edwin Cheng | 2019-11-08 | 1 | -66/+14 |
| | |||||
* | Refactor and add more comments | Edwin Cheng | 2019-11-08 | 1 | -8/+6 |
| | |||||
* | Refactor a bit | Edwin Cheng | 2019-11-04 | 1 | -2/+1 |
| | |||||
* | Use macro_rules shift to map text ranges | Edwin Cheng | 2019-11-04 | 1 | -4/+9 |
| | |||||
* | Use ? and destructing to simplifed long code | Edwin Cheng | 2019-11-04 | 1 | -19/+17 |
| | |||||
* | Rename and fix typos | Edwin Cheng | 2019-11-04 | 1 | -9/+19 |
| | |||||
* | Add macro_expansion_info in hir_expand | Edwin Cheng | 2019-11-04 | 1 | -18/+75 |
| | |||||
* | switch expand to dyn Trait | Aleksey Kladov | 2019-10-29 | 1 | -6/+6 |
| | |||||
* | add doc comment | Aleksey Kladov | 2019-10-29 | 1 | -0/+2 |
| | |||||
* | remove unused query | Aleksey Kladov | 2019-10-29 | 1 | -13/+2 |
| | |||||
* | less generics | Aleksey Kladov | 2019-10-29 | 1 | -0/+1 |
| | |||||
* | flatten hir_expand | Aleksey Kladov | 2019-10-29 | 1 | -7/+73 |
| |