about summary refs log tree commit diff
path: root/src/lib/extfmt.rs
AgeCommit message (Expand)AuthorLines
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-2/+1
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-21/+20
2011-09-02Reformat. Issue #855Brian Anderson-43/+43
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-0/+429
2011-09-01Remove the estr #fmt. Issue #855Brian Anderson-428/+0
2011-08-30Remove the %S istr conversion from #fmtBrian Anderson-8/+0
2011-08-27Support istrs in #fmt. Issue #855Brian Anderson-1/+8
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-1/+1
2011-08-20ReformatBrian Anderson-26/+26
2011-08-17Remove transitional interfaces from std::extfmtBrian Anderson-18/+1
2011-08-16Port the stdlib to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the stdlib to the typaram foo<T> syntax.Erick Tryzelaar-3/+3
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+1
2011-08-16Continue migrating the std #fmt interface to ivecsBrian Anderson-28/+20
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-12Add an ivec interface to the #fmt library functionsBrian Anderson-29/+53
2011-08-12Remove more vectors from stdBrian Anderson-2/+2
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-2/+2
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-3/+3
2011-08-12Remove str::from_bytesBrian Anderson-1/+1
2011-08-12Begin removing vecs from #fmtBrian Anderson-0/+4
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-11/+7
2011-07-27Reformat for new syntaxMarijn Haverbeke-197/+194
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-49/+59
2011-06-24Remove res idents from stdlibMarijn Haverbeke-5/+5
2011-06-19Remove various rustboot workaroundsBrian Anderson-3/+1
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-1/+1
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-296/+160
2011-06-11stdlib: Remove a FIXME for issue #452Brian Anderson-3/+1
2011-06-10Fix all occurrences of writing to immutable aliasesMarijn Haverbeke-1/+1
2011-06-04stdlib: Use spans for #fmt errors originating in stdBrian Anderson-10/+12
2011-05-31stdlib: Remove unneeded type params from alt patternsBrian Anderson-8/+8
2011-05-22stdlib: Use if/alt expressions in std::extfmtBrian Anderson-88/+80
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-32/+32
2011-05-17stdlib: Remove transitional extfmt.RT moduleBrian Anderson-256/+3
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-7/+7
2011-05-12Rename std.extfmt.CT to std.extfmt.RT to ct and rtBrian Anderson-2/+256
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-0/+568