rust/src/libsyntax/parse
bors 4ff701b7db auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwalton
This closes #4364. I came into rust after modes had begun to be phased out, so I'm not exactly sure what they all did. My strategy was basically to turn on the compilation warnings and then when everything compiles and passes all the tests it's all good.

In most cases, I just dropped the mode, but in others I converted things to use `&` pointers when otherwise a move would happen.

This depends on #5963. When running the tests, everything passed except for a few compile-fail tests. These tests leaked memory, causing the task to abort differently. By suppressing the ICE from #5963, no leaks happen and the tests all pass. I would have looked into where the leaks were coming from, but I wasn't sure where or how to debug them (I found `RUSTRT_TRACK_ALLOCATIONS`, but it wasn't all that useful).
2013-04-20 01:00:49 -07:00
..
attr.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
classify.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
comments.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
common.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
lexer.rs core: replace unicode match exprs with bsearch in const arrays, minor perf win. 2013-04-18 14:39:40 -07:00
mod.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
obsolete.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
parser.rs syntax: de-mode and prepare for de-modeing rustc 2013-04-19 23:21:52 -04:00
prec.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
token.rs librustc: Fix botched merge. rs=merge 2013-04-19 15:57:31 -07:00