1. 09 3月, 2014 1 次提交
  2. 08 1月, 2014 1 次提交
  3. 04 1月, 2014 1 次提交
  4. 27 12月, 2013 1 次提交
  5. 15 12月, 2013 1 次提交
  6. 12 12月, 2013 1 次提交
  7. 09 11月, 2013 2 次提交
  8. 02 10月, 2013 1 次提交
    • D
      remove the `float` type · c9d4ad07
      Daniel Micay 提交于
      It is simply defined as `f64` across every platform right now.
      
      A use case hasn't been presented for a `float` type defined as the
      highest precision floating point type implemented in hardware on the
      platform. Performance-wise, using the smallest precision correct for the
      use case greatly saves on cache space and allows for fitting more
      numbers into SSE/AVX registers.
      
      If there was a use case, this could be implemented as simply a type
      alias or a struct thanks to `#[cfg(...)]`.
      
      Closes #6592
      
      The mailing list thread, for reference:
      
      https://mail.mozilla.org/pipermail/rust-dev/2013-July/004632.html
      c9d4ad07
  9. 30 7月, 2013 1 次提交
  10. 20 7月, 2013 1 次提交
  11. 19 7月, 2013 1 次提交
  12. 18 7月, 2013 1 次提交
  13. 28 6月, 2013 2 次提交
  14. 24 6月, 2013 1 次提交
  15. 19 6月, 2013 1 次提交
  16. 05 6月, 2013 1 次提交
  17. 30 5月, 2013 1 次提交
  18. 23 5月, 2013 1 次提交
  19. 21 5月, 2013 1 次提交
  20. 19 5月, 2013 1 次提交
  21. 16 5月, 2013 2 次提交
  22. 15 5月, 2013 2 次提交
  23. 09 4月, 2013 1 次提交
    • D
      clone: managed boxes need to clone by shallow copy · 68d17bca
      Daniel Micay 提交于
      Performing a deep copy isn't ever desired for a persistent data
      structure, and it requires a more complex implementation to do
      correctly. A deep copy needs to check for cycles to avoid an infinite
      loop.
      68d17bca
  24. 06 4月, 2013 2 次提交
  25. 27 3月, 2013 1 次提交
  26. 16 3月, 2013 1 次提交
  27. 10 3月, 2013 1 次提交
  28. 15 2月, 2013 2 次提交
  29. 31 1月, 2013 1 次提交
  30. 13 1月, 2013 1 次提交
  31. 04 12月, 2012 1 次提交
  32. 28 11月, 2012 1 次提交