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
/
backend
/
rust-compile.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
Add support for optional trait functions in method calls
Philip Herron
1
-2
/
+26
2021-08-18
typecheck + backend: add module support
Marc Poulhiès
1
-0
/
+1
2021-08-08
Fix memory issues with multiple type-bounds
Philip Herron
1
-3
/
+3
2021-08-08
refactor error_node to be part of the type not the resolver
Philip Herron
1
-1
/
+1
2021-08-05
Support TypeBounds on Generic functions
Philip Herron
1
-21
/
+97
2021-08-01
union support for hir type checking and gcc backend
Mark Wielaard
1
-1
/
+1
2021-06-24
Add support for nested functions
Philip Herron
1
-14
/
+37
2021-06-21
Fix various Wformat-diag diagnostics
Marc Poulhiès
1
-2
/
+4
2021-06-16
Refactor HIR::InherentImpl to become HIR::ImplBlock
Philip Herron
1
-3
/
+2
2021-06-05
Use PRIx64 to print 64bit hex values in legacy_hash
Mark Wielaard
1
-1
/
+1
2021-05-14
Add FNV-128 hash for legacy symbol mangling
Philip Herron
1
-7
/
+28
2021-05-11
Implement basic rustc legacy symbol mangling
Philip Herron
1
-0
/
+68
2021-04-25
Clean up the compilation of block expressions
lrh2000
1
-46
/
+23
2021-04-18
Introduce limited support for the never type
lrh2000
1
-5
/
+3
2021-04-18
The trailing expression is not necessarily without a block
lrh2000
1
-2
/
+3
2021-03-27
Add Generic Impl block support
Philip Herron
1
-3
/
+16
2021-03-27
Add generics for impl blocks
Philip Herron
1
-1
/
+1
2021-03-09
Separate function definitions from function pointers.
Philip Herron
1
-1
/
+3
2021-03-01
Adds the same support from generic structs in #235 onto tuple structs
Philip Herron
1
-4
/
+14
2021-02-19
Renamed `TyBase` to `BaseType`
Yizhe
1
-1
/
+1
2021-02-10
Support Break without label and expression
Philip Herron
1
-16
/
+21
2021-02-09
Fix bad type resolution for CallExpr when fn is not simply PathInExpression
Philip Herron
1
-26
/
+20
2021-02-06
Add in support to compile Methods and MethodCallExpr
Philip Herron
1
-0
/
+77
2021-02-06
This adds support for basic BlockExpressions
Philip Herron
1
-16
/
+108
2021-01-20
Support struct initializers using Identifiers
Philip Herron
1
-0
/
+10
2021-01-20
Support Struct field index initialisation
Philip Herron
1
-0
/
+6
2021-01-20
Add in TupleStruct support
Philip Herron
1
-0
/
+47
2021-01-17
Handle forward references in backend compilation
Philip Herron
1
-2
/
+5
2021-01-16
Enforce type checking on implicit returns
Philip Herron
1
-1
/
+1
2021-01-10
Add in a check for unused decls within ribs.
Philip Herron
1
-1
/
+1
2021-01-08
Implicit Returns support.
Philip Herron
1
-0
/
+17
2021-01-06
This brings structs back in post HIR changes. It supports structs
Philip Herron
1
-0
/
+9
2020-12-23
Bring conditionals back since the HIR change.
Philip Herron
1
-0
/
+109
2020-12-17
This is a new HIR -> GIMPLE pass it reuses the mappings from hir,
Philip Herron
1
-2
/
+17
2020-12-17
Remove old analysis framework and strip the AST->GIMPLE pass this needs
Philip Herron
1
-1488
/
+19
2020-12-09
Fixed rust-compile.cc compile error
SimplyTheOther
1
-2
/
+2
2020-12-09
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-23
/
+113
2020-12-08
Added more cfg stripping code
SimplyTheOther
1
-5
/
+5
2020-12-08
Added new pattern stripping
SimplyTheOther
1
-12
/
+12
2020-12-08
Added more expression cfg stripping
SimplyTheOther
1
-11
/
+11
2020-12-08
Added more expr cfg stripping
SimplyTheOther
1
-4
/
+4
2020-12-08
Added more expr stripping
SimplyTheOther
1
-17
/
+17
2020-12-08
Added more expression stripping
SimplyTheOther
1
-9
/
+9
2020-12-08
Added cfg stripping for some expressions
SimplyTheOther
1
-25
/
+25
2020-12-08
Added more trait item stripping
SimplyTheOther
1
-43
/
+43
2020-12-03
Type Resolve ReturnExpr's to ensure they match the function type.
Philip Herron
1
-3
/
+3
2020-12-01
GIMPLE coversions for ArrayIndexExpr and Arrays with values
Philip Herron
1
-5
/
+113
2020-11-28
Remove unused and add FIXME
Philip Herron
1
-18
/
+0
2020-11-28
Improved parsing of MatchExpr (and AST structure)
SimplyTheOther
1
-4
/
+4
2020-11-28
Compile AST::StructExprStructFields into a constructor tree.
Philip Herron
1
-12
/
+98
[next]