summaryrefslogtreecommitdiffstats
path: root/src/file.rs
AgeCommit message (Expand)Author
2015-05-16Replace the tests for File with the working subsetBen S
2015-05-16Rename 'stat' -> 'metadata'Ben S
2015-05-16Add some more comments and spacingsBen S
2015-05-12Lifetime-renaming action!Ben S
2015-05-12Move File fields to their own moduleBen S
2015-05-12Remove redundant importsBen S
2015-05-11Turn File into simply a data sourceBen S
2015-05-10Finally, do the same for the Git column.Ben S
2015-05-10Do the same for the Git columnBen S
2015-05-10Update most of the other columns to use coloursBen S
2015-05-10Straighten quotesBen 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-05-06The timestamp fields are now in seconds!Ben S
2015-05-03Remove broken conversionBen S
2015-05-03Use OS-defined permission bits typeBen S
2015-05-03Continue using new metadata fieldsBen S
2015-05-03Start following symlinks againBen S
2015-05-03Re-implement no-longer-missing metadata fieldsBen S
2015-05-03Permissions are back!Ben S
2015-05-03This comment is no longer relevantBen S
2015-05-03Update the type of Unix permission bitsBen S
2015-04-23Temporarily disable tests (!)Ben S
2015-04-23Use unicode_width crateBen S
2015-04-23Use new io + path + fs libraries (LOTS OF CHANGES)Ben S
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-26Move all optional features into features moduleBen S
2015-03-22Missed a feature flag...Ben S
2015-03-22Upgrade to latest RustBen S
2015-03-22The path_filename function/method isn't declared public. If the declaration i...Eirik Schwenke
2015-03-01current_dir -> getcwdBen S
2015-02-26Add --group-directories-first optionBen S
2015-02-24Fix a missing '/' in symlink targetsJonny Gilchrist
2015-02-23Merge branch 'nwin:add-xattr-linux'Ben S
2015-02-23Fix overflowing UIDs and GIDsBen S
2015-02-23Fix panic when previewing symlink to ., .., or /Ben S
2015-02-23Merge pull request #21 from coyotebush/git-pathsBen S
2015-02-22Merge pull request #19 from Stebalien/replace-as_sliceBen S
2015-02-23true -> falsenwin
2015-02-22Improve matching of Git status entries to filesCorey Ford
2015-02-22Using the same alignment as ls.nwin
2015-02-22Using convenience method and using extended clusters as recommended.nwin
2015-02-22Get rid of explicit `as_slice()` calls.Steven Allen
2015-02-22Rename attr to xattrnwin
2015-02-22Implement display of extended attributesnwin
2015-02-21Upgrade to latest RustBen S
2015-02-13DetabBen S
2015-02-13Use ansi_term's awesome new continuation coloursBen S
2015-02-12Upgrade to latest RustBen S