aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/src/process.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-131-201/+0
* Rename ra_tt -> ttAleksey Kladov2020-08-121-20/+18
* Fix clippy warningsIgor Aleksanov2020-08-101-1/+1
* proc_macro: add ability to log to stderr and view output in vscodeveetaha2020-04-221-1/+1
* Refactor a bitEdwin Cheng2020-04-201-54/+51
* Fix restart missing arguments in proc-macro-srvEdwin Cheng2020-04-201-5/+9
* Migrate to Result<T, io::Error> -> io::Result<T>veetaha2020-04-201-3/+3
* ra_proc_macro: cleanups here and thereveetaha2020-04-201-16/+11
* Fix extern_process argsEdwin Cheng2020-04-161-5/+14
* Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-161-3/+5
* Redirect stderr to nullEdwin Cheng2020-03-311-0/+1
* Pipe error to stderrEdwin Cheng2020-03-311-2/+5
* Refactor a bitEdwin Cheng2020-03-311-11/+9
* Use a weak ptr to hold the send end of channelEdwin Cheng2020-03-311-28/+18
* Add drop for processEdwin Cheng2020-03-311-2/+6
* Unwrap channel send()Edwin Cheng2020-03-311-13/+4
* Use jod_threadEdwin Cheng2020-03-311-17/+14
* Fix formattingEdwin Cheng2020-03-311-1/+1
* Simple cross-process message protocolEdwin Cheng2020-03-311-47/+27
* Remove unused structEdwin Cheng2020-03-311-10/+5
* Improve shutdown processEdwin Cheng2020-03-311-12/+45
* Add back doc string for processEdwin Cheng2020-03-311-0/+2
* Implement ra_proc_macro client logicEdwin Cheng2020-03-311-0/+202