summaryrefslogtreecommitdiffstats
path: root/src/backends/clang.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add where subcommandsyn2021-03-111-13/+2
|
* cargo fmtsyn2020-12-081-25/+17
|
* deserialize duration from floatssyn2020-02-141-3/+4
|
* Improve error handlingsyn2020-02-141-2/+2
|
* timeout'ed waiter for processsyn2020-02-091-44/+16
|
* Fix commasyn2020-02-071-1/+1
| | | | How the fuck did it work?
* Make Pid directlysyn2020-02-071-7/+7
| | | | Constructing Pid instead of i32 looks prettier
* Lil' mo' refactorsyn2020-02-071-1/+1
|
* Remove test filessyn2020-02-071-8/+5
| | | | Piping is a shell's job, not evr's
* Extract 'stdin from file' & add to clangsyn2020-01-181-1/+4
|
* Support reporting signalled processessyn2020-01-181-8/+40
|
* Use std::iosyn2020-01-181-5/+5
|
* Actually use compiler's return codesyn2020-01-171-1/+5
|
* Add c/cxx supportsyn2020-01-161-5/+68
|
* Something is donesyn2019-12-271-0/+21