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