aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/src/process.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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