summaryrefslogtreecommitdiffstats
path: root/src/filetype.rs
AgeCommit message (Expand)Author
2015-05-12Where do all these tabs keep coming from?Ben S
2015-05-10Move file type colours to their own structBen S
2015-05-09Add colours module, and disable them sometimesBen S
2015-05-09Clean up filetype-detecting codeBen S
2015-05-07Highlight executable files in greenBen S
2015-04-23Temporarily disable tests (!)Ben S
2015-04-23Use new io + path + fs libraries (LOTS OF CHANGES)Ben S
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-07Simplify compiled file checking codeBen S
2015-03-07Simplify filetype detection codeBen S
2015-02-22Get rid of explicit `as_slice()` calls.Steven Allen
2015-02-21Code cleanups in filetype detectionv0.1.0Ben S
2015-02-04Fix tests from tree view falloutBen S
2015-01-28Upgrade to latest RustBen S
2015-01-26Cache the lowercased extensionBen S
2015-01-26Update #[derive] namesBen S
2015-01-24Convert docs to standard formatBen S
2015-01-01to_ascii_lower -> to_ascii_lowercaseBenjamin Sago
2014-12-14Make copyable values copyableBen S
2014-12-12Miscellaneous little optimisationsBen S
2014-12-12Whitespace fixesBen S
2014-12-02Upgrade to latest RustBen S
2014-11-26Upgrade to latest ansi_termBen S
2014-11-24List files and directories separatelyBen S
2014-11-23Add some more file extensionsBen S
2014-11-23Upgrade to latest Rust nightlyBen S
2014-07-22Match file extensions case-insensitivelyBen S
2014-07-04Import Paint trait from rust-ansi-termBen S
2014-07-01Move some stuff out to rust-ansi-term crateBen S
2014-06-30Standardise on a greyBen S
2014-06-29Properly handle invalid UTF-8 filenamesBen S
2014-06-28Highlight common build filesBen S
2014-06-28Move to CargoBen S