summary refs log tree commit diff
path: root/src/libcore/extfmt.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-10/+10
2012-06-28Make fmt use a bitmask instead of a vector of flags. Closes #1993.Michael Sullivan-14/+10
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+16
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-4/+4
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-15Fixed a bug in extfmt where it couldn't parse unicode in format strings.Eric Holk-2/+3
2012-06-01core: Fix handling of 0-padded floats with precision in #fmtBrian Anderson-3/+4
2012-05-24remove dead assignmentsNiko Matsakis-1/+1
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-1/+1
2012-03-23Remove unneeded codeTim Chevalier-2/+0
2012-03-19rustc: Stop generating the flag_none #fmt flag. Issue #1993Brian Anderson-6/+1
2012-03-19core: Remove a FIXME. Closes #1992Brian Anderson-1/+0
2012-03-16core: Remove str::init_eltBrian Anderson-4/+4
2012-03-15Address FIXMEs in extfmt / add issue numbersTim Chevalier-29/+24
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-0/+2
2012-03-07add mutability annotations to libcoreNiko Matsakis-27/+23
2012-02-23Finish cleanup of core::strMarijn Haverbeke-12/+10
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