Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge empty delim subtree in proc-macro | Edwin Cheng | 2020-04-18 | 2 | -3/+11 |
* | Use mmap for proc macro libs | Laurențiu Nicola | 2020-04-17 | 2 | -2/+6 |
* | Reduce allocations when looking up proc macro decl | Laurențiu Nicola | 2020-04-17 | 1 | -37/+35 |
* | Add proc-macro cli command for rust-analyzer | Edwin Cheng | 2020-04-16 | 2 | -4/+7 |
* | Improve error handling | Edwin Cheng | 2020-04-11 | 1 | -24/+30 |
* | tidy up a bit | Edwin Cheng | 2020-04-10 | 1 | -50/+18 |
* | Fix macos symbol name bug | Edwin Cheng | 2020-04-09 | 1 | -1/+19 |
* | Remove allow(unused) | Edwin Cheng | 2020-04-09 | 1 | -3/+2 |
* | Add tests | Edwin Cheng | 2020-04-09 | 5 | -0/+304 |
* | Implement expand_task and list_macros | Edwin Cheng | 2020-04-09 | 1 | -4/+27 |
* | Add dylib loading code | Edwin Cheng | 2020-04-09 | 4 | -1/+229 |
* | Remove unused func | Edwin Cheng | 2020-04-09 | 1 | -3/+1 |
* | Add rustc_server (ra_tt rustc bridge) | Edwin Cheng | 2020-04-09 | 3 | -1/+690 |
* | fmt | Aleksey Kladov | 2020-04-08 | 2 | -5/+7 |
* | Add bridge::TokenStream to crate scope | Edwin Cheng | 2020-04-06 | 1 | -0/+1 |
* | Add proc_macro mod (copy from lib_proc_macro) | Edwin Cheng | 2020-04-06 | 11 | -0/+2943 |
* | Refactor deps | Edwin Cheng | 2020-04-06 | 1 | -3/+2 |
* | Remove unused dependencies | est31 | 2020-04-04 | 1 | -3/+0 |
* | Add doc comment on main.rs | Edwin Cheng | 2020-04-03 | 1 | -0/+2 |
* | Introduce ra_proc_macro_srv | Edwin Cheng | 2020-04-03 | 3 | -0/+98 |