1. 29 3月, 2020 4 次提交
  2. 28 3月, 2020 3 次提交
  3. 27 3月, 2020 1 次提交
  4. 26 3月, 2020 2 次提交
  5. 25 3月, 2020 7 次提交
  6. 24 3月, 2020 7 次提交
  7. 23 3月, 2020 5 次提交
  8. 22 3月, 2020 3 次提交
  9. 21 3月, 2020 5 次提交
  10. 20 3月, 2020 3 次提交
    • D
      refactor: move code from fs.rs into ops/fs.rs (#4428) · 69303e21
      dubiousjim 提交于
      This a complex boring PR that shifts around code (primarily) in cli/fs.rs and
      cli/ops/fs.rs. The gain of this refactoring is to ease the way for #4188 and
      #4017, and also to avoid some future development pain.
      
      Mostly there is no change in functionality. Except:
      * squashed bugs where op_utime and op_chown weren't using `resolve_from_cwd`
      * eliminated the use of the external `remove_dir_all` crate.
      * op_chmod now only queries metadata to verify file/dir exists on Windows (it
        will already fail on Unix if it doesn't)
      * op_chown now verifies the file/dir's existence on Windows like chmod does.
      69303e21
    • S
      Add require-await lint rule (#4401) · 798904b0
      Samrith Shankar 提交于
      798904b0
    • N
      35f6e2e4