Commit graph

65 commits

Author SHA1 Message Date
Aaron Power 8817762d7b Updated log, made changes recommended by clippy 2018-01-13 17:45:11 +00:00
Aaron Power 14f05734b4 Updated log 2018-01-06 19:06:20 +00:00
Aaron Power 477503e1ae Updated dependencies 2018-01-06 15:44:46 +00:00
Stjepan Glavina eb19471328 Update crossbeam to 0.2.12 (#171) 2018-01-06 14:37:53 +00:00
Igor Gnatenko 46ee5ff92f Bump serde_cbor to 0.8 (#167)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2018-01-01 22:53:59 +00:00
Igor Gnatenko c3b6fd7b77 bump ignore to 0.3, rayon to 0.9, handlebars to 0.29, hex to 0.3 (#158)
* bump ignore to 0.3

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* bump rayon to 0.9

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* bump handlebars to 0.29

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* bump hex to 0.3

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* bump lazy_static to 1

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2017-12-02 14:59:44 +00:00
equal-l2 78112951ae Use eprintln! (#147)
eprint! and eprintln! has been introduced on Rust 1.19.0
They provides same functionalities as err! and errln!
2017-09-30 16:25:26 +01:00
Aaron Power 742e0e1754 Updated version 2017-08-31 20:11:35 +01:00
Aaron Power 37e0824cf7 Fixes #138, updated Cargo.lock 2017-08-31 20:11:00 +01:00
Aaron Power f53c796f27 Changed how tokei searches through files.
Updated dependencies
Changed languages.json formatting
2017-08-11 00:07:58 +01:00
Aaron Power 3b5aea4b91 Fixed #134, updated dependencies, clarified errors
Fixed an issue where if the ending comment was shorter than the starting
multi line comment the endding comment would be ignored.
2017-07-27 17:00:57 +01:00
Vanessa McHale 177d28988a added hamlet, cassius, lucius, cabal, nix, happy, alex, and madlang support (#133)
* update Cargo.lock so it builds + added hamlet, cassius, and madlang

* added more languages

* added .cabal files

* cabal comments

* no dhall extension yet :(
2017-07-16 20:42:57 +01:00
Aaron Power 2ac6693ca1 updated cargo.lock and changed trim 2017-03-28 21:00:48 +01:00
Aaron Power d3dc298708 Updated to use serde_derive, better tests, now uses macro for cli, updated dependencies 2017-02-15 19:42:08 +00:00
Adam Chodorowski 0867d97398 Update env_logger to 0.4 (#103)
This avoids bringing in another version of `regex` (and it's dependencies).
2017-02-10 12:22:24 +00:00
Aaron Power b7a892f475 v5.0.6: Updated dependencies, fixed exclude bug, and now defaults to
running the current directory over failing.
2017-01-15 00:22:28 +00:00
Aaron Power f6871e101c fixed json test 2017-01-03 14:38:38 +00:00
Aaron Power c08f113c2d version 5: optimised stats, language generation 2017-01-03 00:02:18 +00:00
Aaron Power 759e49d1ea Version bump 2016-12-08 23:31:36 +00:00
Aaron Power 5c11e76c88 Updated dependencies, changed some unwraps with expect, and made
build process drier
2016-12-08 23:31:35 +00:00
David Tolnay d8c77fa5f6 Update to serde_json 0.8.4 (#85) 2016-12-08 23:31:35 +00:00
Aaron Power ca9d1926fe Fixed serialisation features 2016-12-03 13:22:56 +00:00
Aaron Power bf304dd8eb Fix for languages with no single line comments panicing 2016-11-27 18:13:30 +00:00
Aaron Power 9c0e7a204f Version bump, updated README, and CHANGELOG 2016-11-27 16:24:41 +00:00
Aaron Power 913752de0c Switched to using ignore, more parallelisation 2016-11-27 15:57:22 +00:00
Aaronepower a72121f67b Added heuristics 2016-11-26 16:33:28 +00:00
Aaronepower 5fab02a76d Simplified language definitions. 2016-10-27 00:55:22 +01:00
Aaronepower 073c64fc72 updated cargo.lock 2016-09-20 22:57:35 +01:00
Aaron Power 4541d2f394 Version bump, and updated changelog 2016-09-20 22:57:34 +01:00
Aaronepower 2e5c46d71a Enabled logging, using log & env_logger. Fixes #54 2016-09-20 21:49:47 +01:00
Aaronepower 9ec7499a2d Added encoding dependency, so now tokei can handle all files that encoding supports, fixes #53 2016-09-17 22:45:37 +01:00
Aaronepower bfc80d5b69 fixed regression, moved to tempdir for testing. 2016-09-08 20:52:11 +01:00
Aaron Power e2b7328275 add hex ihex rst 2016-08-30 17:54:45 +01:00
Aaronepower 704e47a01a updated changelog 2016-08-21 20:45:13 +01:00
Aaronepower c52597c806 version bump, speed increase 2016-08-16 00:29:52 +01:00
Aaron Power d5fa7da937 Version 4.1.0 2016-08-08 09:18:32 +01:00
Aaronepower a266e6e7da changed to toml on crates.io 2016-08-01 18:06:01 +01:00
Aaronepower 0f44c5b291 4.0.0 2016-08-01 12:22:53 +01:00
Aaronepower e4435402de Minimal version 2016-08-01 12:11:40 +01:00
Aaronepower b2790c4eee Weird trait problem 2016-08-01 09:53:09 +01:00
Aaronepower bfbfaa60fc First draft 2016-07-17 22:17:49 +01:00
Aaronepower 4e671b5fa9 removed syntex used new serde build process 2016-06-12 18:27:05 +01:00
Aaronepower a2bf592ff6 version 3.0.1 updated dependencies 2016-06-12 15:27:32 +01:00
Aaronepower 466a154243 version bump plus updated readme and changelog 2016-06-11 02:02:33 +01:00
Aaronepower b46bf60ab8 Fixed tests 2016-06-10 22:33:27 +01:00
Aaronepower 1e6a4c1015 feature parity 2016-06-07 12:09:22 +01:00
Aaronepower 08bc17c4dc fixed merge conflict 2016-06-01 22:05:23 +01:00
Aaronepower 461568e53d Updated syntex, and serde_codegen dependencies 2016-06-01 15:10:57 +01:00
Aaronepower 76be54b67d first attempt at moving stuff around 2016-06-01 15:08:36 +01:00
Aaronepower 5ecad644f4 Re ordering the files 2016-05-29 20:31:57 +01:00