aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv
Commit message (Expand)AuthorAgeFilesLines
* Improve error handlingEdwin Cheng2020-04-111-24/+30
* tidy up a bitEdwin Cheng2020-04-101-50/+18
* Fix macos symbol name bugEdwin Cheng2020-04-091-1/+19
* Remove allow(unused)Edwin Cheng2020-04-091-3/+2
* Add testsEdwin Cheng2020-04-095-0/+304
* Implement expand_task and list_macrosEdwin Cheng2020-04-091-4/+27
* Add dylib loading codeEdwin Cheng2020-04-094-1/+229
* Remove unused funcEdwin Cheng2020-04-091-3/+1
* Add rustc_server (ra_tt rustc bridge)Edwin Cheng2020-04-093-1/+690
* fmtAleksey Kladov2020-04-082-5/+7
* Add bridge::TokenStream to crate scopeEdwin Cheng2020-04-061-0/+1
* Add proc_macro mod (copy from lib_proc_macro)Edwin Cheng2020-04-0611-0/+2943
* Refactor depsEdwin Cheng2020-04-061-3/+2
* Remove unused dependenciesest312020-04-041-3/+0
* Add doc comment on main.rsEdwin Cheng2020-04-031-0/+2
* Introduce ra_proc_macro_srvEdwin Cheng2020-04-033-0/+98