summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-02-04unwrap_err() now uses DebugBen S
2015-02-04Fix tests from tree view falloutBen S
2015-02-04Replace hash marks with decent-looking treeBen S
2015-02-03Have tree view obey filtering and sortingBen S
2015-02-03Turn the file filter options into their own structBen S
2015-02-03Make filename not a columnBen S
2015-02-03Replace tuple with actual structBen S
2015-02-03Initial tree implementationBen S
2015-02-01What the heck?Ben S
2015-02-01Recurse into directoriesBen S
2015-01-31Fix failing testsBen S
2015-01-31Prevent crash for filenames with no componentsBen S
2015-01-31Code changes in preparation for recursionBen S
2015-01-29Add a bunch of feature flagsBen S
2015-01-28Change the way columns are createdBen S
2015-01-28Upgrade to latest RustBen S
2015-01-28Oops, fix --no-default-features compilationBen S
2015-01-28Compare vectors, not stringsBen S
2015-01-28Implement Git status for directoriesBen S
2015-01-27Don't even show the column without the featureBen S
2015-01-27Preliminary Git support!Ben S
2015-01-26Make all fields of Dir privateBen S
2015-01-26Cache the lowercased extensionBen S
2015-01-26Update #[derive] namesBen S
2015-01-25Simplify columns view codeBenjamin Sago
2015-01-25Test extension extractionBenjamin Sago
2015-01-25Test highlighting of groups and group namesBenjamin Sago
2015-01-25Test highlighting of usernamesBenjamin Sago
2015-01-24Extract symlink stuff into its own methodBenjamin Sago
2015-01-24Do column width calculations ourselves (speedup)Benjamin Sago
2015-01-24Correct argument nameBenjamin Sago
2015-01-24Forbid a few more option combinationsBenjamin Sago
2015-01-24Add all-important dotsBenjamin Sago
2015-01-24Make some fields privateBen S
2015-01-24Actually use the is_dotfile methodBen S
2015-01-24Convert docs to standard formatBen S
2015-01-23Rename exa.rs to main.rsBen S
2015-01-23Upgrade to latest Rust, and move options codeBen S
2015-01-13Fix header-printing logicBenjamin Sago
2015-01-13Forbid certain argument combinationsBenjamin Sago
2015-01-12Make option parsing unit-testableBenjamin Sago
2015-01-12rm trailing whitespaceBenjamin Sago
2015-01-12Allow for different types of failureBenjamin Sago
2015-01-12Move viewing code to its own moduleBenjamin Sago
2015-01-12Main code tidy-upsBenjamin Sago
2015-01-12Make some options fields privateBenjamin Sago
2015-01-12Upgrade to Rust alphaBenjamin Sago
2015-01-05Upgrade to latest RustBen S
2015-01-04Library and Rust upgradesBen S
2015-01-01to_ascii_lower -> to_ascii_lowercaseBenjamin Sago