Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proc_macro: add ability to log to stderr and view output in vscode | veetaha | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | Refactor a bit | Edwin Cheng | 2020-04-20 | 1 | -54/+51 |
| | |||||
* | Fix restart missing arguments in proc-macro-srv | Edwin Cheng | 2020-04-20 | 1 | -5/+9 |
| | |||||
* | Migrate to Result<T, io::Error> -> io::Result<T> | veetaha | 2020-04-20 | 1 | -3/+3 |
| | |||||
* | Fix doc comment | veetaha | 2020-04-20 | 1 | -3/+3 |
| | |||||
* | ra_proc_macro: cleanups here and there | veetaha | 2020-04-20 | 4 | -55/+42 |
| | |||||
* | Fix extern_process args | Edwin Cheng | 2020-04-16 | 2 | -8/+22 |
| | |||||
* | Add proc-macro cli command for rust-analyzer | Edwin Cheng | 2020-04-16 | 2 | -5/+10 |
| | |||||
* | Introduce ra_proc_macro_srv | Edwin Cheng | 2020-04-03 | 1 | -2/+1 |
| | |||||
* | Redirect stderr to null | Edwin Cheng | 2020-03-31 | 1 | -0/+1 |
| | |||||
* | Pipe error to stderr | Edwin Cheng | 2020-03-31 | 1 | -2/+5 |
| | |||||
* | Refactor a bit | Edwin Cheng | 2020-03-31 | 1 | -11/+9 |
| | |||||
* | Use a weak ptr to hold the send end of channel | Edwin Cheng | 2020-03-31 | 1 | -28/+18 |
| | |||||
* | Add drop for process | Edwin Cheng | 2020-03-31 | 1 | -2/+6 |
| | |||||
* | Unwrap channel send() | Edwin Cheng | 2020-03-31 | 1 | -13/+4 |
| | |||||
* | Use jod_thread | Edwin Cheng | 2020-03-31 | 1 | -17/+14 |
| | |||||
* | Fix formatting | Edwin Cheng | 2020-03-31 | 2 | -6/+6 |
| | |||||
* | Simple cross-process message protocol | Edwin Cheng | 2020-03-31 | 3 | -225/+86 |
| | |||||
* | Remove unused struct | Edwin Cheng | 2020-03-31 | 1 | -10/+5 |
| | |||||
* | Improve shutdown process | Edwin Cheng | 2020-03-31 | 2 | -19/+54 |
| | |||||
* | Add back doc string for process | Edwin Cheng | 2020-03-31 | 1 | -0/+2 |
| | |||||
* | Fix test | Edwin Cheng | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Implement ra_proc_macro client logic | Edwin Cheng | 2020-03-31 | 4 | -18/+745 |
| | |||||
* | Remove deps on tt_mbe | Edwin Cheng | 2020-03-26 | 1 | -34/+10 |
| | |||||
* | Refactoring a bit | Edwin Cheng | 2020-03-26 | 1 | -7/+12 |
| | |||||
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -5/+76 |
| | |||||
* | Add ra_proc_macro | Edwin Cheng | 2020-03-25 | 1 | -0/+7 |