aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simpify codeEdwin Cheng2020-04-261-4/+4
|
* Compare timestampEdwin Cheng2020-04-261-2/+8
|
* Cacheproc-macro dllsEdwin Cheng2020-04-261-17/+29
|
* Fix typoVeetaha2020-04-201-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* Display path not debug itVeetaha2020-04-201-1/+1
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* Display path not debug itVeetaha2020-04-201-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* ra_proc_macro: cleanups here and thereveetaha2020-04-201-22/+14
|
* Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-161-2/+4
|
* Add testsEdwin Cheng2020-04-091-0/+3
|
* Implement expand_task and list_macrosEdwin Cheng2020-04-091-4/+27
|
* Add dylib loading codeEdwin Cheng2020-04-091-0/+2
|
* Add rustc_server (ra_tt rustc bridge)Edwin Cheng2020-04-091-0/+3
|
* Add bridge::TokenStream to crate scopeEdwin Cheng2020-04-061-0/+1
|
* Add proc_macro mod (copy from lib_proc_macro)Edwin Cheng2020-04-061-0/+4
|
* Introduce ra_proc_macro_srvEdwin Cheng2020-04-031-0/+21