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
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+11
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+1
2015-01-07
register new snapshots
Jorge Aparicio
-16
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-6
/
+44
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-6
/
+44
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-1
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-25
/
+25
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+5
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-2
/
+3
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-5
/
+6
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-4
/
+4
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
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