1. 15 11月, 2015 4 次提交
  2. 05 11月, 2015 2 次提交
  3. 04 11月, 2015 12 次提交
  4. 03 11月, 2015 2 次提交
    • B
      Upgrade to latest ansi_term · 63bd929e
      Ben S 提交于
      Changes to the way ANSIStrings work mean we need to dereference the strings before putting them in an ANSIString. There's more that can be done here, but this gets it to compile for now.
      63bd929e
    • B
      Feature slice_splits and vec_resize stabilised · bc470732
      Ben S 提交于
      As of rustc 1.6.0-nightly (1a2eaffb6 2015-10-31), anyway.
      bc470732
  5. 30 10月, 2015 1 次提交
  6. 19 10月, 2015 1 次提交
  7. 02 10月, 2015 4 次提交
  8. 28 9月, 2015 1 次提交
    • R
      Fix integer length error on 32bit environment · 3dbc441c
      rhysd 提交于
      this commit fixes below type mismatch error:
      
      ```
      src/output/details.rs:585:49: 585:60 error: mismatched types:
       expected `i64`,
          found `i32`
      (expected i64,
          found i32) [E0308]
      src/output/details.rs:585         let date = self.tz.at(LocalDateTime::at(timestamp.0));
                                                                                ^~~~~~~~~~~
      src/output/details.rs:585:49: 585:60 help: run `rustc --explain E0308` to see a detailed explanation
      error: aborting due to previous error
      Could not compile `exa`.
      ```
      3dbc441c
  9. 21 9月, 2015 1 次提交
  10. 16 9月, 2015 3 次提交
  11. 14 9月, 2015 1 次提交
  12. 06 9月, 2015 1 次提交
  13. 04 9月, 2015 6 次提交
  14. 03 9月, 2015 1 次提交