aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-constexpr.cc
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Remove some unused poly_int variablesRichard Sandiford1-1/+0
2023-02-21gccrs: const evaluator: Remove get_nth_callargArthur Cohen1-16/+3
2023-02-21gccrs: Cleanup unused parameters to fix the bootstrap buildPhilip Herron1-4/+2
2023-02-21gccrs: constexpr: Add `rust_sorry_at` in places relying on init valuesArthur Cohen1-47/+49
2023-01-31gccrs: Make constexpr constructors type-checking more permissivePhilip Herron1-8/+8
2023-01-31gccrs: const folding portFaisal Abbas1-26/+6086
2022-12-13gccrs: Add HIR to GCC GENERIC lowering entry pointPhilip Herron1-0/+433