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-05-27
hir: Add const blocks
Arthur Cohen
4
-0
/
+25
2025-05-26
gccrs: Initial support for Return Position Impl Trait
Philip Herron
1
-1
/
+3
2025-05-26
gccrs: Fix non canonical type bug with tuples
Philip Herron
1
-1
/
+1
2025-05-08
gccrs: fix ICE on empty constexpr loops
Tom Schollenberger
1
-0
/
+3
2025-05-07
Improve struct pattern compilation
Owen Avery
2
-29
/
+17
2025-05-07
Revert "backend: Remove checks on StructFieldIdentPattern"
Owen Avery
1
-7
/
+25
2025-04-30
backend: Remove checks on StructFieldIdentPattern
Arthur Cohen
1
-25
/
+7
2025-04-30
backend: Compile struct rebinding patterns
Arthur Cohen
2
-18
/
+58
2025-04-30
backend: Refactor struct pattern compilation
Arthur Cohen
2
-46
/
+68
2025-04-19
gccrs: prealloc the initilizer vector
Philip Herron
1
-0
/
+4
2025-04-17
Parse and lower llvm asm node
Pierre-Emmanuel Patry
5
-0
/
+78
2025-04-07
Migrate error state to optionals
Pierre-Emmanuel Patry
2
-7
/
+8
2025-04-03
gccrs: Fix ICE on raw reference
Philip Herron
5
-12
/
+11
2025-04-02
gccrs: Fix ICE when there are 2 functions named main
Philip Herron
8
-21
/
+15
2025-03-31
Evaluate the enum's discriminant in a const context
Ryutaro Okada
1
-0
/
+2
2025-03-28
gccrs: Fix ICE in array ref constexpr
Philip Herron
1
-4
/
+2
2025-03-27
gccrs: Fix ICE during const expr eval on array expressions
Philip Herron
2
-1
/
+6
2025-03-27
gccrs: Fix ICE when compiling path which resolves to trait constant
Philip Herron
1
-0
/
+21
2025-03-27
gccrs: Give the builtin unit struct an actual locus
Philip Herron
5
-8
/
+17
2025-03-27
gccrs: Fix ICE when compiling block expressions in array capacity
Philip Herron
3
-1
/
+29
2025-03-27
gccrs: Fix ICE when array elements are not a value
Philip Herron
1
-0
/
+11
2025-03-14
gccrs: remove visitor which is not needed here
Philip Herron
2
-46
/
+20
2025-03-14
Fix some small issues
Owen Avery
1
-1
/
+1
2025-02-16
gccrs: initial setup for new OpaqueType to represent Impl types
Philip Herron
2
-0
/
+7
2025-02-11
gccrs: enum type layout needs to respect the enum repr type
Philip Herron
2
-14
/
+5
2025-02-11
gccrs: add variant_count intrinsic
Philip Herron
1
-1
/
+55
2025-02-11
gccrs: add discriminant value intrinsic
Philip Herron
1
-44
/
+105
2025-02-04
gccrs: Fix compilation of trait-items which map to impl items
Philip Herron
3
-12
/
+39
2025-02-03
nr2.0: Remove accidental copies of resolver
Owen Avery
3
-5
/
+5
2025-01-29
gccrs: add support for ref literal patterns
Philip Herron
1
-6
/
+12
2025-01-29
gccrs: add new -frust-overflow-checks flag to control overflow checks
Philip Herron
1
-16
/
+17
2025-01-29
Compile unit struct with constructor
Pierre-Emmanuel Patry
1
-0
/
+5
2025-01-29
Remove query mode on CompileItem
Pierre-Emmanuel Patry
2
-8
/
+4
2025-01-28
backend: Improve handling of lang-item PathInExpressions
Arthur Cohen
2
-48
/
+84
2025-01-28
hir: Adapt visitors to lang item PathInExpressions
Arthur Cohen
1
-4
/
+18
2025-01-28
gccrs: catch missing guard for optional result
Philip Herron
1
-5
/
+2
2025-01-23
backend: Allow anything as a match scrutinee
Arthur Cohen
1
-5
/
+1
2025-01-10
rust/intrinsic: add new "catch_unwind" variant of API
liushuyu
1
-10
/
+47
2025-01-10
rust/intrinsic: add try intrinsic and panic strategy options
liushuyu
1
-0
/
+72
2025-01-10
gccrs: match arms are a LUB
Philip Herron
1
-1
/
+12
2025-01-10
gccrs: cleanup our enum type layout to be closer to rustc
Philip Herron
4
-78
/
+127
2025-01-07
gccrs: add support for lang_item eq and PartialEq trait
Philip Herron
2
-3
/
+29
2025-01-03
Remove Rust::make_unique
Owen Avery
1
-1
/
+1
2024-12-13
gccrs: implement the TuplePattern and use it for function patterns
Philip Herron
4
-14
/
+109
2024-12-02
gccrs: add checks for division by zero and left shift overflow
Philip Herron
1
-3
/
+5
2024-12-02
gccrs: constant evaluation like these are coercion sites
Philip Herron
4
-15
/
+46
2024-11-30
hir: Remove duplicate function in TraitItemFunc
Arthur Cohen
1
-1
/
+1
2024-11-27
gccrs: ensure packed and aligned is applied properly
Philip Herron
1
-3
/
+5
2024-11-27
Prepend crate name to functions with nr2
Pierre-Emmanuel Patry
1
-1
/
+10
2024-11-22
gccrs: empty match expressions should resolve to !
Philip Herron
1
-11
/
+10
[next]