| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -22/+0 | |
| 2022-04-23 | Better handle too many `#` recovery in raw str | Esteban Küber | -1/+19 | |
| Point at all the unnecessary trailing `#`. Better handle interaction with outer attributes when `;` is missing. Fix #95030. | ||||
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -1/+1 | |
| This diff improves error messages around raw strings in a few ways: - Catch extra trailing `#` in the parser. This can't be handled in the lexer because we could be in a macro that actually expects another # (see test) - Refactor & unify error handling in the lexer between ByteStrings and RawByteStrings - Detect potentially intended terminators (longest sequence of "#*" is suggested) | ||||
| 2020-03-27 | Move raw string tests into the raw directory | Russell Cohen | -0/+4 | |
