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
/
libsyntax
/
ext
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-6
/
+6
2015-01-17
libsyntax: uint types to usize
Paul Collier
-4
/
+4
2015-01-10
core: rm unused lifetime.
Huon Wilson
-6
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-21
/
+21
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-13
/
+13
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-9
/
+7
2014-12-27
syntax: change format_args! to produce fmt::Arguments instead of calling a fu...
Eduard Burtescu
-62
/
+23
2014-12-27
syntax: use std::string::String unqualified in format.
Eduard Burtescu
-13
/
+12
2014-12-27
syntax: turn the match-call generated by format_args inside-out.
Eduard Burtescu
-39
/
+41
2014-12-27
syntax: format: put static arrays in their own blocks to avoid needing a wrap...
Eduard Burtescu
-40
/
+39
2014-12-27
syntax: format: remove unused method_statics field.
Eduard Burtescu
-15
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-14
/
+13
2014-12-20
add {:?} fmt syntax
Sean McArthur
-0
/
+1
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-0
/
+1
2014-12-08
core: make the public fmt API completely safe.
Eduard Burtescu
-25
/
+8
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-1
/
+1
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-20
/
+2
2014-11-17
Fallout from deprecation
Aaron Turon
-3
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-6
/
+5
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-4
/
+4
2014-11-02
syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`
Jorge Aparicio
-18
/
+19
2014-10-31
DSTify Hash
Jorge Aparicio
-3
/
+3
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-2
/
+2
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-2
/
+1
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-9
/
+9
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-9
/
+9
2014-10-16
libsyntax: Don't accept :? as a format specifier.
Luqman Aden
-1
/
+0
2014-09-24
Remove unused enum variants
Jakub Wieczorek
-8
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-16
/
+17
2014-09-16
Fallout from renaming
Aaron Turon
-4
/
+4
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-116
/
+116
2014-09-09
Optimize for the most common cases of `format!`
Piotr Czarnecki
-49
/
+73
2014-09-09
Decouple string and argument pieces
Piotr Czarnecki
-30
/
+54
2014-09-04
auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...
bors
-1
/
+1
2014-09-04
Center alignment for fmt
wickerwaka
-0
/
+3
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-5
/
+6
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-07-22
auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton
bors
-1
/
+6
2014-07-21
Allow merging of statics generated by format!()
Björn Steinbrink
-1
/
+6
[next]