1. 22 2月, 2015 1 次提交
  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 3 次提交
    • B
      Upgrade to latest Rust · 055854d8
      Ben S 提交于
      - std::os -> std::env
      055854d8
    • B
      Refactor the code after tree view changes · 42ae7b3d
      Ben S 提交于
      - Turn the views and main program loop into structs, rather than just as one gigantic function
      - Separate views into their own files
      
      The addition of the git column and the tree view meant that a lot of functions now just took extra arguments that didn't seem to fit. For example, it didn't really work to have only one 'view' method that printed out everything, as the different view options now all take different parameters.
      42ae7b3d
    • B
      Use the new IntoIterator trait · 5f2acf57
      Ben S 提交于
      See RFC 235
      5f2acf57
  11. 04 2月, 2015 9 次提交