about summary refs log tree commit diff
path: root/src/libnum
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-59/+59
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-49/+212
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-13/+21
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21Remove two outdated FIXMEs from complex.rsPiotr Jawniak-4/+0
2014-05-16Some fixesCorey Richardson-1/+1
2014-05-16num: expand crate documentation + add exampleCorey Richardson-0/+34
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-2/+2
2014-05-14libnum: Remove all uses of `~str` from `libnum`Patrick Walton-81/+85
2014-05-13Implements Default trait for BigInt and BigUintPiotr Jawniak-0/+11
2014-05-13auto merge of #14167 : cmr/rust/cmplx, r=alexcrichtonbors-53/+53
2014-05-12num: rename Cmplx to ComplexCorey Richardson-53/+53
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-07Change the biguint documentation example to reflect deprecated owned vectorTim Brooks-1/+1
2014-05-01BigUint always use u64 as the internal machine unsigned integerGuillaume Pinot-166/+41
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-3/+3
2014-04-27add BigUint subtraction underflow error messageRyan Mulligan-1/+9
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-1/+1
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-1/+1
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-48/+43
2014-04-21Fix misspellings in comments.Joseph Crail-1/+1
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-8/+8
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-40/+35
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-61/+61
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