aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-constexpr.cc
AgeCommit message (Expand)AuthorFilesLines
5 daysgccrs: Fix ICE in array ref constexprPhilip Herron1-4/+2
2025-03-21gccrs: add checks for division by zero and left shift overflowPhilip Herron1-3/+5
2024-01-16gccrs: Fix spellingOwen Avery1-1/+1
2024-01-16gccrs: Fix ODR violationsOwen Avery1-29/+32
2024-01-16gccrs: Handle gengtype annotations in rust-constexpr.ccOwen Avery1-15/+19
2024-01-16gccrs: Replace Location with location_t in gccrs backendOwen Avery1-1/+1
2024-01-16gccrs: rust-unreachable: Add specific behavior for rust_unreachableArthur Cohen1-11/+11
2024-01-16gccrs: Remove unnecessary usage of Location copy constructorOwen Avery1-2/+2
2024-01-16gccrs: Replace value initialization of Location with UNDEF_LOCATIONOwen Avery1-3/+4
2024-01-16gccrs: Redo how we handle unit types for the final timePhilip Herron1-1/+0
2023-10-20rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]Patrick Palka1-1/+0
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