rust/src/libsyntax/parse
bors bf27352953 auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism
This is a natural extension of #4887, and handles the following three cases:

~~~~
a line with only /s
////////////////////////////////////////////

a line with only /s followed by whitespace
////////////////////////////////////////////         

a block comment with only *s between two /s
/********************************/
~~~~
2013-02-14 16:34:38 -08:00
..
attr.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
classify.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
comments.rs auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism 2013-02-14 16:34:38 -08:00
common.rs cleanup, fix test case 2013-02-13 15:38:42 -08:00
eval.rs test cases, cleanup 2013-01-31 23:05:12 -08:00
lexer.rs auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism 2013-02-14 16:34:38 -08:00
mod.rs cleanup, fix test case 2013-02-13 15:38:42 -08:00
obsolete.rs auto merge of #4861 : sethpink/rust/incoming, r=catamorphism 2013-02-09 18:37:02 -08:00
parser.rs auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism 2013-02-13 18:49:29 -08:00
prec.rs libsyntax: De-export a lot of libsyntax. rs=deëxporting 2013-01-29 13:55:30 -08:00
token.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00