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
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
gccrs: Add support for feature check.
mxlol233
6
-0
/
+402
2023-04-06
gccrs: parser: Fix parsing of closure param list
Arthur Cohen
1
-0
/
+2
2023-04-06
gccrs: parser: Improve parsing of complex generic arguments
Arthur Cohen
1
-1
/
+3
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
2
-6
/
+29
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
1
-0
/
+6
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
1
-0
/
+2
2023-04-06
gccrs: Support GroupedPattern during name resolution
Owen Avery
1
-0
/
+5
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
1
-0
/
+57
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
7
-35
/
+205
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
8
-80
/
+228
2023-04-06
gccrs: rust: add bound parsing in parse_generic_arg.
mxlol233
1
-0
/
+17
2023-04-06
gccrs: Check for mutable references in const functions
Dave
1
-2
/
+6
2023-04-06
gccrs: unsafe: check use of `target_feature` attribute
Prajwal S N
3
-1
/
+36
2023-04-06
gccrs: fatal_error_flag: Fix typo in error message
Arthur Cohen
1
-1
/
+1
2023-02-23
Daily bump.
GCC Administrator
1
-0
/
+14
2023-02-22
Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/types
Thomas Schwinge
1
-0
/
+15
2023-02-22
Rust: Move void_list_node init to common code
Thomas Schwinge
1
-4
/
+0
2023-02-22
Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace'
Thomas Schwinge
1
-2
/
+0
2023-02-22
Daily bump.
GCC Administrator
1
-0
/
+839
2023-02-21
Update copyright years.
Thomas Schwinge
2
-2
/
+2
2023-02-21
gccrs: add math intrinsics
Raiki Tamura
1
-4
/
+118
2023-02-21
gccrs: const evaluator: Remove get_nth_callarg
Arthur Cohen
1
-16
/
+3
2023-02-21
gccrs: Repair 'gcc/rust/lang.opt' comment
Thomas Schwinge
1
-3
/
+1
2023-02-21
gccrs: Cleanup unused parameters to fix the bootstrap build
Philip Herron
26
-695
/
+661
2023-02-21
gccrs: Fix undefined behaviour issues on macos
Philip Herron
5
-13
/
+38
2023-02-21
gccrs: Add initial support for argument capture of closures
Philip Herron
5
-6
/
+139
2023-02-21
gccrs: Add capture tracking to the type info for closures
Philip Herron
3
-6
/
+14
2023-02-21
gccrs: Add closure binding's tracking to name resolution
Philip Herron
3
-0
/
+159
2023-02-21
gccrs: Refactor name resolver to take a Rib::ItemType
Philip Herron
10
-41
/
+108
2023-02-21
gccrs: Get rid of make builtin macro
Philip Herron
2
-48
/
+46
2023-02-21
gccrs: Improve lexer dump
Raiki Tamura
6
-72
/
+72
2023-02-21
gccrs: Remove default location. Add visibility location to create_* functions
Dave
2
-19
/
+25
[prev]
[next]