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
/
testsuite
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
gccrs: offset_of: Compile the offset properly
Arthur Cohen
1
-0
/
+16
2025-08-05
gccrs: Add test case showing method resolution with const-generics
Philip Herron
1
-0
/
+24
2025-08-05
gccrs: Remove more calls to the old TyTy::BaseType::can_eq interface
Philip Herron
1
-1
/
+1
2025-08-05
gccrs: Fix ICE when extra const arguments supplied
Philip Herron
1
-0
/
+16
2025-08-05
gccrs: Support const generic inference variables
Philip Herron
1
-0
/
+7
2025-08-05
gccrs: Add initial support for const generics
Philip Herron
11
-21
/
+138
2025-08-05
gccrs: Fix ICE during const eval of const capacity
Philip Herron
1
-0
/
+7
2025-08-05
gccrs: Remove warning for unused `self` parameter
Ryutaro Okada
23
-26
/
+9
2025-08-05
gccrs: desugar: Add base for desugaring while-let loops
Arthur Cohen
1
-0
/
+109
2025-08-05
gccrs: hir: Add OffsetOf node
Arthur Cohen
1
-0
/
+9
2025-08-05
gccrs: expand: Add parser for offset_of!() and builtin resolution.
Arthur Cohen
1
-0
/
+11
2025-08-05
gccrs: Fix infinite loop with missing comma
Pierre-Emmanuel Patry
1
-0
/
+13
2025-08-05
gccrs: Add execute test for variable and identifiers
Pierre-Emmanuel Patry
2
-0
/
+47
2025-08-05
gccrs: Implement compilation for SlicePattern against SliceType scrutinee
Yap Zhi Heng
2
-0
/
+34
2025-08-05
gccrs: desugar: Handle try-blocks
Arthur Cohen
1
-0
/
+89
2025-08-05
gccrs: hir: Handle deferred const inference variables
Arthur Cohen
1
-0
/
+7
2025-08-05
gccrs: nr2.0: Handle glob imports of enum variants.
Arthur Cohen
1
-0
/
+16
2025-08-05
gccrs: fix bad monomophization of generic paths
Philip Herron
2
-0
/
+466
2025-08-05
gccrs: Add initial support for deffered operator overload resolution
Philip Herron
1
-0
/
+36
2025-08-05
gccrs: Fix ICE with duplicate root item main function
Philip Herron
1
-0
/
+8
2025-08-05
gccrs: Improve parsing of simple paths
Owen Avery
2
-0
/
+12
2025-08-05
gccrs: Add test case to show issue is fixed
Philip Herron
1
-0
/
+9
2025-08-05
gccrs: Reject loop in const/static context
lishin
2
-1
/
+7
2025-08-05
gccrs: Implement compilation for SlicePattern matching against ArrayType scru...
Yap Zhi Heng
2
-0
/
+31
2025-08-05
gccrs: Add size checking to SlicePattern
Yap Zhi Heng
1
-0
/
+8
2025-08-05
gccrs: Add test case showing all derives working on enum
Philip Herron
1
-0
/
+465
2025-08-05
gccrs: Add test case to show issue is fixed
Philip Herron
1
-0
/
+8
2025-08-05
gccrs: Add test case to show we emit better errors now
Philip Herron
1
-0
/
+29
2025-08-05
gccrs: add test case to show issue is fixed
Philip Herron
1
-0
/
+8
2025-08-05
gccrs: Fix ICE when handling bad constructor
Philip Herron
1
-0
/
+8
2025-08-05
gccrs: Fix cast rules logic to try simple casts then fall back to coercions
Philip Herron
1
-0
/
+6
2025-08-05
gccrs: Fix bad bounds checking for PartialOrd
Philip Herron
6
-1
/
+1066
2025-08-05
gccrs: Fix ice with invalid borrow expression
Philip Herron
1
-0
/
+4
2025-08-05
gccrs: Do proper const folding during typechecking for array capacities
Philip Herron
5
-6
/
+5
2025-08-05
gccrs: ast: Check before visiting a while-let's label
Arthur Cohen
1
-0
/
+11
2025-08-05
gccrs: Remove -frust-name-resolution-2.0 usage in tests
Owen Avery
34
-51
/
+9
2025-08-05
gccrs: nr2.0: Enable by default
Owen Avery
2
-150
/
+0
2025-08-05
gccrs: Implement compilation support for TuplePatternItems::RANGED
Zhi Heng
3
-0
/
+43
2025-08-05
gccrs: Fix type checking logic for TuplePattern
Zhi Heng
1
-0
/
+1
2025-08-05
gccrs: nr2.0: Adjust resolution of modules
Owen Avery
1
-1
/
+0
2025-08-05
gccrs: nr2.0: Add more checks for alternate patterns
Owen Avery
1
-1
/
+0
2025-08-05
gccrs: Fix scan-assembler regexp in recurse2.rs
Owen Avery
1
-1
/
+1
2025-08-05
gccrs: Fix bug with non compiled const decl
Philip Herron
1
-0
/
+6
2025-08-05
gccrs: check for invalid const calls during code-gen
Philip Herron
1
-0
/
+15
2025-08-05
gccrs: Fix TupleStructPattern compilation throwing error
Zhi Heng
2
-0
/
+21
2025-08-05
gccrs: nr2.0: Fix resolution of constant items
Owen Avery
1
-1
/
+0
2025-08-05
gccrs: Fix silly ordering bug in trait reference resolution
Philip Herron
1
-0
/
+8
2025-08-05
gccrs: Move AST desugaring into expansion phase
Owen Avery
1
-4
/
+0
2025-08-05
gccrs: Add test case showing RPIT working to close issue
Philip Herron
1
-0
/
+35
2025-08-05
gccrs: Fix ICE when constant is missing and expression
Philip Herron
2
-0
/
+10
[next]