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
2023-03-07
expand: Add stringify macro
Pierre-Emmanuel Patry
2
-0
/
+36
2023-03-02
Add location info when opening a file fails in include_str and include_bytes....
Nikos Alexandris
1
-5
/
+7
2023-02-28
ast: Add RestPattern AST node
Pierre-Emmanuel Patry
2
-0
/
+6
2023-02-28
Implement and test include_str eager expansion
omkar-mohanty
1
-50
/
+110
2023-02-24
ast: Add proper visitors for ExternalTypeItem
Arthur Cohen
1
-1
/
+8
2023-02-24
ast: Add ExternalTypeItem node
Arthur Cohen
2
-0
/
+9
2023-02-24
macro_invoc_lexer: Add `split_current_token` implementation
Arthur Cohen
1
-5
/
+16
2023-02-17
diagnostic: Refactor Error class
Arthur Cohen
2
-3
/
+3
2023-02-16
Add AST::AltPattern class
Owen Avery
2
-0
/
+15
2023-02-15
builtins: Return empty list of tokens instead of nullptr
Arthur Cohen
1
-2
/
+13
2023-02-14
Implemented UTF-8 checking for include_str!()
Owen Avery
1
-2
/
+49
2023-02-13
Merge #1847
bors[bot]
8
-8
/
+8
2023-02-12
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
Thomas Schwinge
8
-8
/
+8
2023-02-08
expander: Add documentation for `expand_eager_invocations`
Arthur Cohen
1
-3
/
+11
2023-02-08
macros: Perform macro expansion in a fixed-point fashion.
Arthur Cohen
5
-145
/
+294
2023-02-08
macro: Allow builtin `MacroInvocation`s within the AST
Arthur Cohen
1
-1
/
+71
2023-02-08
expansion: Add `get_token_slice` to `MacroInvocLexer` class
Arthur Cohen
2
-0
/
+17
2023-01-30
macro: Allow builtin `MacroInvocation`s within the AST
Arthur Cohen
1
-0
/
+2
2023-01-24
Do not crash on empty macros expand. Fixes #1712
Lyra
1
-0
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
8
-8
/
+8
2022-12-13
gccrs: Add expansion pass for the Rust front-end
Arthur Cohen
10
-0
/
+6228
2022-12-05
Cleanup unused parameters to fix the bootstrap build
Philip Herron
1
-11
/
+9
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
1
-9
/
+11
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
1
-11
/
+9
2022-10-24
builtins: Rename all bang macro handlers
Arthur Cohen
2
-36
/
+36
2022-10-19
ast: Improve Fragment API
Arthur Cohen
4
-14
/
+14
2022-10-19
rust: Replace uses of ASTFragment -> Fragment
Arthur Cohen
5
-92
/
+89
2022-10-11
early-name-resolver: Add simple macro name resolution
Arthur Cohen
4
-35
/
+18
2022-09-26
expand: eager evaluate macros inside builtin macros
liushuyu
2
-45
/
+162
2022-08-31
ast: Only expand expressions and types if the kind is right
Arthur Cohen
2
-5
/
+10
2022-08-30
Merge #1515 #1516
bors[bot]
1
-0
/
+8
2022-08-30
transcriber: Do not infinite loop if the current parsed node is an error
Arthur Cohen
1
-0
/
+8
2022-08-30
macros: Handle matchers properly in repetitions
Arthur Cohen
2
-6
/
+10
2022-08-02
expand: correctly handles non-macro nodes ...
liushuyu
1
-0
/
+16
2022-07-28
expand: further improves the handling of recursive macros ...
liushuyu
2
-21
/
+48
2022-07-22
Merge #1405
bors[bot]
3
-25
/
+68
2022-07-20
macros: Rename APIs around metavars and repetitions to improve clarity
Arthur Cohen
3
-20
/
+24
2022-07-20
macro: Allow the repetition of metavars when expanding repetitions
Arthur Cohen
3
-19
/
+58
2022-07-19
expand/attr-visitor: recursively expand the macros if needed
liushuyu
1
-2
/
+11
2022-07-19
rust/expand: merge expand_invoc and expand_invoc_semi functions
liushuyu
3
-51
/
+12
2022-07-18
resolver: Disambiguate generic args
Arthur Cohen
1
-13
/
+28
2022-07-15
Support extern crate
Philip Herron
1
-4
/
+13
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
2
-6
/
+9
2022-07-07
Merge #1363
bors[bot]
2
-7
/
+8
2022-07-07
Refactor Lexer to support an abstract InputSource class
Philip Herron
2
-7
/
+8
2022-07-07
ast: Rename ConstGenericArg -> GenericArg
Arthur Cohen
1
-6
/
+15
2022-06-24
Add line builtin macro
Sebastien Lacoste
2
-0
/
+16
2022-06-24
Remove unused commented code
Sebastien Lacoste
1
-2
/
+1
2022-06-17
ast: Add ConstGenericParam class
Arthur Cohen
2
-0
/
+6
2022-06-14
Fix formatting error on 32-bits targets
Marc Poulhiès
2
-5
/
+8
[prev]
[next]