| Commit message (Expand) | Author | Age | Files | Lines |
* | remove uselessly wrapped ?s. (clippy::meedless_question_mark | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -7/+4 |
* | Add test for proc-macro meta info retrieval | Edwin Cheng | 2021-03-15 | 2 | -7/+9 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -2/+2 |
* | use doc-comments | Edwin Cheng | 2021-03-09 | 1 | -21/+22 |
* | Print warning if proc-macro built by old rustc | Edwin Cheng | 2021-03-04 | 2 | -73/+148 |
* | Revise error message regarding metadata version | Jay Somedon | 2021-03-04 | 1 | -10/+6 |
* | Update condition check code style | Jay Somedon | 2021-03-04 | 1 | -1/+1 |
* | Update comment | Jay Somedon | 2021-03-04 | 1 | -1/+1 |
* | Fix multiple issues from code review | Jay Somedon | 2021-03-04 | 1 | -15/+29 |
* | Read version of rustc that compiled proc macro | Jay Somedon | 2021-03-04 | 1 | -10/+72 |
* | Remove redundant clones | Yoshua Wuyts | 2021-02-05 | 1 | -1/+1 |
* | Reap proc macro server instances | Laurențiu Nicola | 2021-02-01 | 1 | -8/+3 |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | Remove serde_stacker which depends on cc | Edwin Cheng | 2021-01-01 | 1 | -2/+1 |
* | Fix deep syntax tree bug generated by proc-macro | Edwin Cheng | 2021-01-01 | 2 | -4/+12 |
* | Pass crate environment to proc macros | Jonas Schievink | 2020-12-27 | 2 | -1/+7 |
* | Move TokenExpander to base_db and rename it | Jonas Schievink | 2020-12-27 | 1 | -2/+2 |
* | Remove dummy ProcMacroClient in favor of Option | Jonas Schievink | 2020-12-07 | 1 | -45/+28 |
* | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 2 | -17/+18 |
* | Make `ProcMacroProcessExpander` private | Jonas Schievink | 2020-12-07 | 1 | -1/+1 |
* | ProcMacroProcessExpander: support attribute macros | Jonas Schievink | 2020-12-07 | 2 | -21/+11 |
* | Don't respawn proc macro server on crash | Jonas Schievink | 2020-12-04 | 1 | -26/+15 |
* | Unwrap `process.stdio()` result | Jonas Schievink | 2020-12-04 | 1 | -4/+1 |
* | Destructure in for loop | Jonas Schievink | 2020-12-04 | 1 | -3/+1 |
* | Remove unnecessary `Option` | Jonas Schievink | 2020-12-04 | 1 | -8/+3 |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -21/+21 |
* | Hacky support for fn-like proc macros | Jonas Schievink | 2020-08-15 | 1 | -3/+3 |
* | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 4 | -0/+668 |