rust/src/libsyntax
bors 1434b4bfca auto merge of #9261 : alexcrichton/rust/logging, r=huonw
This lifts various restrictions on the runtime, for example the character limit
when logging a message. Right now the old debug!-style macros still involve
allocating (because they use fmt! syntax), but the new debug2! macros don't
involve allocating at all (unless the formatter for a type requires allocation.
2013-09-26 17:11:13 -07:00
..
2013-09-25 14:27:42 -07:00
2013-09-24 14:48:04 -07:00
2013-09-23 18:23:22 -07:00
2013-09-21 16:25:08 -07:00