Age | Commit message (Expand) | Author | Files | Lines |
5 days | gccrs: Fix ICE in array ref constexpr | Philip Herron | 1 | -4/+2 |
2025-03-21 | gccrs: add checks for division by zero and left shift overflow | Philip Herron | 1 | -3/+5 |
2024-01-16 | gccrs: Fix spelling | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: Fix ODR violations | Owen Avery | 1 | -29/+32 |
2024-01-16 | gccrs: Handle gengtype annotations in rust-constexpr.cc | Owen Avery | 1 | -15/+19 |
2024-01-16 | gccrs: Replace Location with location_t in gccrs backend | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: rust-unreachable: Add specific behavior for rust_unreachable | Arthur Cohen | 1 | -11/+11 |
2024-01-16 | gccrs: Remove unnecessary usage of Location copy constructor | Owen Avery | 1 | -2/+2 |
2024-01-16 | gccrs: Replace value initialization of Location with UNDEF_LOCATION | Owen Avery | 1 | -3/+4 |
2024-01-16 | gccrs: Redo how we handle unit types for the final time | Philip Herron | 1 | -1/+0 |
2023-10-20 | rust: build failure after NON_DEPENDENT_EXPR removal [PR111899] | Patrick Palka | 1 | -1/+0 |
2023-09-28 | Remove some unused poly_int variables | Richard Sandiford | 1 | -1/+0 |
2023-02-21 | gccrs: const evaluator: Remove get_nth_callarg | Arthur Cohen | 1 | -16/+3 |
2023-02-21 | gccrs: Cleanup unused parameters to fix the bootstrap build | Philip Herron | 1 | -4/+2 |
2023-02-21 | gccrs: constexpr: Add `rust_sorry_at` in places relying on init values | Arthur Cohen | 1 | -47/+49 |
2023-01-31 | gccrs: Make constexpr constructors type-checking more permissive | Philip Herron | 1 | -8/+8 |
2023-01-31 | gccrs: const folding port | Faisal Abbas | 1 | -26/+6086 |
2022-12-13 | gccrs: Add HIR to GCC GENERIC lowering entry point | Philip Herron | 1 | -0/+433 |