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
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-10
/
+10
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-30
Register new snapshots
Alex Crichton
-9
/
+0
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+7
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-5
/
+5
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libcore: use unboxed closures in `float_to_str_bytes_common`
Jorge Aparicio
-3
/
+6
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-30
/
+30
2014-11-25
/** -> ///
Steve Klabnik
-30
/
+30
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-1
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-4
/
+4
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-2
/
+2
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-3
/
+3
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-4
/
+4
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-3
/
+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
-3
/
+3
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
-4
/
+4
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+4
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-09-24
Remove unused enum variants
Jakub Wieczorek
-46
/
+9
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-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-2
/
+6
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-2
/
+10
2014-05-15
core: Implement f32/f64 formatting
Alex Crichton
-0
/
+362