rust/src/libsyntax/parse
John Clements ded95d2c28 deriving_eq for tokens and binops
Note that the replaced definition of equality on tokens
contains a *huge* shortcut on INTERPOLATED tokens (those
that contain ASTs), whereby any two INTERPOLATED tokens
are considered equal. This seems like a really broken
notion of equality, but it appears that the existing
test cases and the compiler don't depend on it. Niko
noticed this, BTW.

Replace long definition of Eq on tokens and binops
w
2013-02-13 15:08:27 -08:00
..
attr.rs test cases, cleanup 2013-01-31 23:05: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 librustc: Lots of de-muting. rs=demuting 2013-02-07 16:17:39 -08:00
common.rs Commenting, test cases, cleanup 2013-02-13 15:08:27 -08:00
eval.rs test cases, cleanup 2013-01-31 23:05:12 -08:00
lexer.rs Add and lex LIFETIME tokens 2013-02-08 06:02:35 -08:00
mod.rs Commenting, test cases, cleanup 2013-02-13 15:08:27 -08:00
obsolete.rs auto merge of #4861 : sethpink/rust/incoming, r=catamorphism 2013-02-09 18:37:02 -08:00
parser.rs Commenting, test cases, cleanup 2013-02-13 15:08:27 -08:00
prec.rs libsyntax: De-export a lot of libsyntax. rs=deëxporting 2013-01-29 13:55:30 -08:00
token.rs deriving_eq for tokens and binops 2013-02-13 15:08:27 -08:00