about summary refs log tree commit diff
path: root/src/libcore/extfmt.rs
AgeCommit message (Expand)AuthorLines
2012-02-23(core::str) remove len_bytes aliasKevin 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_charsKevin Cantu-3/+3
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-7/+7
2012-02-09Increase precedence of as operatorMarijn Haverbeke-1/+1
2012-02-07core: Use substr in extfmt instead of slice_bytesBrian Anderson-2/+1
2012-02-07core: make str::substr use char positions (and replace other uses)Kevin Cantu-9/+9
2012-02-05core: Resolve some FIXMEsBrian Anderson-9/+7
2012-02-01Remove remaining references to option::t outside option itselfTim Chevalier-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-2/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-0/+1
2012-01-21issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...Graham Fawcett-4/+4
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-21core: Shuffle around a #fmt testBrian Anderson-9/+0
2012-01-21[core] extfmt: support %% to escape a %Elly Jones-0/+11
2012-01-19lib: ";" to "," in enumsPatrick Walton-30/+30
2012-01-19libcore: "tag" -> "enum"Patrick Walton-10/+10
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-18/+18
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+7
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+453