rust/src/libcore/fmt
Alex Crichton f4a775639c rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Implements RFC 438.

Fixes #19092.

This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively.

r? @brson
2014-11-26 16:49:46 -08:00
..
float.rs rollup merge of #19288: steveklabnik/doc_style_cleanup 2014-11-26 16:49:36 -08:00
mod.rs rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
num.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
rt.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00