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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-06
Daily bump.
GCC Administrator
1
-0
/
+2388
2025-08-05
gccrs: Add read-only check on HIR
Ryutaro Okada
3
-0
/
+321
2025-08-05
gccrs: Call base class's accept_vis method
Ryutaro Okada
1
-4
/
+4
2025-08-05
gccrs: Add check before calling `get_trait_ref()`
Ryutaro Okada
1
-1
/
+2
2025-08-05
gccrs: Remove undefined behavior with static_cast
Owen Avery
1
-2
/
+2
2025-08-05
gccrs: Recognize rustc_args_required_const attribute
Owen Avery
2
-0
/
+6
2025-08-05
gccrs: Make AttributeParser rely more on Parser
Owen Avery
3
-176
/
+48
2025-08-05
gccrs: offset_of: Compile the offset properly
Arthur Cohen
3
-1
/
+56
2025-08-05
gccrs: Catch parse failure in parse_path_meta_item
Owen Avery
1
-3
/
+6
2025-08-05
gccrs: Avoid including rust-parse-impl.h in rust-parse.h
Owen Avery
6
-7
/
+95
2025-08-05
gccrs: Fix object copying issue causing pointer inconsistency
Ryutaro Okada
1
-1
/
+1
2025-08-05
gccrs: Parse expression instead of literal in attributes
Pierre-Emmanuel Patry
19
-53
/
+63
2025-08-05
gccrs: remove old debug
Philip Herron
1
-7
/
+0
2025-08-05
gccrs: improve debug logging for unify site
Philip Herron
1
-4
/
+16
2025-08-05
gccrs: Remove more calls to the old TyTy::BaseType::can_eq interface
Philip Herron
15
-78
/
+70
2025-08-05
gccrs: Ensure we track the const generic substitution on the param mappings
Philip Herron
2
-4
/
+13
2025-08-05
gccrs: Initialize boolean flag correctly
Pierre-Emmanuel Patry
1
-1
/
+1
2025-08-05
gccrs: Initialize boolean flag correctly
Pierre-Emmanuel Patry
1
-1
/
+3
2025-08-05
gccrs: Prevent used after move on self param
Pierre-Emmanuel Patry
1
-8
/
+9
2025-08-05
gccrs: Retrieve token stream before vector move
Pierre-Emmanuel Patry
1
-1
/
+2
2025-08-05
gccrs: Add rest pattern support for AST::SlicePattern
Yap Zhi Heng
17
-42
/
+447
2025-08-05
gccrs: Fix ICE when extra const arguments supplied
Philip Herron
1
-3
/
+3
2025-08-05
gccrs: Support const generic inference variables
Philip Herron
1
-3
/
+15
2025-08-05
gccrs: Fix ICE during hir dump of deferred anon constant
Philip Herron
2
-2
/
+8
2025-08-05
gccrs: Fix ICE for ast dump of deferred anon const
Philip Herron
1
-1
/
+7
2025-08-05
gccrs: fix clang formatting
Philip Herron
4
-5
/
+5
2025-08-05
gccrs: Add initial support for const generics
Philip Herron
20
-136
/
+471
2025-08-05
gccrs: Add ConstType boiler plate to handle const generics
Philip Herron
16
-2
/
+259
2025-08-05
gccrs: Refactor the ParamType to a BaseGeneric base-type
Philip Herron
10
-56
/
+82
2025-08-05
gccrs: simplify the is_eq on ADTType
Philip Herron
1
-4
/
+1
2025-08-05
gccrs: Refactor substitution param mapping to be more abstract
Philip Herron
4
-27
/
+59
2025-08-05
gccrs: Fix ICE during const eval of const capacity
Philip Herron
1
-0
/
+2
2025-08-05
gccrs: Do not warn about unused `self` parameter
Ryutaro Okada
1
-1
/
+3
2025-08-05
gccrs: desugar: Add base for desugaring while-let loops
Arthur Cohen
4
-2
/
+180
2025-08-05
gccrs: Fix AttrInputMacro operator= overloading.
Pierre-Emmanuel Patry
2
-3
/
+8
2025-08-05
gccrs: desugar: Cleanup for-loop desugar implementation.
Arthur Cohen
2
-21
/
+4
2025-08-05
gccrs: lower: Add assertions for desugared nodes
Arthur Cohen
6
-27
/
+25
2025-08-05
gccrs: desugar: Add assertions for try-blocks and question-mark
Arthur Cohen
2
-1
/
+4
2025-08-05
gccrs: desugar: Add for-loop desugar to ExpressionYeast
Arthur Cohen
5
-51
/
+41
2025-08-05
gccrs: hir: Add OffsetOf node
Arthur Cohen
27
-2
/
+168
2025-08-05
gccrs: expand: Add parser for offset_of!() and builtin resolution.
Arthur Cohen
8
-4
/
+123
2025-08-05
gccrs: ast: Add OffsetOf node
Arthur Cohen
15
-2
/
+138
2025-08-05
gccrs: Error message field member was not properly updated
Pierre-Emmanuel Patry
1
-4
/
+4
2025-08-05
gccrs: Fix infinite loop with missing comma
Pierre-Emmanuel Patry
1
-1
/
+3
2025-08-05
gccrs: Fix semicolon after some namespace
Pierre-Emmanuel Patry
5
-9
/
+9
2025-08-05
gccrs: nr1.0: Remove rust/typecheck support
Owen Avery
12
-401
/
+119
2025-08-05
gccrs: Add input/output from inout and split in out
Pierre-Emmanuel Patry
1
-34
/
+71
2025-08-05
gccrs: Parse input and output expression
Pierre-Emmanuel Patry
1
-7
/
+16
2025-08-05
gccrs: Add pretty hir dump for inline assembly
Pierre-Emmanuel Patry
3
-11
/
+90
2025-08-05
gccrs: Add indexed positional argument support in asm
Pierre-Emmanuel Patry
1
-0
/
+5
[next]