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/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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
gccrs: Refactor BaseType, InferType and ErrorType impl into cc file
Philip Herron
2
-62
/
+211
2023-04-06
gccrs: Refactor all substitution mapper code implementation into its own CC file
Philip Herron
3
-244
/
+387
2023-04-06
gccrs: Refactor SubstitutionRef base class into its own CC file
Philip Herron
5
-929
/
+1245
2023-04-06
gccrs: Refactor TyVar and TypeBoundPredicates
Philip Herron
6
-178
/
+276
2023-04-06
gccrs: Move TypePredicateItem impl out of the header
Philip Herron
2
-12
/
+28
2023-04-06
gccrs: Add another test case for passing associated type-bounds
Philip Herron
1
-0
/
+30
2023-04-06
gccrs: Removed comment copy-pasted from gcc/tree.def
Owen Avery
1
-24
/
+0
2023-04-06
gccrs: Add support for feature check.
mxlol233
7
-0
/
+406
2023-04-06
gccrs: parser: Fix parsing of closure param list
Arthur Cohen
2
-0
/
+11
2023-04-06
gccrs: parser: Improve parsing of complex generic arguments
Arthur Cohen
3
-1
/
+30
2023-04-06
gccrs: Implement lowering ReferencePattern from AST to HIR
Owen Avery
3
-0
/
+34
2023-04-06
gccrs: Optimize HIR::ReferencePattern
Owen Avery
2
-13
/
+5
2023-04-06
gccrs: Remove HIR::GroupedPattern
Owen Avery
17
-132
/
+0
2023-04-06
gccrs: Improve GroupedPattern lowering
Owen Avery
1
-11
/
+1
2023-04-06
gccrs: Move rust-buffered-queue.h to util folder #1766
MAHAD
1
-0
/
+0
2023-04-06
gccrs: parser: Allow parsing multiple reference types
Arthur Cohen
3
-6
/
+41
2023-04-06
gccrs: Create and use CompilePatternLet visitor for compiling let statments
Owen Avery
3
-28
/
+148
2023-04-06
gccrs: macro: Allow builtin `MacroInvocation`s within the AST
Arthur Cohen
3
-56
/
+126
2023-04-06
gccrs: fixed indentations in AST pretty expanded dump of trait
Abdul Rafey
1
-6
/
+1
2023-04-06
gccrs: fixed compiler error message on wildcard pattern within expression
Abdul Rafey
2
-0
/
+14
2023-04-06
gccrs: moved operator.h to util/rust-operators.h
Abdul Rafey
6
-5
/
+5
2023-04-06
gccrs: Rename file rust-ast-full-test.cc to rust-ast.cc
Parthib
2
-1
/
+1
2023-04-06
gccrs: Added missing GroupedPattern visitors for code generation
Owen Avery
2
-2
/
+14
2023-04-06
gccrs: Add type resolution for grouped patterns
Owen Avery
1
-3
/
+5
2023-04-06
gccrs: Add get_item method for HIR::GroupedPattern
Owen Avery
1
-0
/
+6
2023-04-06
gccrs: Add HIR lowering for GroupedPattern
Owen Avery
2
-0
/
+17
2023-04-06
gccrs: Do not crash on empty macros expand. Fixes #1712
Lyra
2
-0
/
+9
2023-04-06
gccrs: Support GroupedPattern during name resolution
Owen Avery
1
-0
/
+5
2023-04-06
gccrs: testsuite: Handle Windows carriage returns properly
Arthur Cohen
87
-109
/
+104
2023-04-06
gccrs: Change how CompileVarDecl outputs Bvariable's
Owen Avery
2
-14
/
+16
2023-04-06
gccrs: diagnostics: Add underline for tokens in diagnostics.
mxlol233
2
-0
/
+72
2023-04-06
gccrs: Add get_locus function for abstract class MetaItemInner.
mxlol233
3
-0
/
+22
2023-04-06
gccrs: Reuse TypeCheckPattern on LetStmt's
Owen Avery
1
-8
/
+6
2023-04-06
gccrs: Support associated type bound arguments
Philip Herron
9
-38
/
+236
2023-04-06
gccrs: Add name resolution to generic argument associated item bindings
Philip Herron
1
-0
/
+5
2023-04-06
gccrs: Implement declarative macro 2.0 parser
Raiki Tamura
19
-80
/
+301
2023-04-06
gccrs: rust: add bound parsing in parse_generic_arg.
mxlol233
2
-0
/
+27
2023-04-06
gccrs: Check for mutable references in const functions
Dave
2
-2
/
+9
2023-04-06
gccrs: unsafe: check use of `target_feature` attribute
Prajwal S N
4
-1
/
+44
2023-04-06
gccrs: fatal_error_flag: Fix typo in error message
Arthur Cohen
1
-1
/
+1
2023-04-06
[testsuite] enable -maltivec like vect_int for signbit-2.c
Alexandre Oliva
1
-0
/
+1
2023-04-05
Fix typo in -param=vect-induction-float= attributes
Andrew Pinski
1
-1
/
+1
2023-04-05
testsuite: fix proc unsupported overriding in modules.exp [PR108899]
Alexandre Oliva
1
-9
/
+11
2023-04-06
Daily bump.
GCC Administrator
4
-1
/
+85
2023-04-05
PR modula2/109423 cc1gm2 ICE if an INCL or EXCL is performed on an unknown set
Gaius Mulley
16
-32
/
+27
2023-04-05
[RFA][Bug target/108892 ][13 regression] Force re-recognition after changing ...
Jeff Law
2
-0
/
+24
2023-04-05
ipa: Avoid another ICE when dealing with type-incompatibilities (PR 108959)
Martin Jambor
2
-0
/
+88
2023-04-05
[PATCH] RISC-V: Fix SEW64 of vrsub.vx runtime fail in RV32 system
Ju-Zhe Zhong
2
-1
/
+436
2023-04-04
[PATCH] RISC-V: Fix PR109399 VSETVL PASS bug
Juzhe-Zhong
2
-1
/
+21
2023-04-04
RISC-V: Fix typos
Li Xu
3
-6
/
+5
[next]