about summary refs log tree commit diff
path: root/src/libstd/extfmt.rs
AgeCommit message (Collapse)AuthorLines
2012-01-21std: Remove extfmt. Has been moved to core. Closes #1600Brian Anderson-453/+0
2012-01-21issue #1352: change param order on {std,core}::extfmt::str_init_elt to ↵Graham Fawcett-4/+4
mirror vec::init_elt.
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final ↵Graham Fawcett-1/+1
position. To match the init_fn() and init_fn_mut() changes.
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. ↵Graydon Hoare-2/+2
Close #1428.
2012-01-19lib: ";" to "," in enumsPatrick Walton-29/+29
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-10/+10
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-18/+18
Does what it says on the tin. The next commit will remove support for this syntax.
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+453