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
/
expand
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
macro: Add assertion to avoid undefined behavior
Arthur Cohen
2
-2
/
+3
2022-05-09
macros: Error out when repeating metavars which refer to repetitions
CohenArthur
1
-0
/
+15
2022-05-02
Update gcc/rust/expand/rust-attribute-visitor.cc
antego
1
-0
/
+1
2022-05-01
Code deduplication for expression and type expansions.
antego
2
-120
/
+56
2022-04-26
Implement macro expansion in `IfExpr`, `IfExprConseqElse`, `IfExprConseqIf`, ...
antego
1
-0
/
+12
2022-04-23
Following up on #1141. Implementing macro expansion or ComparisonExpr, LazyBo...
antego
1
-6
/
+33
2022-04-19
macros: save included filename into session manager
liushuyu
1
-6
/
+8
2022-04-17
macros: add include! macro
liushuyu
2
-0
/
+57
2022-04-15
Move cfg!() macro to builtins
antego
4
-49
/
+39
2022-04-13
macros: Add env! macro
Ondřej Machota
2
-0
/
+73
2022-04-12
Merge #1109
bors[bot]
1
-0
/
+6
2022-04-12
rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-0
/
+6
2022-04-12
macros: fix an infinite loop ...
liushuyu
1
-1
/
+4
2022-04-11
macros: add concat! macro
liushuyu
2
-9
/
+63
2022-04-03
macros: add compile_error! macro
liushuyu
2
-0
/
+19
2022-03-31
macros: Allow transcribing of zero items
Arthur Cohen
3
-22
/
+22
2022-03-31
macros: Expand macro invocation properly in type contexts
Arthur Cohen
1
-0
/
+219
2022-03-31
macro_transcriber: Add TYPE context and associated transcriber
Arthur Cohen
2
-0
/
+17
2022-03-25
macros: Parse :meta properly
Arthur Cohen
1
-5
/
+1
2022-03-25
attributes: Allow stripping assignment expressions
Arthur Cohen
2
-4
/
+12
2022-03-24
Merge #1043 #1064
bors[bot]
3
-3
/
+180
2022-03-24
macros: implement include_bytes! and include_str!
David Faust
2
-0
/
+179
2022-03-24
macros: Allow parsing :tt fragments
Arthur Cohen
1
-3
/
+1
2022-03-23
Merge #1049
bors[bot]
1
-5
/
+11
2022-03-23
Merge #1044
bors[bot]
1
-1
/
+1
2022-03-23
macros: Add base functions to check for follow-set ambiguities
Arthur Cohen
1
-1
/
+1
2022-03-22
Merge #1047
bors[bot]
1
-3
/
+16
2022-03-22
parser: Add better restrictions around semicolons in statements
Arthur Cohen
1
-5
/
+11
2022-03-22
Merge #1041
bors[bot]
2
-14
/
+52
2022-03-21
macros: Add helper debugging function for substituted tokens
Arthur Cohen
1
-3
/
+16
2022-03-18
macros: Only expand merged repetitions if they contain the same amount
Arthur Cohen
2
-14
/
+52
2022-03-18
macros: Do not propagate parse errors in match repetitions
Arthur Cohen
1
-4
/
+7
2022-03-17
macros: Allow macro calls in trait implementations
Arthur Cohen
3
-3
/
+27
2022-03-17
macros: Add remaining context and improve parsing macro dispatch
Arthur Cohen
4
-69
/
+182
2022-03-17
Merge #1027 #1032
bors[bot]
1
-2
/
+5
2022-03-14
parser: Allow parsing stmts without closing semicolon
Arthur Cohen
1
-2
/
+5
2022-03-14
macros: Do not try and re-expand if depth has exceeded recursion limit
Arthur Cohen
3
-38
/
+23
2022-03-13
Merge #1004
bors[bot]
2
-0
/
+17
2022-03-13
Added column!() macro
M V V S Manoj Kumar
2
-0
/
+17
2022-03-11
Merge #1015 #1018
bors[bot]
1
-0
/
+37
2022-03-11
builtin-macros: Add more documentation for defining builtins
Arthur Cohen
1
-0
/
+37
2022-03-11
attr-visitor: Split in its own source and header
Arthur Cohen
3
-3073
/
+3463
2022-03-11
Merge #1002
bors[bot]
4
-50
/
+99
2022-03-11
macros: Replace macro invocations with expanded nodes
Arthur Cohen
2
-87
/
+239
2022-03-10
macros: Add abstraction around multiple matches
Arthur Cohen
4
-50
/
+99
2022-03-08
Merge #994 #997
bors[bot]
2
-29
/
+61
2022-03-08
macros: Allow any delimiters for invocation
Arthur Cohen
1
-8
/
+14
2022-03-08
macros: Parse macro patterns properly in repetition
Arthur Cohen
1
-21
/
+47
2022-03-07
Merge #991
bors[bot]
4
-21
/
+57
2022-03-06
Merge #986
bors[bot]
1
-3
/
+10
[prev]
[next]