1. 26 3月, 2015 2 次提交
    • B
      Move all optional features into features module · 2ffa64cf
      Ben S 提交于
      This module provides feature-specific implementations, and also dummy implementations for when they aren't supported by the system or OS.
      
      Doing it this way limits all the #[cfg(feature)] annotations, as we can now just include the module or not.
      2ffa64cf
    • B
      Versions bump for latest Rust · 697e1e66
      Ben S 提交于
      - Changes to users crate
      697e1e66
  2. 23 3月, 2015 2 次提交
  3. 22 3月, 2015 4 次提交
  4. 17 3月, 2015 1 次提交
  5. 12 3月, 2015 1 次提交
  6. 11 3月, 2015 7 次提交
  7. 08 3月, 2015 4 次提交
  8. 07 3月, 2015 1 次提交
  9. 04 3月, 2015 3 次提交
  10. 02 3月, 2015 4 次提交
  11. 01 3月, 2015 1 次提交
    • B
      current_dir -> getcwd · 027ca60d
      Ben S 提交于
      current_dir returns a new PathBuf, but getcwd returns an old Path. One day I'll have to upgrade to the new Path library. One day.
      
      Fixes #41.
      027ca60d
  12. 27 2月, 2015 2 次提交
  13. 26 2月, 2015 8 次提交