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/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
2024-04-16
Daily bump.
GCC Administrator
1
-0
/
+18
2024-04-15
Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single user
Thomas Schwinge
1
-3
/
+1
2024-04-15
Add 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL'
Thomas Schwinge
1
-2
/
+4
2024-04-15
Inline 'gcc/rust/Make-lang.in:RUST_LDFLAGS' into single user
Thomas Schwinge
1
-2
/
+1
2024-04-15
Remove 'libgrust/libproc_macro_internal' from 'gcc/rust/Make-lang.in:RUST_LDF...
Thomas Schwinge
1
-1
/
+1
2024-04-10
Daily bump.
GCC Administrator
1
-0
/
+4
2024-04-09
rust: Add rust.install-dvi and rust.install-html rules
Christophe Lyon
1
-0
/
+2
2024-03-05
Daily bump.
GCC Administrator
1
-0
/
+4
2024-03-04
Regenerate opt.urls
Mark Wielaard
1
-0
/
+3
2024-02-22
Daily bump.
GCC Administrator
1
-0
/
+47
2024-02-21
Update copyright years.
Sahil Yeole
74
-75
/
+75
2024-02-21
gccrs: Add variadic check on function params
0xn4utilus
1
-4
/
+8
2024-02-21
gccrs: Fix lookup of TuplePattern sub-pattern types
Owen Avery
1
-6
/
+6
2024-02-21
gccrs: add powi intrinsics
Marc Poulhiès
2
-3
/
+29
2024-02-21
gccrs: expand: Fix formatting for "macro not found" error
Arthur Cohen
1
-3
/
+3
2024-02-21
gccrs: Fix rebinding imports
Owen Avery
2
-93
/
+109
2024-02-21
gccrs: Fix typo in RegionConstraints instance
Arthur Cohen
1
-1
/
+1
2024-02-08
Daily bump.
GCC Administrator
1
-0
/
+315
2024-02-07
gccrs: Fix macro parsing for trait items.
Kushal Pal
1
-18
/
+19
2024-02-07
gccrs: Remove obsolete classes and functions.
Kushal Pal
30
-1302
/
+0
2024-02-07
gccrs: Parse trait functions as `AST::Function`.
Kushal Pal
1
-125
/
+2
2024-02-07
gccrs: Add missing visitors for AST::Function.
Kushal Pal
5
-0
/
+196
2024-02-07
gccrs: Add checks for Trait functions
Kushal Pal
1
-7
/
+11
2024-02-07
gccrs: Use AssociatedItem in place of TraitItem
Kushal Pal
5
-16
/
+17
2024-02-07
gccrs: fix bug in pattern check for tuples
Philip Herron
1
-2
/
+4
2024-02-07
gccrs: Move the Implementation of implitem lowering into its own file.
Nobel Singh
3
-396
/
+439
2024-02-07
gccrs: refactor inference variable computation into a seperate method
Philip Herron
3
-33
/
+44
2024-02-07
gccrs: remove similar hack in type paths as we had in path expressions
Philip Herron
1
-16
/
+0
2024-02-07
gccrs: remove old generics hack to reuse generic symbols from previous seg
Philip Herron
1
-19
/
+2
2024-02-07
gccrs: Fix ICE accessing empty vector without check
Philip Herron
1
-1
/
+2
2024-02-07
gccrs: Set the default ABI to C for extern blocks and extern functions
Nobel Singh
1
-2
/
+2
2024-02-07
gccrs: TyTy: Store reference to type before any substitutions
Jakub Dupak
2
-2
/
+11
2024-02-07
gccrs: TyTy: Store region constraints
Jakub Dupak
12
-53
/
+151
2024-02-07
gccrs: Typecheck: add regions (lifetimes) to TyTy
Jakub Dupak
18
-177
/
+585
2024-02-07
gccrs: HIR: Add mising getter
Jakub Dupak
1
-0
/
+5
2024-02-07
gccrs: TyTy: Region (lifetime) representation
Jakub Dupak
1
-0
/
+110
2024-02-07
gccrs: Typecheck: lifetime interning and resolution tool
Jakub Dupak
2
-1
/
+279
2024-02-07
gccrs: Implement quick-check for Unicode
Raiki Tamura
7
-82
/
+280
2024-02-07
gccrs: Parse normal functions with `self` parameter correctly
Kushal Pal
1
-2
/
+2
2024-01-31
Daily bump.
GCC Administrator
1
-0
/
+839
2024-01-30
gccrs: Remove TraitImplItem
Owen Avery
8
-42
/
+26
2024-01-30
gccrs: Add improved error when no fields in initializer
Robert Goss
3
-3
/
+72
2024-01-30
gccrs: AST: Fix for lifetime lowering
Jakub Dupak
1
-4
/
+17
2024-01-30
gccrs: AST: Fix for lifetime parsing
Jakub Dupak
2
-16
/
+27
2024-01-30
gccrs: Added newline to get more readable lexdump
Kushal Pal
1
-1
/
+1
2024-01-30
gccrs: Unify storage of associated items in SingleASTNode
Owen Avery
5
-87
/
+42
2024-01-30
gccrs: Add improved error when a field is redefined in a struct constructor
Robert Goss
2
-32
/
+64
2024-01-30
gccrs: Handle `async` keyword for regular implementations
Kushal Pal
1
-0
/
+1
2024-01-30
gccrs: Fix inconsistent formatting
Kushal Pal
1
-1
/
+1
2024-01-30
gccrs: Handle `async` functions in traits
Kushal Pal
2
-3
/
+11
[next]