Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix overblown numeric handling | Philipp Gesang | 2021-11-10 | 1 | -12/+12 |
| | | | | The ergonomics of these changed quite a while back. | ||||
* | remove redundant lifetime | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | switch from lazy_static to atomics | Philipp Gesang | 2021-11-10 | 1 | -7/+4 |
| | | | | Yeah const fn! | ||||
* | deal with bitrot and archaic idioms | Philipp Gesang | 2021-11-10 | 1 | -94/+90 |
| | | | | Mostly adapting to match ergonomics. | ||||
* | remove gratuitous use of unsafe | Philipp Gesang | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | switch from getopts to clap | Philipp Gesang | 2021-11-10 | 1 | -97/+87 |
| | | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore. | ||||
* | format with rustfmt | Philipp Gesang | 2021-11-10 | 1 | -338/+285 |
| | |||||
* | use lazy_static instead of raw global | Philipp Gesang | 2021-11-10 | 1 | -8/+11 |
| | | | | This crate would have been handy back in the days. | ||||
* | Fix building against current rust versions | Andrew Clemons | 2017-01-09 | 1 | -30/+13 |
| | |||||
* | vtcol.rs: update for rustc 1.4 | Philipp Gesang | 2015-09-15 | 1 | -5/+14 |
| | |||||
* | vtcol.rs: reinstate usage message | Philipp Gesang | 2015-05-26 | 1 | -1/+5 |
| | |||||
* | vtcol.rs: enable verbose messages on demand | Philipp Gesang | 2015-05-08 | 1 | -14/+26 |
| | |||||
* | vtcol.rs: read from stdin if passed dash as file or scheme name | Philipp Gesang | 2015-05-08 | 1 | -3/+7 |
| | |||||
* | vtcol.rs: output instructions when reading from stdin | Philipp Gesang | 2015-05-08 | 1 | -1/+3 |
| | |||||
* | vtcol.rs: choose correct type of argument passed to write() | Philipp Gesang | 2015-05-08 | 1 | -1/+1 |
| | | | | | | | D’oh! Thanks to /u/DroidLogician for the pointer: http://www.reddit.com/r/rust/comments/3588d4/suggestions_for_handling_architecturedependent/cr22okf | ||||
* | vtcol.rs: adapt line-wise iteration | Philipp Gesang | 2015-05-08 | 1 | -24/+28 |
| | |||||
* | vtcol.rs: optionally read scheme from string | Philipp Gesang | 2015-05-07 | 1 | -12/+41 |
| | |||||
* | vtcol.rs: finally catch up with 1.0; lots of “feature” directives | Philipp Gesang | 2015-05-07 | 1 | -9/+14 |
| | |||||
* | vtcol.rs: catch up with argv and string handling (does not build atm) | Philipp Gesang | 2015-05-07 | 1 | -8/+9 |
| | |||||
* | vtcol.rs: adapt for 64 bit machine | Philipp Gesang | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | vtcol.rs: remove extraneous lifetimes | Philipp Gesang | 2015-05-07 | 1 | -9/+8 |
| | | | | | Did the lifetime analysis improve? These were required last time I checked … | ||||
* | vtcol.rs: adapt symbol paths for fs, io and std | Philipp Gesang | 2015-05-07 | 1 | -5/+5 |
| | |||||
* | vtcol.rs: prefer “Debug” over “Show” when deriving pretty printers | Philipp Gesang | 2015-05-07 | 1 | -4/+4 |
| | |||||
* | vtcol.rs: adapt type suffixes for current Rust | Philipp Gesang | 2015-05-07 | 1 | -30/+30 |
| | |||||
* | vtcol.rs: move to ./src tree | Philipp Gesang | 2015-05-03 | 1 | -0/+608 |