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
/
libcore
/
fmt
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-8
/
+8
2014-09-17
doc: Cleanup.
Jonas Hietala
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-5
/
+0
2014-08-06
Use byte literals in libcore
nham
-9
/
+9
2014-07-26
auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brson
bors
-0
/
+1
2014-07-25
rustdoc: Hide impls for #[doc(hidden)] traits
Alex Crichton
-0
/
+1
2014-07-25
Fix assert message
Randati
-1
/
+1
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-2
/
+6
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-280
/
+0
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-29
/
+29
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-6
/
+6
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-13
/
+13
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-115
/
+115
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-2
/
+2
2014-05-15
core: Inherit the std::fmt module
Alex Crichton
-0
/
+470