1. 21 1月, 2014 1 次提交
  2. 03 1月, 2014 1 次提交
  3. 26 12月, 2013 1 次提交
    • A
      Test fixes and rebase conflicts · 6cad8f4f
      Alex Crichton 提交于
      * vec::raw::to_ptr is gone
      * Pausible => Pausable
      * Removing @
      * Calling the main task "<main>"
      * Removing unused imports
      * Removing unused mut
      * Bringing some libextra tests up to date
      * Allowing compiletest to work at stage0
      * Fixing the bootstrap-from-c rmake tests
      * assert => rtassert in a few cases
      * printing to stderr instead of stdout in fail!()
      6cad8f4f
  4. 25 12月, 2013 1 次提交
    • A
      Test fixes and rebase problems · 282f3d99
      Alex Crichton 提交于
      Note that this removes a number of run-pass tests which are exercising behavior
      of the old runtime. This functionality no longer exists and is thoroughly tested
      inside of libgreen and libnative. There isn't really the notion of "starting the
      runtime" any more. The major notion now is "bootstrapping the initial task".
      282f3d99
  5. 11 12月, 2013 1 次提交
    • J
      Make crate hash stable and externally computable. · b349036e
      Jack Moffitt 提交于
      This replaces the link meta attributes with a pkgid attribute and uses a hash
      of this as the crate hash. This makes the crate hash computable by things
      other than the Rust compiler. It also switches the hash function ot SHA1 since
      that is much more likely to be available in shell, Python, etc than SipHash.
      
      Fixes #10188, #8523.
      b349036e
  6. 27 9月, 2013 1 次提交
  7. 22 9月, 2013 1 次提交
  8. 17 8月, 2013 1 次提交
  9. 09 7月, 2013 1 次提交
  10. 01 7月, 2013 1 次提交
  11. 23 5月, 2013 2 次提交
  12. 11 4月, 2013 1 次提交
  13. 10 4月, 2013 1 次提交
  14. 02 2月, 2013 1 次提交
  15. 31 1月, 2013 1 次提交
  16. 09 1月, 2013 1 次提交
  17. 08 1月, 2013 2 次提交
  18. 25 12月, 2012 1 次提交
  19. 22 12月, 2012 1 次提交
  20. 14 12月, 2012 1 次提交
  21. 11 12月, 2012 1 次提交
  22. 13 10月, 2012 1 次提交
  23. 22 9月, 2012 1 次提交
  24. 12 9月, 2012 1 次提交
  25. 11 9月, 2012 1 次提交
  26. 06 9月, 2012 1 次提交
  27. 31 8月, 2012 1 次提交
  28. 12 7月, 2012 1 次提交
  29. 26 4月, 2012 1 次提交
  30. 14 12月, 2011 1 次提交
  31. 31 8月, 2011 3 次提交
  32. 04 8月, 2011 1 次提交
    • B
      Remove all xfail-stage0 directives · c5340284
      Brian Anderson 提交于
      While it is still technically possible to test stage 0, it is not part of any
      of the main testing rules and maintaining xfail-stage0 is a chore. Nobody
      should worry about how tests fare in stage0.
      c5340284
  33. 23 7月, 2011 1 次提交
  34. 16 6月, 2011 1 次提交
  35. 11 6月, 2011 1 次提交
  36. 13 5月, 2011 1 次提交