index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
rust
/
backend
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
gccrs: offset_of: Compile the offset properly
Arthur Cohen
1
-1
/
+24
2025-08-05
gccrs: Add initial support for const generics
Philip Herron
3
-1
/
+8
2025-08-05
gccrs: Add ConstType boiler plate to handle const generics
Philip Herron
2
-0
/
+7
2025-08-05
gccrs: Refactor the ParamType to a BaseGeneric base-type
Philip Herron
2
-9
/
+9
2025-08-05
gccrs: Fix ICE during const eval of const capacity
Philip Herron
1
-0
/
+2
2025-08-05
gccrs: hir: Add OffsetOf node
Arthur Cohen
3
-0
/
+10
2025-08-05
gccrs: Add input/output from inout and split in out
Pierre-Emmanuel Patry
1
-34
/
+71
2025-08-05
gccrs: Implement compilation for SlicePattern against SliceType scrutinee
Yap Zhi Heng
1
-2
/
+48
2025-08-05
gccrs: Update SlicePattern typechecking against slice reference parents
Yap Zhi Heng
1
-2
/
+4
2025-08-05
gccrs: fix bad monomophization of generic paths
Philip Herron
1
-4
/
+11
2025-08-05
gccrs: return error node when this fails during constexpr case
Philip Herron
1
-1
/
+2
2025-08-05
gccrs: Fix ICE with duplicate root item main function
Philip Herron
1
-1
/
+2
2025-08-05
gccrs: Reject loop in const/static context
lishin
1
-1
/
+9
2025-08-05
gccrs: Implement compilation for SlicePattern matching against ArrayType scru...
Yap Zhi Heng
2
-2
/
+87
2025-08-05
gccrs: Do proper const folding during typechecking for array capacities
Philip Herron
5
-17
/
+43
2025-08-05
gccrs: nr1.0: Remove rust/backend support
Owen Avery
6
-155
/
+51
2025-08-05
gccrs: Implement compilation support for TuplePatternItems::RANGED
Zhi Heng
1
-2
/
+44
2025-08-05
gccrs: Create Rust::GGC::Ident
Owen Avery
3
-9
/
+11
2025-08-05
gccrs: Fix bug with non compiled const decl
Philip Herron
1
-4
/
+9
2025-08-05
gccrs: check for invalid const calls during code-gen
Philip Herron
3
-4
/
+86
2025-08-05
gccrs: Fix TupleStructPattern compilation throwing error
Zhi Heng
1
-19
/
+43
2025-08-05
gccrs: Implement compilation of IdentifierPattern's subpattern bindings
Zhi Heng
1
-0
/
+6
2025-08-05
gccrs: Fix bad type canonicalization on ARRAY_TYPES
Philip Herron
1
-5
/
+8
2025-08-05
gccrs: Rename IdentifierPattern's to_bind to subpattern
Zhi Heng
1
-8
/
+11
2025-08-05
gccrs: Support compilation of IdentifierPattern's subpatterns
Zhi Heng
2
-4
/
+12
2025-08-05
gccrs: nr2.0: Separate out canonical path handling
Owen Avery
3
-15
/
+7
2025-08-05
gccrs: hir: Add const blocks
Arthur Cohen
4
-0
/
+25
2025-08-05
gccrs: Initial support for Return Position Impl Trait
Philip Herron
1
-1
/
+3
2025-08-05
gccrs: Fix non canonical type bug with tuples
Philip Herron
1
-1
/
+1
2025-08-05
gccrs: Reindent using last clang-format configuration
Marc Poulhiès
11
-310
/
+321
2025-08-05
gccrs: fix ICE on empty constexpr loops
Tom Schollenberger
1
-0
/
+3
2025-08-05
gccrs: Improve struct pattern compilation
Owen Avery
2
-29
/
+17
2025-08-05
gccrs: backend: Compile struct rebinding patterns
Arthur Cohen
2
-18
/
+58
2025-08-05
gccrs: backend: Refactor struct pattern compilation
Arthur Cohen
2
-46
/
+68
2025-07-25
diagnostics: convert diagnostic_t to enum class diagnostics::kind
David Malcolm
2
-8
/
+10
2025-04-28
gccrs: prealloc the initilizer vector
Philip Herron
1
-0
/
+4
2025-04-28
gccrs: Parse and lower llvm asm node
Pierre-Emmanuel Patry
5
-0
/
+78
2025-04-08
gccrs: Migrate error state to optionals
Pierre-Emmanuel Patry
2
-7
/
+8
2025-04-08
gccrs: Fix ICE on raw reference
Philip Herron
5
-12
/
+11
2025-04-08
gccrs: Fix ICE when there are 2 functions named main
Philip Herron
8
-21
/
+15
2025-04-08
gccrs: Evaluate the enum's discriminant in a const context
Ryutaro Okada
1
-0
/
+2
2025-03-31
gccrs: Fix ICE in array ref constexpr
Philip Herron
1
-4
/
+2
2025-03-31
gccrs: Fix ICE during const expr eval on array expressions
Philip Herron
2
-1
/
+6
2025-03-31
gccrs: Fix ICE when compiling path which resolves to trait constant
Philip Herron
1
-0
/
+21
2025-03-31
gccrs: Give the builtin unit struct an actual locus
Philip Herron
5
-8
/
+17
2025-03-31
gccrs: Fix ICE when compiling block expressions in array capacity
Philip Herron
3
-1
/
+29
2025-03-31
gccrs: Fix ICE when array elements are not a value
Philip Herron
1
-0
/
+11
2025-03-24
gccrs: remove visitor which is not needed here
Philip Herron
2
-46
/
+20
2025-03-24
gccrs: Fix some small issues
Owen Avery
1
-1
/
+1
2025-03-24
gccrs: initial setup for new OpaqueType to represent Impl types
Philip Herron
2
-0
/
+7
[next]