aboutsummaryrefslogtreecommitdiff
path: root/libgrust/libformat_parser
AgeCommit message (Expand)AuthorFilesLines
2025-03-31rust: Lower minimum supported Rust version to 1.49Arthur Cohen5-14/+32
2025-03-17gccrs: Fix ffi and enum conventionsbadumbatish3-22/+24
2025-03-17gccrs: Added options for ParseModebadumbatish3-3/+8
2025-03-17gccrs: Fix nightly rustc warningsKushal Pal3-31/+1
2024-12-09Rust: libformat_parser: Lower minimum Rust version to 1.49Arthur Cohen4-23/+42
2024-12-09Rust: Work around 'error[E0599]: no method named `leak` found for struct `std...Thomas Schwinge1-3/+10
2024-12-09Rust: Work around 'error[E0658]: `let...else` statements are unstable'Thomas Schwinge1-2/+5
2024-08-01gccrs: format-args: Start storing string in Rust memoryArthur Cohen1-25/+80
2024-08-01gccrs: format-args: Fix Rust interface and add input parsing.Arthur Cohen2-20/+48
2024-08-01gccrs: format-parser: Add `is_some_and` method for Option<T>Arthur Cohen1-0/+16
2024-08-01gccrs: libformat_parser: Fix Rust warnings.Arthur Cohen2-3/+1
2024-08-01gccrs: rust-fmt: Store parsed string in Pieces structArthur Cohen1-0/+1
2024-08-01gccrs: libformat_parser: Send boxed values across FFI properlyArthur Cohen1-48/+46
2024-08-01gccrs: libformat_parser: Update header and remove old interfaceArthur Cohen2-237/+43
2024-08-01gccrs: libformat_parser: Start experimenting with cbindgenArthur Cohen2-0/+224
2024-08-01gccrs: libformat_parser: Add FFI safe interfaceArthur Cohen2-5/+298
2024-08-01Rust: Move 'libformat_parser' build into libgrustThomas Schwinge2-0/+454
2024-08-01gccrs: libgrust: Vendor Rust dependenciesArthur Cohen256-0/+123838
2024-08-01gccrs: libgrust: Add format_parser libraryArthur Cohen6-0/+1210