rust/src/libsyntax
bors b9119edc55 auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brson
r?  (yes, the review request is back, now that I got it building against incom... I mean master!)

(Attempting to port from orphaned pull-request #6764 )

Fix for #3961. Also includes a test case to illustrate the issues. (All of the entries that say "should align" should align with each other, and the four lines near the end that say "compare _" for _ in {A,B,C,D} should line up with each other.)

Before applying this change set:
-- the "(should align)"'s are all over the place, and the form/line feeding spaces are not cut out as one might or might not expect.
-- compare B and D do not match A and C.

(To be honest, its hard to really say what the right behavior is here, and people who are expecting a particular behavior out of a pretty printer in these cases may well get burned.)
2013-06-15 20:40:14 -07:00
..
ext auto merge of #7121 : huonw/rust/rand-call, r=pnkfelix 2013-06-14 22:37:13 -07:00
parse auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brson 2013-06-15 20:40:14 -07:00
print add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
util Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
abi.rs std: remove str::{connect,concat}*. 2013-06-10 23:57:03 +10:00
ast_map.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
ast_util.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
ast.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
attr.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
codemap.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
diagnostic.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
fold.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
opt_vec.rs
syntax.rc
visit.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00