aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_tt -> ttAleksey Kladov2020-08-125-37/+36
|
* Fix clippy warningsIgor Aleksanov2020-08-101-1/+1
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+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
|
* Fix doc commentveetaha2020-04-201-3/+3
|
* ra_proc_macro: cleanups here and thereveetaha2020-04-204-55/+42
|
* Fix extern_process argsEdwin Cheng2020-04-162-8/+22
|
* Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-162-5/+10
|
* 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-312-17/+15
|
* 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-312-4/+3
|
* Implement ra_proc_macro client logicEdwin Cheng2020-03-315-18/+750
|
* Remove deps on tt_mbeEdwin Cheng2020-03-262-35/+10
|
* Refactoring a bitEdwin Cheng2020-03-261-7/+12
|
* Add ProcMacroClientEdwin Cheng2020-03-251-5/+76
|
* Add ra_proc_macroEdwin Cheng2020-03-252-0/+20