1. 06 5月, 2013 1 次提交
  2. 30 4月, 2013 1 次提交
  3. 28 4月, 2013 1 次提交
  4. 23 4月, 2013 1 次提交
  5. 21 4月, 2013 2 次提交
  6. 20 4月, 2013 1 次提交
  7. 14 4月, 2013 1 次提交
  8. 10 4月, 2013 2 次提交
  9. 05 4月, 2013 1 次提交
  10. 03 4月, 2013 2 次提交
  11. 01 4月, 2013 1 次提交
  12. 30 3月, 2013 2 次提交
    • N
      Add AbiSet and integrate it into the AST. · 6965fe4b
      Niko Matsakis 提交于
      I believe this patch incorporates all expected syntax changes from extern
      function reform (#3678). You can now write things like:
      
          extern "<abi>" fn foo(s: S) -> T { ... }
          extern "<abi>" mod { ... }
          extern "<abi>" fn(S) -> T
      
      The ABI for foreign functions is taken from this syntax (rather than from an
      annotation).  We support the full ABI specification I described on the mailing
      list.  The correct ABI is chosen based on the target architecture.
      
      Calls by pointer to C functions are not yet supported, and the Rust type of
      crust fns is still *u8.
      6965fe4b
    • P
      librustc: Remove `fail_unless!` · 1e915955
      Patrick Walton 提交于
      1e915955
  13. 29 3月, 2013 1 次提交
  14. 27 3月, 2013 2 次提交
  15. 23 3月, 2013 1 次提交
  16. 22 3月, 2013 1 次提交
  17. 21 3月, 2013 2 次提交
  18. 20 3月, 2013 1 次提交
  19. 19 3月, 2013 3 次提交
  20. 14 3月, 2013 3 次提交
  21. 12 3月, 2013 2 次提交
  22. 08 3月, 2013 2 次提交
  23. 05 3月, 2013 2 次提交
  24. 01 3月, 2013 1 次提交
  25. 28 2月, 2013 1 次提交
  26. 26 2月, 2013 1 次提交
  27. 25 2月, 2013 1 次提交