1. 07 4月, 2014 1 次提交
  2. 15 2月, 2014 1 次提交
  3. 12 2月, 2014 1 次提交
  4. 04 1月, 2014 1 次提交
  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. 14 11月, 2013 1 次提交
    • K
      test: Clean up xfail-{fast,win32} tests · fcf98448
      klutzy 提交于
      Rename {struct-update,fsu}-moves-and-copies, since win32
      failed to run the test since UAC prevents any executable whose
      name contaning "update". (#10452)
      
      Some tests related to #9205 are expected to fail on gcc 4.8,
      so they are marked as `xfail-win32` instead of `xfail-fast`.
      
      Some tests using `extra::tempfile` fail on win32 due to #10462.
      Mark them as `xfail-win32`.
      fcf98448
  7. 22 10月, 2013 1 次提交
  8. 10 10月, 2013 1 次提交
    • A
      Use the result of privacy for reachability · b0f6c29b
      Alex Crichton 提交于
      This fixes a bug in which the visibility rules were approximated by
      reachability, but forgot to cover the case where a 'pub use' reexports a private
      item. This fixes the commit by instead using the results of the privacy pass of
      the compiler to create the initial working set of the reachability pass.
      
      This may have the side effect of increasing the size of metadata, but it's
      difficult to avoid for correctness purposes sadly.
      
      Closes #9790
      b0f6c29b
  9. 05 7月, 2013 1 次提交
  10. 24 6月, 2013 1 次提交
  11. 28 3月, 2013 1 次提交
  12. 16 3月, 2013 1 次提交
  13. 15 2月, 2013 2 次提交
  14. 02 2月, 2013 1 次提交
  15. 31 1月, 2013 2 次提交
  16. 12 1月, 2013 2 次提交
  17. 05 1月, 2013 1 次提交
  18. 11 12月, 2012 1 次提交
  19. 01 12月, 2012 1 次提交