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
2022-09-26
expand: eager evaluate macros inside builtin macros
liushuyu
1
-0
/
+2
2022-03-25
parser: Move outer attrs properly intoto AssignmentExpr
Arthur Cohen
1
-2
/
+3
2022-02-18
closure-arg: Add location info on arg name
Arthur Cohen
1
-5
/
+8
2022-02-18
struct-base: Add location info on `..` token
Arthur Cohen
1
-4
/
+4
2022-02-18
array-copy-init: Add location info
Arthur Cohen
1
-4
/
+3
2022-02-18
array-values: Add location info
Arthur Cohen
1
-4
/
+3
2022-02-04
Upated parameterised constuctor of MatchArm to take location data
@mvvsmk
1
-5
/
+4
2022-01-26
Added location data to Match Arm and removed unused code
@mvvsmk
1
-120
/
+7
2022-01-14
Track end locus of BlockExpr
David Faust
1
-7
/
+13
2021-12-16
Add initial name-resolution for match-expr
Philip Herron
1
-2
/
+7
2021-12-13
Get rid of lambdas with AST::ArrayElemsValues
David Faust
1
-9
/
+0
2021-11-16
Update AttrInput with AttrInputType
Philip Herron
1
-7
/
+8
2021-10-28
Remove iterate_params from AST::CallExpr and AST::MethodCallExpr
Nirmal Patel
1
-18
/
+0
2021-10-25
gccrs: StructExprStructFields: remove `iterate` method
Ben Boeckel
1
-9
/
+0
2021-10-13
remove AST::BlockExpr lambda and add get_statements
wan-nyan-wan
1
-9
/
+0
2021-09-01
Remove Enumeration Expression, EnumExpr, classes
Mark Wielaard
1
-346
/
+0
2021-08-31
StructExprUnit doesn't really exist
Mark Wielaard
1
-30
/
+0
2021-08-31
StructExprTuple doesn't really exist
Mark Wielaard
1
-69
/
+0
2021-08-26
Get rid of get_locus_slow
Mark Wielaard
1
-72
/
+37
2021-04-25
IfLetExpr: Assign outer_attrs in constructor
CohenArthur
1
-3
/
+3
2021-04-18
The trailing expression is not necessarily without a block
lrh2000
1
-5
/
+5
2021-04-10
Merge #348
bors[bot]
1
-2
/
+2
2021-04-02
Address miscellaneous '-Werror=unused-parameter' diagnostics [#336]
Thomas Schwinge
1
-2
/
+2
2021-04-02
Fix formatting
Yizhe
1
-1
/
+1
2021-04-02
Remove ArrayExpr::has_array_elems
Yizhe
1
-8
/
+1
2021-04-02
Disallow nullptr in ArrayExpr
Yizhe
1
-1
/
+5
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
[next]