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
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+20
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-49
/
+46
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-3
/
+3
2014-12-30
Register new snapshots
Alex Crichton
-94
/
+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
/
+93
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-5
/
+5
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-1
/
+1
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-2
/
+15
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-24
/
+10
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-33
/
+35
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-7
/
+7
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-7
/
+7
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-3
/
+3
2014-12-13
libcore: use unboxed closures in `float_to_str_bytes_common`
Jorge Aparicio
-3
/
+6
2014-12-13
libcore: use unboxed closures in `Formatter` methods
Jorge Aparicio
-5
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+22
2014-12-08
core: make the public fmt API completely safe.
Eduard Burtescu
-28
/
+53
2014-12-08
core: remove the dead function fmt::argumentstr.
Eduard Burtescu
-8
/
+0
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+4
2014-12-04
Make missing_doc lint check typedefs
Steven Fackler
-0
/
+1
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-3
/
+3
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-30
/
+30
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-3
/
+3
2014-11-25
/** -> ///
Steve Klabnik
-30
/
+30
2014-11-25
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-11-23
rollup merge of #19184: Gekkio/fix-binary-format-char
Jakub Bukaj
-1
/
+1
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-1
/
+2
2014-11-21
Fix std::fmt::Binary format char in docs
Joonas Javanainen
-1
/
+1
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-84
/
+72
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+11
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-4
/
+4
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-4
/
+4
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-3
/
+3
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-7
/
+8
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-7
/
+7
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
-5
/
+5
2014-11-05
Register snapshots.
Eduard Burtescu
-153
/
+0
2014-11-02
core: Replace secret formatting functions with UFCS versions
Jorge Aparicio
-4
/
+132
2014-11-01
collections: Remove all collections traits
Alex Crichton
-6
/
+2
2014-10-31
auto merge of #18431 : japaric/rust/show, r=alexcrichton
bors
-28
/
+28
2014-10-30
DSTify Show and all the other formatting traits
Jorge Aparicio
-28
/
+28
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-4
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+5
2014-10-28
Update code with new lint names
Aaron Turon
-4
/
+4
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-10
/
+10
[prev]
[next]