0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. cbbc1fc vec: convert `append` and `append_one` to methods by Daniel Micay · 11 years ago
  3. 451e8c1 Convert most code to new inner attribute syntax. by Brian Anderson · 11 years ago
  4. 6200e76 Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by value by Marvin Löbel · 11 years ago
  5. ff2f2e8 Correct issue workaround references by Steven Stewart-Gallus · 11 years ago
  6. f6db0ef std: remove the `equals` method from `TotalEq`. by Huon Wilson · 11 years ago
  7. 40a52c0 Add #[deny(deprecated_owned_vector)] to several modules. by Huon Wilson · 11 years ago
  8. af79a5a test: Make manual changes to deal with the fallout from removal of by Patrick Walton · 11 years ago
  9. da36251 Removing imports of std::vec_ng::Vec by Alex Crichton · 11 years ago
  10. 14f656d rename std::vec_ng -> std::vec by Daniel Micay · 11 years ago
  11. 0f2d46f Docify std::vec_ng by Steven Fackler · 11 years ago
  12. ce2ce24 num: Migrate `~[T]` to `std::vec_ng::Vec` by Florian Zeitz · 11 years ago
  13. f496ab6 num: Slightly optimize bigint by Florian Zeitz · 11 years ago
  14. 9106c15f Add rustdoc html crate info by Steven Fackler · 11 years ago
  15. 62792f09 lint: add lint for use of a `~[T]`. by Huon Wilson · 11 years ago
  16. 20b4e15 Implement automatic overloaded dereference. Closes #7141. by Eduard Burtescu · 11 years ago
  17. 198caa8 Update users for the std::rand -> librand move. by Huon Wilson · 11 years ago
  18. 6d9bdf9 Rename all variables that have uppercase characters in their names to use only lowercase characters by Palmer Cox · 11 years ago
  19. 47cff94 Implemented checked arithmetic for Big(U)Ints by TorstenWeber · 11 years ago
  20. 02882fb std: Change assert_eq!() to use {} instead of {:?} by Alex Crichton · 11 years ago
  21. dad52cf Remove std::num::ToStrRadix from the prelude by Brendan Zabarauskas · 11 years ago
  22. 84a8893 Remove std::from_str::FromStr from the prelude by Brendan Zabarauskas · 11 years ago
  23. 6485917 Move extra::json to libserialize by Alex Crichton · 11 years ago
  24. b78b749 Remove all ToStr impls, add Show impls by Alex Crichton · 11 years ago
  25. 3a9eca3 Move std::num::Integer to libnum by Brendan Zabarauskas · 12 years ago
  26. 25ba057 auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton by bors · 12 years ago
  27. 53b9d1a move extra::test to libtest by Liigo Zhuang · 12 years ago
  28. b5e3573 auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonw by bors · 12 years ago
  29. 33923f4 librustc: Remove unique vector patterns from the language. by Patrick Walton · 12 years ago
  30. cb3a419 libnum: Make RandBigInt trait public by Eduard Bopp · 12 years ago
  31. 876eb93 Remove Real trait and move methods into Float by Brendan Zabarauskas · 12 years ago
  32. a41b0c2 extern mod => extern crate by Alex Crichton · 12 years ago
  33. bf1464c Removed num::Orderable by Michael Darakananda · 12 years ago
  34. 7dc187a Remove a source of O(n^2) running time in bigints. by Felix S. Klock II · 12 years ago
  35. d2d1129 Factoring bigint, rational, and complex out of libextra into libnum. by Felix S. Klock II · 12 years ago