1. 24 1月, 2015 2 次提交
  2. 13 1月, 2015 5 次提交
  3. 12 1月, 2015 1 次提交
  4. 01 1月, 2015 1 次提交
  5. 24 12月, 2014 1 次提交
  6. 18 12月, 2014 2 次提交
  7. 15 12月, 2014 1 次提交
  8. 12 12月, 2014 1 次提交
  9. 26 11月, 2014 1 次提交
  10. 25 11月, 2014 3 次提交
  11. 24 11月, 2014 3 次提交
  12. 23 7月, 2014 3 次提交
  13. 22 7月, 2014 1 次提交
    • B
      Upgrade to latest Rust nightly · 4cbc1f06
      Ben S 提交于
      - Lifetime changes in unix.rs
      - lexical_ordering -> cmp
      - from_utf8_lossy got moved into String
      - vec.get(n) -> vec[n]
      4cbc1f06
  14. 08 7月, 2014 1 次提交
  15. 07 7月, 2014 1 次提交
    • B
      Add grid view by default · 728f9f18
      Ben S 提交于
      This makes it more like ls. The --long (-l) argument has been added to get at the old behaviour, and the --links argument is now on -H. I can't crib this behaviour from ls because it shows it by default.
      
      TODO: The terminal size is currently assumed to be 80, and it uses the string length, rather than the width.
      728f9f18
  16. 06 7月, 2014 1 次提交
  17. 30 6月, 2014 1 次提交
  18. 29 6月, 2014 1 次提交
  19. 27 6月, 2014 1 次提交
    • B
      Highlight groups the user is a member of · b337f917
      Ben S 提交于
      First non-trivial change for a while... because this involves reading from the OS, we should cache as much as we can in memory. So, group membership checking is done immediately after reading a group name, as the group structure has already been populated.
      b337f917
  20. 24 6月, 2014 1 次提交
  21. 22 6月, 2014 3 次提交
  22. 18 6月, 2014 1 次提交
    • B
      Upgrade to latest Rust nightly · 2bb563d4
      Ben S 提交于
      - s/syntax/phase
      - no more boxed array syntax
      - getopts fail implements Show
      - option#expect now requires &str
      2bb563d4
  23. 01 6月, 2014 2 次提交
  24. 28 5月, 2014 1 次提交
  25. 27 5月, 2014 1 次提交