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
/
extfmt.rs
Age
Commit message (
Expand
)
Author
Lines
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
[prev]