| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-07-13 | Fix `DebugParser`. | Nicholas Nethercote | -6/+94 |
| 2024-07-13 | Add a test for `Parser::debug_lookahead`. | Nicholas Nethercote | -0/+149 |
| 2024-07-13 | Change `look` from a macro to a function. | Nicholas Nethercote | -62/+63 |
| 2024-07-12 | Remove the bogus special case from `Parser::look_ahead`. | Nicholas Nethercote | -21/+26 |
| 2024-07-12 | Add unit tests for `Parser::look_ahead`. | Nicholas Nethercote | -0/+116 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -10/+7 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -3/+3 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -5/+17 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -1/+1 |
| 2024-06-05 | Use `source_str_to_stream` in a test file. | Nicholas Nethercote | -6/+2 |
| 2024-05-06 | Move some tests from `rustc_expand` to `rustc_parse`. | Nicholas Nethercote | -0/+1422 |
