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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
extfmt.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-10
/
+10
2012-06-28
Make fmt use a bitmask instead of a vector of flags. Closes #1993.
Michael Sullivan
-14
/
+10
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-15
/
+16
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-4
/
+4
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-15
Fixed a bug in extfmt where it couldn't parse unicode in format strings.
Eric Holk
-2
/
+3
2012-06-01
core: Fix handling of 0-padded floats with precision in #fmt
Brian Anderson
-3
/
+4
2012-05-24
remove dead assignments
Niko Matsakis
-1
/
+1
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove unneeded code
Tim Chevalier
-2
/
+0
2012-03-19
rustc: Stop generating the flag_none #fmt flag. Issue #1993
Brian Anderson
-6
/
+1
2012-03-19
core: Remove a FIXME. Closes #1992
Brian Anderson
-1
/
+0
2012-03-16
core: Remove str::init_elt
Brian Anderson
-4
/
+4
2012-03-15
Address FIXMEs in extfmt / add issue numbers
Tim Chevalier
-29
/
+24
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-09
core: Convert to rustdoc
Brian Anderson
-0
/
+2
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-27
/
+23
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-12
/
+10
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-4
/
+4
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-4
/
+4
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-3
/
+3
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-7
/
+7
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-1
/
+1
2012-02-07
core: Use substr in extfmt instead of slice_bytes
Brian Anderson
-2
/
+1
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-9
/
+9
2012-02-05
core: Resolve some FIXMEs
Brian Anderson
-9
/
+7
2012-02-01
Remove remaining references to option::t outside option itself
Tim Chevalier
-3
/
+3
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 2)
Kevin Cantu
-2
/
+2
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-0
/
+1
2012-01-21
issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...
Graham Fawcett
-4
/
+4
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-21
core: Shuffle around a #fmt test
Brian Anderson
-9
/
+0
2012-01-21
[core] extfmt: support %% to escape a %
Elly Jones
-0
/
+11
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-30
/
+30
2012-01-19
libcore: "tag" -> "enum"
Patrick Walton
-10
/
+10
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-18
/
+18
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+7
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+453