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
/
libstd
/
num
/
u32.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-17
std: Clean up primitive integer modules
Alex Crichton
-19
/
+0
2015-07-20
Address feedback
Brian Anderson
-1
/
+1
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+2
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-0
/
+2
2014-11-18
libs: stabilize most numerics after RFC changes
Aaron Turon
-1
/
+1
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-5
/
+0
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+0
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-0
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+0
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+1
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-0
/
+1
2014-05-15
std: Delegate some integer formatting to core::fmt
Alex Crichton
-1
/
+0
2014-05-08
Handle breakage after libcore split
Kevin Ballard
-2
/
+1
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-41
/
+6
2014-05-03
Add lint check for negating uint literals and variables.
Falco Hirschenberger
-0
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-02-24
Remove std::from_str::FromStr from the prelude
Brendan Zabarauskas
-0
/
+1
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-01-16
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
Brendan Zabarauskas
-1
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-11-29
Removed module macro workaround for signed and unsigned integers
Marvin Löbel
-2
/
+9
2013-09-08
Moved checked trait impls out of std::num
Brendan Zabarauskas
-0
/
+35
2013-05-24
Remove usage of the #[merge] hack with int modules
Alex Crichton
-0
/
+14