aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/parse/rust-parse.cc
AgeCommit message (Expand)AuthorFilesLines
10 daysgccrs: mingw: Fix build with patch from Liu HaoArthur Cohen1-1/+1
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-2/+2
2024-01-30gccrs: Replace TOK suffix with KWPierre-Emmanuel Patry1-9/+9
2024-01-16gccrs: Unify raw attribute valuesPierre-Emmanuel Patry1-2/+3
2024-01-16gccrs: Replace Location with location_t in parsing and macro expansionOwen Avery1-2/+2
2024-01-16gccrs: rust-unreachable: Add specific behavior for rust_unreachableArthur Cohen1-1/+1
2024-01-16gccrs: Add all rust keywords (except priv) to the follow-set of `:vis` when p...Tage Johansson1-28/+64
2022-12-13gccrs: Add Parser for Rust front-end pt.1Joel Phillips1-0/+328