1. 22 8月, 2019 3 次提交
  2. 19 8月, 2019 1 次提交
  3. 18 8月, 2019 2 次提交
  4. 17 8月, 2019 4 次提交
  5. 16 8月, 2019 1 次提交
  6. 15 8月, 2019 2 次提交
  7. 14 8月, 2019 3 次提交
  8. 13 8月, 2019 2 次提交
  9. 12 8月, 2019 2 次提交
  10. 10 8月, 2019 1 次提交
  11. 09 8月, 2019 3 次提交
  12. 08 8月, 2019 2 次提交
  13. 07 8月, 2019 4 次提交
  14. 06 8月, 2019 4 次提交
  15. 05 8月, 2019 1 次提交
  16. 04 8月, 2019 2 次提交
  17. 03 8月, 2019 1 次提交
  18. 02 8月, 2019 1 次提交
    • B
      build: support crate imports using an alias name · 5bca001f
      Bert Belder 提交于
      A crate can assign an alternative name, different from the crate name,
      when importing another crate. On the command line this looks like:
      
        rustc ... --extern foo_crate=path/to/bar_crate.rlib
      
      We need to support this so we can eventually upgrade to rand-0.7.x.
      5bca001f
  19. 01 8月, 2019 1 次提交