summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/tests.rs
AgeCommit message (Expand)AuthorLines
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-27/+1204
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-14/+11
2024-07-19Make `Parser::num_bump_calls` 0-indexed.Nicholas Nethercote-6/+6
2024-07-13Fix `DebugParser`.Nicholas Nethercote-6/+94
2024-07-13Add a test for `Parser::debug_lookahead`.Nicholas Nethercote-0/+149
2024-07-13Change `look` from a macro to a function.Nicholas Nethercote-62/+63
2024-07-12Remove the bogus special case from `Parser::look_ahead`.Nicholas Nethercote-21/+26
2024-07-12Add unit tests for `Parser::look_ahead`.Nicholas Nethercote-0/+116
2024-06-23Special case when a code line only has multiline span startsEsteban Küber-10/+7
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-3/+3
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-5/+17
2024-06-05Reorder `source_str_to_stream` arguments.Nicholas Nethercote-1/+1
2024-06-05Use `source_str_to_stream` in a test file.Nicholas Nethercote-6/+2
2024-05-06Move some tests from `rustc_expand` to `rustc_parse`.Nicholas Nethercote-0/+1422