| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-26 | Ignore more failing ui tests for GCC backend | Guillaume Gomez | -0/+1 | |
| 2025-09-22 | Fix a crash/mislex when more than one frontmatter closing possibility is ↵ | Alex | -0/+31 | |
| considered | ||||
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -17/+39 | |
| 2025-09-01 | test(lexer): Ensure tabs are accepted for horizontal whitespace | Ed Page | -3/+5 | |
| 2025-09-01 | test(lexer): Ensure frontmatter can contain unicode whitespace | Ed Page | -0/+22 | |
| 2025-09-01 | test(lexer): Ensure frontmatter w/ crlf works | Ed Page | -0/+14 | |
| 2025-08-28 | fix(lexer): Don't require frontmatters to be escaped with indented fences | Ed Page | -53/+38 | |
| The RFC only limits hyphens at the beginning of lines and not if they are indented or embedded in other content. Sticking to that approach was confirmed by the T-lang liason at https://github.com/rust-lang/rust/issues/141367#issuecomment-3202217544 There is a regression in error message quality which I'm leaving for someone if they feel this needs improving. | ||||
| 2025-08-22 | Rollup merge of #145751 - epage:infostring, r=joshtriplett | Jacob Pratt | -0/+28 | |
| fix(lexer): Allow '-' in the frontmatter infostring continue set This more closely matches the RFC and what our T-lang contact has asked for, see https://github.com/rust-lang/rust/issues/136889#issuecomment-3212715312 Tracking issue: rust-lang/rust#136889 | ||||
| 2025-08-22 | fix(lexer): Allow '-' in the infostring continue set | Ed Page | -12/+2 | |
| This more closely matches the RFC and what our T-lang contact has asked for, see https://github.com/rust-lang/rust/issues/136889#issuecomment-3212715312 | ||||
| 2025-08-22 | test(frontmatter): Show current hyphen behavior | Ed Page | -0/+38 | |
| 2025-08-18 | ignore frontmatters in `TokenStream::new` | Deadbeef | -4/+3 | |
| 2025-06-04 | Fix parsing of frontmatters with inner hyphens | Matthew Jasper | -0/+21 | |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -0/+567 | |
| Supercedes #137193 | ||||
