about summary refs log tree commit diff
path: root/src/libcore/extfmt.rs
AgeCommit message (Expand)AuthorLines
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-676/+0
2013-02-15libcore: Get rid of `move`.Luqman Aden-9/+9
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-8/+5
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-02-05MergeTim Chevalier-3/+3
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-1/+1
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31core: Remove transitional codeTim Chevalier-6/+0
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+3
2013-01-24Convert extfmt::rt::Conv into a structErick Tryzelaar-4/+25
2013-01-24Fix a typoErick Tryzelaar-1/+1
2013-01-09core: ignore recent should_fail tests on windowsGraydon Hoare-0/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-07fmt: add unit testsAndrew Paseltiner-0/+122
2013-01-07fmt: derive Eq for all typesAndrew Paseltiner-0/+8
2013-01-07fmt: fix formatting and styleAndrew Paseltiner-64/+75
2013-01-07fmt: simplify parse_fmt_stringAndrew Paseltiner-22/+24
2013-01-07fmt: simplify parse_conversionAndrew Paseltiner-5/+7
2013-01-07fmt: simplify parse_parameterAndrew Paseltiner-11/+5
2013-01-07fmt: simplify parse_precisionAndrew Paseltiner-4/+2
2013-01-07fmt: simplify parse_countAndrew Paseltiner-4/+3
2013-01-07fmt: simplify parse_flagsAndrew Paseltiner-24/+17
2013-01-07fmt: simplify parse_typeAndrew Paseltiner-26/+15
2013-01-07fmt: replace parse_* structural records with struct Parsed<T>Andrew Paseltiner-40/+51
2013-01-07fmt: replace Conv record with struct ConvAndrew Paseltiner-3/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+11
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-16/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-19/+0
2012-11-19Merge pull request #4001 from jesse99/features/docsGraydon Hoare-1/+46
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+19
2012-11-18Fixed lint problemsJesse Jones-10/+16
2012-11-18Documented fmt! expression syntax.Jesse Jones-1/+40
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-8/+8
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-65/+0
2012-11-02Fix #1996 (pending snapshot)Tim Chevalier-13/+76
2012-10-18Rename str::to_unique to str::to_owned.Erick Tryzelaar-2/+2
2012-10-12Make moves explicit in core testsTim Chevalier-7/+7
2012-10-04Remove code that was waiting for a snapshotTim Chevalier-196/+3
2012-10-04De-export extfmt. Part of #3583.Graydon Hoare-69/+69
2012-10-02Removing explicit uses of + modeTim Chevalier-5/+5
2012-10-01Call 'new' instead of 'old' extfmt code, preparing for snapshotTim Chevalier-8/+11
2012-09-28Demode extfmtTim Chevalier-39/+44
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-36/+0
2012-09-21Revert "core: De-export at_vec and extfmt"Brian Anderson-56/+52