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/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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed...
Arthur Cohen
6
-22
/
+268
2023-02-21
gccrs: constexpr: Add `rust_sorry_at` in places relying on init values
Arthur Cohen
1
-47
/
+49
2023-02-21
gccrs: intrinsics: Add `sorry_handler` intrinsic handler
Arthur Cohen
2
-0
/
+19
2023-02-21
gccrs: builtins: Rename all bang macro handlers
Arthur Cohen
3
-47
/
+47
2023-02-21
gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-3
/
+0
2023-02-21
gccrs: Implement the inline visitor
YizhePKU
1
-0
/
+95
2023-02-21
gccrs: Support Closure calls as generic trait bounds
Philip Herron
3
-47
/
+104
2023-02-21
gccrs: Add missing type resolution for function type segments
Philip Herron
1
-7
/
+62
2023-02-21
gccrs: Add missing hir lowering to function type-path segments
Philip Herron
6
-210
/
+269
2023-02-21
gccrs: Add missing name resolution to Function type-path segments
Philip Herron
1
-1
/
+14
2023-02-21
gccrs: Closure support at CallExpr
Philip Herron
8
-12
/
+361
2023-02-21
gccrs: Initial Type resolution for closures
Philip Herron
9
-31
/
+479
2023-02-21
gccrs: Add closures to lints and error checking
Philip Herron
3
-2
/
+11
2023-02-21
gccrs: Refactor method call type checking
Philip Herron
3
-74
/
+106
2023-02-21
gccrs: Add name resolution for closures
Philip Herron
2
-0
/
+63
2023-02-21
gccrs: Formatting cleanup in HIR lowering pattern
Philip Herron
3
-65
/
+20
2023-02-21
gccrs: Refactor expression hir lowering into cc file
Philip Herron
24
-906
/
+1009
2023-02-21
gccrs: Add missing fn_once_output langitem
Philip Herron
1
-0
/
+7
2023-02-21
gccrs: ast: Improve Fragment API
Arthur Cohen
6
-30
/
+47
2023-02-21
gccrs: rust: Replace uses of ASTFragment -> Fragment
Arthur Cohen
8
-235
/
+100
2023-02-21
gccrs: ast: Refactor ASTFragment -> Fragment class
Arthur Cohen
3
-0
/
+273
2023-02-21
gccrs: Add check for recursive trait cycles
Philip Herron
3
-1
/
+45
2023-02-21
gccrs: dump: Dump macro rules definition
Arthur Cohen
3
-12
/
+131
2023-02-21
gccrs: ast: Module: unloaded module and inner attributes
Jakub Dupak
1
-9
/
+32
2023-02-21
gccrs: dump: Fix module dumping
Arthur Cohen
1
-4
/
+4
2023-02-21
gccrs: dump: Dump items within modules
Arthur Cohen
1
-1
/
+17
2023-02-21
gccrs: dump: Emit visibility when dumping items
Arthur Cohen
1
-0
/
+1
2023-02-21
gccrs: Support outer attribute handling on trait items just like normal items
Philip Herron
7
-15
/
+72
2023-02-21
gccrs: ast: dump TypeAlias
Jakub Dupak
1
-2
/
+18
2023-02-21
gccrs: Refactor TraitResolver to not require a visitor
Philip Herron
2
-37
/
+26
2023-02-21
gccrs: ast: dump: RangeExprs
David Faust
1
-6
/
+25
2023-02-21
gccrs: ast: dump: various simple Exprs
David Faust
1
-6
/
+39
2023-02-21
gccrs: ast: dump: ArrayExpr
David Faust
1
-4
/
+28
2023-02-21
gccrs: ast: dump: ComparisonExpr and LazyBooleanExpr
David Faust
1
-2
/
+48
2023-02-21
gccrs: ast: dump: minor fixups to IfExpr formatting
David Faust
1
-1
/
+5
2023-02-21
gccrs: ast: dump: fix extra newline in block without tail
David Faust
1
-2
/
+2
2023-02-21
gccrs: Method resolution must support multiple candidates
Philip Herron
10
-31
/
+157
2023-02-21
gccrs: Add ABI mappings for rust-call to map to ABI::RUST
Philip Herron
1
-0
/
+2
2023-02-21
gccrs: Add mappings for fn_once lang item
Philip Herron
1
-0
/
+9
2023-02-21
gccrs: Support type resolution on super traits on dyn objects
Philip Herron
3
-24
/
+37
2023-02-21
gccrs: early-name-resolver: Add simple macro name resolution
Arthur Cohen
8
-35
/
+1320
2023-02-21
gccrs: ast: Add accept_vis() method to `GenericArg`
Arthur Cohen
1
-0
/
+17
2023-02-21
gccrs: rust-ast-resolve-item: Add note about resolving glob uses
Arthur Cohen
1
-0
/
+8
2023-02-21
gccrs: mappings: Add MacroInvocation -> MacroRulesDef mappings
Arthur Cohen
2
-0
/
+28
2023-02-21
gccrs: fix ICE on missing closing paren
Marc Poulhiès
2
-4
/
+14
2023-02-21
gccrs: intrinsics: Add data prefetching intrinsics
Arthur Cohen
3
-9
/
+111
2023-02-21
gccrs: ast: dump structs, enums and unions
David Faust
1
-8
/
+127
2023-02-21
gccrs: ast: dump: add format_{tuple,struct}_field helpers
David Faust
2
-0
/
+23
2023-02-21
gccrs: ast: dump: add emit_generic_params helper
David Faust
2
-13
/
+20
2023-02-21
gccrs: Support looking up super traits for trait items
Philip Herron
2
-0
/
+67
[prev]
[next]