1. 05 5月, 2014 4 次提交
    • B
      Upgrade to latest Rust nightly · d6e34723
      Ben S 提交于
      Replace ~strs with either &'static strs or .to_owned() strs where appropriate
      Fields now seem to be private by default - good!
      d6e34723
    • B
      Fix various warnings · e4cee378
      Ben S 提交于
      e4cee378
    • B
      Split source out into multiple files · 10b8f6f4
      Ben S 提交于
      Also, reverse the way columns are rendered: before, a column took a stat and a name to render; now, a file takes a column type to render. This means that most of the File data/methods can be private.
      10b8f6f4
    • B
      Add --all command-line option · e0fc84e8
      Ben S 提交于
      Also add command-line-option-handling code.
      e0fc84e8
  2. 04 5月, 2014 1 次提交
  3. 03 5月, 2014 3 次提交