summaryrefslogtreecommitdiffstats
path: root/src/output/details.rs
AgeCommit message (Expand)Author
2023-02-24Fix borrowing code smellsVictor Song
2023-02-24Safely derive `Eq` whenever we derive `PartialEq`Victor Song
2022-03-17workaround for num_cpus returning 0 (#1034)Abhilash Balaji
2021-05-08Fix all remaining clippy warningsariasuni
2020-10-24Move icon generation into file name moduleBenjamin Sago
2020-10-23Move common icons option to file style structview-optionsBenjamin Sago
2020-10-23a small formatting changeBenjamin Sago
2020-10-22Massive theming and view options refactorBenjamin Sago
2020-10-13New set of lints, and Rust 2018 idiomsBenjamin Sago
2020-10-13Move Git shared state to structsBenjamin Sago
2020-10-13IO import changesBenjamin Sago
2020-10-12Replace Misfire with a testable OptionsResultBenjamin Sago
2020-10-10Batch source formattingBenjamin Sago
2020-10-10Better referencingBenjamin Sago
2020-10-10Just straight-up roll our own loggerBenjamin Sago
2020-10-10Fix bug where files were Git-ignored too oftenBenjamin Sago
2020-04-19Use git2 instead of parsing .gitignore for --git-ignoreariasuni
2020-01-19Merge pull request #598 from FliegendeWurst/s-none-sortingBenjamin Sago
2019-10-12Optimize file table creation, fixes #484 as a side-effectFliegendeWurst
2019-07-19Update to Rust 2018Bond_009
2019-07-15Merge branch 'glyphs' of https://github.com/asoderman/exa into asoderman-glyphsBenjamin Sago
2019-07-15Merge branch 'fix-warnings-and-rust-2018' of https://github.com/ariasuni/exa ...Benjamin Sago
2019-07-13Fix a couple warningsBenjamin Sago
2018-12-16Fix clippy warnings and explicitely ignore a few, fix future deprecationariasuni
2018-06-19fix most clippy warningsThibaut Brandscheid
2018-04-01Added icons for --long viewAlex Soderman
2018-02-14Create worker threads only once (for performance)Alexandru Macovei
2017-10-08Rename broken_arrow to broken_symlinkBenjamin Sago
2017-10-08Use colour traits when possibleBenjamin Sago
2017-09-30Thread an ignore cache through the programBenjamin Sago
2017-09-13Reword this commentBenjamin Sago
2017-09-02Allow --git --tree, tooBenjamin Sago
2017-09-02Only display Git column for directories with reposBenjamin Sago
2017-09-01Don’t pass Dirs to the TableBenjamin Sago
2017-09-01Redo Git implementation to allow --git --recurseBenjamin Sago
2017-08-28Use a global Git cacheBenjamin Sago
2017-08-26Move Colours and LSColors to their own moduleBenjamin Sago
2017-08-20A tree only needs the tree styleBenjamin Sago
2017-08-19Now we can log OS error 95Benjamin Sago
2017-08-11Hide xattr errors unless --extendedBenjamin Sago
2017-07-24Move filter and dir_action from options to fsBenjamin Sago
2017-07-08Make not showing paths in link targets the defaultBenjamin Sago
2017-07-08Replace FileName::new with a factoryBenjamin Sago
2017-07-05Move Environment to a table’s OptionsBenjamin Sago
2017-07-05Rename Columns to table::OptionsBenjamin Sago
2017-07-05Environment Default traitBenjamin Sago
2017-07-04Fix tree permissions bugBenjamin Sago
2017-07-04Give Tree its own iteratorBenjamin Sago
2017-07-04Move this upBenjamin Sago
2017-07-03Rename some stuffBenjamin Sago