about summary refs log tree commit diff
path: root/src/libnum
AgeCommit message (Expand)AuthorLines
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-10/+10
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+3
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-01make Cmplx fields publicTed Horst-2/+2
2014-03-31num: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-1/+1
2014-03-24Correct issue workaround referencesSteven Stewart-Gallus-11/+10
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-38/+9
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-0/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-5/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-5/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-6/+6
2014-03-18Docify std::vec_ngSteven Fackler-2/+2
2014-03-16num: Migrate `~[T]` to `std::vec_ng::Vec`Florian Zeitz-148/+150
2014-03-16num: Slightly optimize bigintFlorian Zeitz-44/+32
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-3/+5
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-67/+67
2014-03-03Implemented checked arithmetic for Big(U)IntsTorstenWeber-0/+233
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-3/+3
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+2
2014-02-24Move extra::json to libserializeAlex Crichton-2/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-16/+20
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-2/+408
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-4/+4
2014-02-20move extra::test to libtestLiigo Zhuang-4/+4
2014-02-19auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonwbors-1/+1
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-25/+18
2014-02-19libnum: Make RandBigInt trait publicEduard Bopp-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-6/+6
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-13Removed num::OrderableMichael Darakananda-65/+10
2014-02-13Remove a source of O(n^2) running time in bigints.Felix S. Klock II-2/+14
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+3704