1. 24 Jan, 2022 9 commits
  2. 22 Jan, 2022 2 commits
  3. 21 Jan, 2022 1 commit
  4. 20 Jan, 2022 1 commit
  5. 19 Jan, 2022 4 commits
  6. 18 Jan, 2022 4 commits
  7. 17 Jan, 2022 3 commits
  8. 14 Jan, 2022 1 commit
  9. 13 Jan, 2022 4 commits
  10. 12 Jan, 2022 1 commit
  11. 11 Jan, 2022 4 commits
  12. 10 Jan, 2022 3 commits
  13. 09 Jan, 2022 2 commits
  14. 08 Jan, 2022 1 commit
    • Joey Territo's avatar
      fix(rust): fix `cargo` completion when sysroot contains spaces (#10571) · c6e7f890
      Joey Territo authored
      When generating completions for Cargo, if the Rust sysroot
      (i.e. `rustc +${${(z)$(rustup default)}[1]} --print sysroot`) contains
      spaces, Cargo completions will not work because the spaces are not
      escaped, thus passing two arguments to the "source" command instead of
      one. The spaces need to be escaped for this to work.
      c6e7f890