1. 21 9月, 2018 1 次提交
  2. 22 4月, 2015 1 次提交
  3. 21 4月, 2015 1 次提交
  4. 27 3月, 2015 1 次提交
  5. 18 2月, 2015 1 次提交
  6. 30 1月, 2015 1 次提交
  7. 13 11月, 2014 1 次提交
  8. 12 11月, 2014 1 次提交
  9. 22 7月, 2014 1 次提交
  10. 25 6月, 2014 1 次提交
    • N
      librustc: Remove the fallback to `int` from typechecking. · 9e3d0b00
      Niko Matsakis 提交于
      This breaks a fair amount of code. The typical patterns are:
      
      * `for _ in range(0, 10)`: change to `for _ in range(0u, 10)`;
      
      * `println!("{}", 3)`: change to `println!("{}", 3i)`;
      
      * `[1, 2, 3].len()`: change to `[1i, 2, 3].len()`.
      
      RFC #30. Closes #6023.
      
      [breaking-change]
      9e3d0b00
  11. 14 4月, 2014 1 次提交
  12. 07 4月, 2014 1 次提交
  13. 12 2月, 2014 1 次提交
  14. 23 11月, 2013 1 次提交
  15. 09 7月, 2013 1 次提交
    • J
      Replaces the free-standing functions in f32, &c. · 1aae28a5
      Jens Nockert 提交于
      The free-standing functions in f32, f64, i8, i16, i32, i64, u8, u16,
      u32, u64, float, int, and uint are replaced with generic functions in
      num instead.
      
      If you were previously using any of those functions, just replace them
      with the corresponding function with the same name in num.
      
      Note: If you were using a function that corresponds to an operator, use
      the operator instead.
      1aae28a5
  16. 30 5月, 2013 1 次提交
  17. 19 5月, 2013 1 次提交
  18. 30 3月, 2013 1 次提交
  19. 08 3月, 2013 1 次提交
  20. 02 2月, 2013 1 次提交
  21. 11 12月, 2012 1 次提交
  22. 02 8月, 2012 1 次提交
  23. 25 7月, 2012 1 次提交
  24. 30 12月, 2011 1 次提交