about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/tests.rs
AgeCommit message (Expand)AuthorLines
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-1/+1
2025-01-08Remove some unnecessary `.into()` callsEsteban Küber-4/+2
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-5/+5
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+3
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-5/+5
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+2
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