aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-fmt.cc
AgeCommit message (Expand)AuthorFilesLines
12 daysgccrs: Added options for ParseModebadumbatish1-2/+4
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-08-01gccrs: format-args: Start storing string in Rust memoryArthur Cohen1-14/+18
2024-08-01gccrs: lower: Add base for lowering FormatArgs nodesArthur Cohen1-24/+15
2024-08-01gccrs: format-args: Fix Rust interface and add input parsing.Arthur Cohen1-3/+35
2024-08-01gccrs: rust-fmt: Store parsed string in Pieces structArthur Cohen1-2/+2
2024-08-01gccrs: libformat_parser: Send boxed values across FFI properlyArthur Cohen1-1/+3
2024-08-01gccrs: libformat_parser: Update header and remove old interfaceArthur Cohen1-5/+5
2024-08-01gccrs: libgrust: Add format_parser libraryArthur Cohen1-66/+11
2024-08-01gccrs: fmt: Start working on format_args!() parserArthur Cohen1-0/+96