summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* where should be option, not argHEADmastersyn2021-03-121-9/+15
|
* remove templatessyn2021-03-112-13/+1
| | | | this is kinda annoying and useless feature
* Add where subcommandsyn2021-03-114-27/+29
|
* Automatic version from Cargo.tomlsyn2020-12-081-1/+1
|
* cargo fmtsyn2020-12-0811-187/+154
|
* Some minor refinementssyn2020-12-082-3/+3
|
* Add C backendsyn2020-12-083-2/+107
|
* Fix maxrss on macossyn2020-02-272-1/+13
| | | | | On BSDs ru_maxrss measures in bytes, so fix output for bsd systems (incl macos)
* Workaround wait4 on MacOSsyn2020-02-271-1/+16
| | | | | rust's libc does not provide wait4 call on MacOS, so introduce workaround to manually extern it.
* Abort if no config foundsyn2020-02-182-18/+10
|
* Print info to stderrsyn2020-02-141-2/+3
|
* deserialize duration from floatssyn2020-02-145-10/+48
|
* Improve error handlingsyn2020-02-147-75/+83
|
* timeout'ed waiter for processsyn2020-02-099-100/+275
|
* 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-073-36/+5
| | | | Piping is a shell's job, not evr's
* Lil refactorsyn2020-02-071-1/+3
|
* Extract 'stdin from file' & add to clangsyn2020-01-183-19/+26
|
* Report if reading test from filesyn2020-01-181-2/+5
|
* Support reporting signalled processessyn2020-01-184-24/+71
|
* Use std::iosyn2020-01-181-5/+5
|
* Remove structoptsyn2020-01-181-28/+25
| | | | There are 3 options, so structopt is an unnecessary dependency
* Actually use compiler's return codesyn2020-01-171-1/+5
|
* Use io error types directlysyn2020-01-171-3/+4
|
* Get rid of some optionssyn2020-01-171-17/+3
|
* Add c/cxx supportsyn2020-01-161-5/+68
|
* Support tmp dir to place binariessyn2020-01-162-0/+20
|
* Add timeout featuresyn2020-01-141-7/+25
|
* Mo refactorsyn2020-01-141-4/+26
|
* Some more refactoringsyn2020-01-142-4/+5
|
* Some refactoringsyn2020-01-133-24/+15
|
* Something is donesyn2019-12-275-0/+261