about summary refs log tree commit diff
path: root/src/libnum/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-17Test fixes from the rollupAlex Crichton-0/+1
2014-09-16Deprecate libnum in favor of rust-lang/numAaron Turon-1/+3
2014-08-17Make BigUint and BigInt Hash, fixes #16551Alexis Beingessner-0/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-2/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+0
2014-06-09Moved integer trait and functions to submoduleAdolfo OchagavĂ­a-401/+7
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16Some fixesCorey Richardson-1/+1
2014-05-16num: expand crate documentation + add exampleCorey Richardson-0/+34
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-21Fix misspellings in comments.Joseph Crail-1/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-0/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
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-12Update users for the std::rand -> librand move.Huon Wilson-0/+2
2014-02-24Move extra::json to libserializeAlex Crichton-2/+0
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+400
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+22