Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #4234 | bors[bot] | 2020-05-02 | 4 | -11/+28 |
|\ | |||||
| * | Update crates/ra_hir_expand/src/builtin_derive.rs | Edwin Cheng | 2020-05-02 | 1 | -1/+1 |
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 4 | -11/+28 |
* | | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -2/+1 |
* | | Introduce LowerCtx for path lowering | 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 |
* | Merge #4125 | bors[bot] | 2020-04-25 | 1 | -1/+1 |
|\ | |||||
| * | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 1 | -1/+1 |
* | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 2 | -4/+4 |
|/ | |||||
* | Improve remove dervie attrs | Edwin Cheng | 2020-04-21 | 1 | -10/+96 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 2 | -5/+5 |
* | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 1 | -2/+1 |
* | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -1/+1 |
* | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 1 | -3/+1 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -0/+9 |
* | Forward compat | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 |
* | Improve tt::Subtree debug print | Edwin Cheng | 2020-04-09 | 1 | -1/+1 |
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -3/+3 |
* | Implement ra_proc_macro client logic | Edwin Cheng | 2020-03-31 | 1 | -1/+26 |
* | Merge #3727 | bors[bot] | 2020-03-26 | 1 | -15/+14 |
|\ | |||||
| * | Remove deps on tt_mbe | Edwin Cheng | 2020-03-26 | 1 | -2/+3 |
| * | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -16/+14 |
* | | Get rid of ItemOrMacro | Aleksey Kladov | 2020-03-26 | 1 | -2/+0 |
|/ | |||||
* | Rename to CustomDerive | Edwin Cheng | 2020-03-25 | 4 | -4/+4 |
* | Refactoring a bit | Edwin Cheng | 2020-03-25 | 1 | -5/+5 |
* | Use dummy implementation | Edwin Cheng | 2020-03-25 | 1 | -2/+3 |
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 6 | -19/+63 |
* | Generalise syntax rewriting infrastructure to allow removal of nodes | Aleksey Kladov | 2020-03-24 | 1 | -10/+7 |
* | Fix typo | Edwin Cheng | 2020-03-21 | 1 | -1/+1 |
* | Add identity expansion checking | Edwin Cheng | 2020-03-21 | 1 | -3/+21 |
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 1 | -5/+3 |
* | 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 | 4 | -8/+8 |
* | ra_hir_expand: change the ordering of imports as per the formatter | Veetaha | 2020-03-15 | 1 | -1/+1 |
* | ra_hir_expand: migrate to impl_intern_key!() | Veetaha | 2020-03-15 | 1 | -17/+3 |
* | Update comment | Edwin Cheng | 2020-03-11 | 1 | -4/+4 |
* | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 3 | -0/+58 |
* | Add extern source | Edwin Cheng | 2020-03-11 | 1 | -1/+2 |
* | Add and fix tests | Edwin Cheng | 2020-03-10 | 1 | -60/+121 |
* | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 1 | -1/+8 |
* | Merge #3513 | bors[bot] | 2020-03-09 | 1 | -4/+67 |
|\ | |||||
| * | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 2 | -17/+35 |
| * | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 |
| * | Try to complete within macros | Florian Diebold | 2020-03-07 | 2 | -9/+53 |