aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/src
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ra_proc_macro_srvEdwin Cheng2020-04-031-2/+1
|
* 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-312-6/+6
|
* Simple cross-process message protocolEdwin Cheng2020-03-313-225/+86
|
* Remove unused structEdwin Cheng2020-03-311-10/+5
|
* Improve shutdown processEdwin Cheng2020-03-312-19/+54
|
* Add back doc string for processEdwin Cheng2020-03-311-0/+2
|
* Fix testEdwin Cheng2020-03-311-1/+1
|
* Implement ra_proc_macro client logicEdwin Cheng2020-03-314-18/+745
|
* Remove deps on tt_mbeEdwin Cheng2020-03-261-34/+10
|
* Refactoring a bitEdwin Cheng2020-03-261-7/+12
|
* Add ProcMacroClientEdwin Cheng2020-03-251-5/+76
|
* Add ra_proc_macroEdwin Cheng2020-03-251-0/+7