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-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
/
ast
/
rust-expr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-01
Modify AST and HIR code to use the new enums
Yizhe
1
-6
/
+11
2021-03-01
Extract enums into the global namespace
Yizhe
1
-59
/
+15
2021-02-13
Add ReferenceType with BorrowExpr and DereferenceExpr
Philip Herron
1
-0
/
+4
2021-02-13
Add in ContinueExpr support
Philip Herron
1
-78
/
+176
2021-02-11
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-2
/
+13
2021-02-10
Support Break without label and expression
Philip Herron
1
-1
/
+12
2021-02-07
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-2
/
+11
2021-02-06
Add in support to compile Methods and MethodCallExpr
Philip Herron
1
-2
/
+11
2021-02-03
Readded outer attributes to if and if let exprs
SimplyTheOther
1
-21
/
+31
2021-02-02
Merge with upstream
SimplyTheOther
1
-0
/
+4
2021-02-02
Cleanup of AST - moved outer_attrs to child classes
SimplyTheOther
1
-124
/
+215
2021-01-20
Support struct initializers using Identifiers
Philip Herron
1
-0
/
+2
2021-01-16
This brings in resolution and type checking of the unit-type.
Philip Herron
1
-0
/
+2
2021-01-10
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-0
/
+2
2021-01-08
Implicit Returns support.
Philip Herron
1
-0
/
+2
2021-01-08
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-4
/
+21
2021-01-08
Added final to some overriden methods for optimisation, planned macro parsing
SimplyTheOther
1
-31
/
+30
2021-01-06
Examine the Suffix hint on integers to apply apropriate TyTy type.
Philip Herron
1
-2
/
+2
2021-01-06
This brings structs back in post HIR changes. It supports structs
Philip Herron
1
-2
/
+19
2020-12-25
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-9
/
+12
2020-12-23
This brings arrays back into the new framework. It resolves ArrayType
Philip Herron
1
-9
/
+8
2020-12-23
Bring conditionals back since the HIR change.
Philip Herron
1
-0
/
+4
2020-12-22
Added code to expand cfg! macros
SimplyTheOther
1
-0
/
+2
2020-12-17
This sets up a name resolution framework trying to follow rust-dev guide
Philip Herron
1
-5
/
+0
2020-12-17
Add generated NodeId's to the AST
Philip Herron
1
-10
/
+31
2020-12-14
Prevented several warnings about unused parameters
SimplyTheOther
1
-1
/
+1
2020-12-13
Added location storage for struct expr fields
SimplyTheOther
1
-23
/
+39
2020-12-10
Fixed BlockExpr not being allowed to be empty
SimplyTheOther
1
-8
/
+8
2020-12-09
Fixed formatting to fit gcc style
SimplyTheOther
1
-158
/
+334
2020-12-09
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-0
/
+18
2020-12-08
Added new pattern stripping
SimplyTheOther
1
-4
/
+46
2020-12-08
Added more expression cfg stripping
SimplyTheOther
1
-14
/
+150
2020-12-08
Added more expr cfg stripping
SimplyTheOther
1
-4
/
+75
2020-12-08
Added more expr stripping
SimplyTheOther
1
-20
/
+73
2020-12-08
Added more expression stripping
SimplyTheOther
1
-28
/
+56
2020-12-08
Added cfg stripping for some expressions
SimplyTheOther
1
-14
/
+139
2020-12-08
Added strip-marking to statements, items and expressions (to allow them to be...
SimplyTheOther
1
-507
/
+493
2020-12-03
Type Resolve ReturnExpr's to ensure they match the function type.
Philip Herron
1
-1
/
+3
2020-12-01
GIMPLE coversions for ArrayIndexExpr and Arrays with values
Philip Herron
1
-0
/
+7
2020-12-01
Add Type resolution to Array expressions
Philip Herron
1
-0
/
+16
2020-11-28
Added skeleton for macro expansion and added way to convert MetaItems back to...
SimplyTheOther
1
-0
/
+2
2020-11-28
Improved parsing of MatchExpr (and AST structure)
SimplyTheOther
1
-44
/
+87
2020-11-28
Attempt to modify buffered_queue to take ownership of a source rather than re...
SimplyTheOther
1
-2047
/
+1147
2020-11-28
Type Resolve Struct initializtion of their fields
Philip Herron
1
-7
/
+6
2020-11-28
Lower NegationExprs
Philip Herron
1
-1
/
+2
2020-11-28
Compile conditional expressions if/if-else/if-elif-else
Philip Herron
1
-4
/
+19
2020-11-28
Compile LazyBooleans and ComparisonExpr to gimple
Philip Herron
1
-2
/
+4
2020-11-28
need access to the fields in AssignmentExpr and ReturnExpr
Philip Herron
1
-1
/
+3
2020-11-28
Need access to the LHS of the expression
Philip Herron
1
-0
/
+2
2020-11-28
Add the referenced function to the CallExpr when resolved
Philip Herron
1
-0
/
+3
[next]