Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate uniq name | Edwin Cheng | 2020-04-26 | 1 | -3/+11 |
* | Simpify code | Edwin Cheng | 2020-04-26 | 2 | -16/+12 |
* | Fix | Edwin Cheng | 2020-04-26 | 1 | -0/+6 |
* | Compare timestamp | Edwin Cheng | 2020-04-26 | 1 | -2/+8 |
* | Copy dylib to temp directory | Edwin Cheng | 2020-04-26 | 1 | -1/+18 |
* | Cacheproc-macro dlls | Edwin Cheng | 2020-04-26 | 4 | -58/+70 |
* | Refactor a bit | Edwin Cheng | 2020-04-24 | 1 | -8/+3 |
* | Bubble up error | Edwin Cheng | 2020-04-23 | 1 | -9/+6 |
* | Fix typo | Edwin Cheng | 2020-04-23 | 1 | -1/+1 |
* | Panic proc macro srv if read request failed | Edwin Cheng | 2020-04-23 | 1 | -2/+3 |
* | Fix typo | Veetaha | 2020-04-20 | 1 | -1/+1 |
* | Display path not debug it | Veetaha | 2020-04-20 | 2 | -8/+8 |
* | Display path not debug it | Veetaha | 2020-04-20 | 1 | -1/+1 |
* | ra_proc_macro: cleanups here and there | veetaha | 2020-04-20 | 5 | -119/+86 |
* | 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 | 1 | -2/+5 |
* | 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 | 4 | -0/+303 |
* | Implement expand_task and list_macros | Edwin Cheng | 2020-04-09 | 1 | -4/+27 |
* | Add dylib loading code | Edwin Cheng | 2020-04-09 | 3 | -0/+226 |
* | Remove unused func | Edwin Cheng | 2020-04-09 | 1 | -3/+1 |
* | Add rustc_server (ra_tt rustc bridge) | Edwin Cheng | 2020-04-09 | 2 | -0/+689 |
* | 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 |
* | Add doc comment on main.rs | Edwin Cheng | 2020-04-03 | 1 | -0/+2 |
* | Introduce ra_proc_macro_srv | Edwin Cheng | 2020-04-03 | 2 | -0/+74 |