1. 22 2月, 2015 12 次提交
  2. 21 2月, 2015 2 次提交
    • B
      Upgrade to latest Rust · b2ed264b
      Ben S 提交于
      - Feature flags changes (old_io, old_path)
      - Slice syntax changes ([] -> [..])
      b2ed264b
    • B
      Versions bump · e15f72f0
      Ben S 提交于
      This compiles, but with manymany warnings.
      e15f72f0
  3. 17 2月, 2015 1 次提交
  4. 14 2月, 2015 2 次提交
  5. 13 2月, 2015 2 次提交
  6. 11 2月, 2015 4 次提交
    • 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
      Use locale-defined decimal separator · e39a20a5
      Ben S 提交于
      Also, fix the broken tests by just using the default locale at test
      time.
      e39a20a5
    • B
      Add thousands seps to links and blocks columns · 84b18e55
      Ben S 提交于
      84b18e55
    • 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
  7. 10 2月, 2015 13 次提交
  8. 08 2月, 2015 2 次提交
  9. 06 2月, 2015 1 次提交
  10. 05 2月, 2015 1 次提交