Age | Commit message (Expand) | Author | Files | Lines |
12 days | gccrs: Added options for ParseMode | badumbatish | 1 | -2/+4 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: format-args: Start storing string in Rust memory | Arthur Cohen | 1 | -14/+18 |
2024-08-01 | gccrs: lower: Add base for lowering FormatArgs nodes | Arthur Cohen | 1 | -24/+15 |
2024-08-01 | gccrs: format-args: Fix Rust interface and add input parsing. | Arthur Cohen | 1 | -3/+35 |
2024-08-01 | gccrs: rust-fmt: Store parsed string in Pieces struct | Arthur Cohen | 1 | -2/+2 |
2024-08-01 | gccrs: libformat_parser: Send boxed values across FFI properly | Arthur Cohen | 1 | -1/+3 |
2024-08-01 | gccrs: libformat_parser: Update header and remove old interface | Arthur Cohen | 1 | -5/+5 |
2024-08-01 | gccrs: libgrust: Add format_parser library | Arthur Cohen | 1 | -66/+11 |
2024-08-01 | gccrs: fmt: Start working on format_args!() parser | Arthur Cohen | 1 | -0/+96 |