1. 09 4月, 2015 2 次提交
  2. 04 4月, 2015 2 次提交
  3. 26 3月, 2015 1 次提交
  4. 23 3月, 2015 1 次提交
    • B
      Upgrade to latest Rust · 9c2858e4
      Ben S 提交于
      - old_path::Path isn't imported by default anymore
      - range -> ..
      9c2858e4
  5. 22 3月, 2015 1 次提交
  6. 17 3月, 2015 1 次提交
  7. 12 3月, 2015 1 次提交
  8. 08 3月, 2015 1 次提交
  9. 02 3月, 2015 2 次提交
  10. 22 2月, 2015 1 次提交
  11. 21 2月, 2015 1 次提交
    • B
      Versions bump · e15f72f0
      Ben S 提交于
      This compiles, but with manymany warnings.
      e15f72f0
  12. 17 2月, 2015 1 次提交
  13. 14 2月, 2015 1 次提交
  14. 13 2月, 2015 1 次提交
    • B
      Upgrade to latest Rust · ec51867a
      Ben S 提交于
      - Update package versions
      - locale::default -> locale::english
      - Argument handling changes
      ec51867a
  15. 11 2月, 2015 2 次提交
    • B
      Translate month names into the user's locale · 2906b867
      Ben S 提交于
      This has been mostly done with changes in the datetime crate's suddenly
      supporting locales.
      
      It's still important that the user's locale is touched only once and
      cached from that point on, so a struct in output::details has been made
      public, along with that module. This will change later as that object
      gains more and more uses thoughout the codes.
      2906b867
    • B
      Format file size in bytes with the user's locale · 21ac16f8
      Ben S 提交于
      Use the `locale` crate as a dependency to read in the set
      thousands-separator character, and pass this to the file size column,
      which uses it to add the separators in.
      
      en_GB uses ","
      fr_FR uses "" and just displays the numbers in one go.
      21ac16f8
  16. 10 2月, 2015 3 次提交
  17. 08 2月, 2015 1 次提交
  18. 06 2月, 2015 1 次提交
  19. 04 2月, 2015 3 次提交
  20. 01 2月, 2015 1 次提交
  21. 29 1月, 2015 1 次提交
  22. 27 1月, 2015 1 次提交
    • B
      Preliminary Git support! · 90d4684d
      Ben S 提交于
      This is something that I've long wanted to add. It uses libgit2 as an optional dependency.
      90d4684d
  23. 12 1月, 2015 2 次提交
  24. 07 1月, 2015 1 次提交
  25. 05 1月, 2015 1 次提交
    • B
      Upgrade to latest Rust · d400231d
      Ben S 提交于
      Also, remove dependency on the Regex library by replacing the one place it was used with standard code that should hopefully be faster anyway.
      d400231d
  26. 04 1月, 2015 1 次提交
  27. 24 12月, 2014 1 次提交
  28. 18 12月, 2014 1 次提交
  29. 12 12月, 2014 3 次提交