rust/src/test
bors 3e4f40ec5a auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon
See discussion in #8489, but this selects option 3 by adding a `Default` trait to be implemented by various basic types.

Once this makes it into a snapshot I think it's about time to start overhauling all current use-cases of `fmt!` to move towards `ifmt!`. The goal is to replace `%X` with `{}` in 90% of situations, and this commit should enable that.
2013-08-19 01:42:05 -07:00
..
auxiliary Fix warnings it tests 2013-08-17 08:42:35 -07:00
bench auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton 2013-08-18 15:02:04 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail auto merge of #8556 : sfackler/rust/quote, r=alexcrichton 2013-08-18 21:51:58 -07:00
debug-info auto merge of #8554 : michaelwoerister/rust/generics, r=brson 2013-08-17 15:22:04 -07:00
pretty Fix warnings it tests 2013-08-17 08:42:35 -07:00
run-fail auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton 2013-08-18 15:02:04 -07:00
run-pass auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon 2013-08-19 01:42:05 -07:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00