Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cap macro expansion depth for IDE features | Aleksey Kladov | 2020-07-15 | 1 | -0/+19 |
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
* | Don't mess with cursor position when adding hashes | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 |
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -13/+11 |
*-. | Merge #5154 #5157 | bors[bot] | 2020-07-01 | 1 | -1/+1 |
|\ \ | |||||
| | * | Use dynamic dispatch in AstDiagnostic | Laurențiu Nicola | 2020-07-01 | 1 | -1/+1 |
| |/ | |||||
* / | Use CrateName for semantic names | Aleksey Kladov | 2020-07-01 | 2 | -2/+2 |
|/ | |||||
* | Add support for include_bytes | Laurențiu Nicola | 2020-06-27 | 2 | -0/+36 |
* | Add support for include_str | Laurențiu Nicola | 2020-06-27 | 2 | -4/+35 |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -3/+10 |
* | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 4 | -39/+54 |
* | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 5 | -8/+13 |
* | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 2 | -20/+7 |
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -4/+4 |
* | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -7/+3 |
* | Enable hover and autocomplete docs on macro generated items | Aaron Loucks | 2020-06-03 | 1 | -0/+1 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -0/+5 |
* | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -1/+1 |
* | Store proc-macro result in salsa db | Edwin Cheng | 2020-05-14 | 1 | -1/+35 |
* | fix typo unimplementated -> unimplemented | Trevor Spiteri | 2020-05-12 | 1 | -2/+2 |
* | 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 | 2 | -10/+97 |
* | 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 |