index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnum
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-09-17
Test fixes from the rollup
Alex Crichton
-0
/
+1
2014-09-16
Deprecate libnum in favor of rust-lang/num
Aaron Turon
-1
/
+3
2014-08-17
Make BigUint and BigInt Hash, fixes #16551
Alexis Beingessner
-0
/
+1
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-2
/
+3
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+2
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+0
2014-06-09
Moved integer trait and functions to submodule
Adolfo OchagavĂa
-401
/
+7
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-16
Some fixes
Corey Richardson
-1
/
+1
2014-05-16
num: expand crate documentation + add example
Corey Richardson
-0
/
+34
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-04-21
Fix misspellings in comments.
Joseph Crail
-1
/
+1
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-9
/
+9
2014-03-22
Add #[deny(deprecated_owned_vector)] to several modules.
Huon Wilson
-0
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-15
Add rustdoc html crate info
Steven Fackler
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-0
/
+2
2014-02-24
Move extra::json to libserialize
Alex Crichton
-2
/
+0
2014-02-22
Move std::num::Integer to libnum
Brendan Zabarauskas
-0
/
+400
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Factoring bigint, rational, and complex out of libextra into libnum.
Felix S. Klock II
-0
/
+22