summaryrefslogtreecommitdiffstats
path: root/src/output
AgeCommit message (Expand)Author
2016-04-16Move a file's type out of its permissions fieldBenjamin Sago
2016-04-16Source file rearrangementsBenjamin Sago
2016-04-11Print the parent path for passed-in filesBenjamin Sago
2016-04-05Add Add impl and various tests for DisplayWidthBenjamin Sago
2016-03-31Always sort files the same wayBen S
2016-03-31Use only the time zone data present on the systemBen S
2016-03-17Remove unnecessary FileTypes traitBen S
2016-02-11Improve error when we can't find a time zoneBen S
2016-02-10Fix import of TZResultBen S
2016-02-10Improve system time zone detectionBen S
2016-02-10Update test timezone to one we know existsBen S
2016-02-10Rewrite tests to not use unwrapBen S
2016-02-10Update packages to latest versionsBen S
2016-01-16Fix bug where xattr '@' characters weren't shownBenjamin Sago
2016-01-16Use Mutex lock on only the users columnsBenjamin Sago
2015-12-22Move tree code to its module, and add testsBenjamin Sago
2015-12-22Use Vec::resize now that it has stabilisedBenjamin Sago
2015-12-22Move TreePart to its own moduleBenjamin Sago
2015-12-22Optimise importsBenjamin Sago
2015-12-20Move colours module into outputBenjamin Sago
2015-12-17Turn TextCellContents into a structBenjamin Sago
2015-12-17Rename cell 'length' to 'width'Benjamin Sago
2015-12-17Remove dependency between file and output modsBenjamin Sago
2015-12-17Encapsulate "display width" in a structBenjamin Sago
2015-12-17Replace Cells with growable TextCellsBenjamin Sago
2015-11-15Use lazy_static to cache datetime formatsBen S
2015-11-15Move time type picking to details moduleBen S
2015-11-14Move many Options structs to the output moduleBen S
2015-11-04Fix tree outputFlorian Gilcher
2015-11-04Reserve Vector elements instead of resizingFlorian Gilcher
2015-11-04Replace `sum` call by stable `fold(0, Add::add)`Florian Gilcher
2015-11-03Upgrade to latest ansi_termBen S
2015-10-02Fix warning when building on 64-bit systemsBen S
2015-09-28Fix integer length error on 32bit environmentrhysd
2015-09-21Upgrade to latest version of datetime crateBen S
2015-09-15Dismiss some compile-time warningsBenjamin Sago
2015-09-03Details view comments and tidy-upsBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Restore xattrs to their long view columnBen S
2015-08-26Use the correct ASCII for rows with errors/attrsBen S
2015-08-26Scan for nested files on-demand, not all the timeBen S
2015-08-26Print xattrs in tree view like we do errorsBen S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-25Fix bug where errors' tree parts ended earlyBen S
2015-08-25Display errors inline in the treeBen S
2015-08-25Comment correctionsBen S
2015-08-25Make the cells optional for display Rows.Ben S
2015-08-25Make Dir return an Iterator of files, not VecBen S
2015-08-03Allow --tree without --longBen S
2015-08-03Slim down symlink arrowBen S