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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
gccrs: ast: Dump raw pointer type
Jakub Dupak
1
-88
/
+112
2023-02-21
gccrs: ast: Dump array type
Jakub Dupak
1
-0
/
+7
2023-02-21
gccrs: ast: Dump slice type
Jakub Dupak
1
-0
/
+5
2023-02-21
gccrs: ast: Dump where clause and recursively needed nodes
Jakub Dupak
5
-17
/
+131
2023-02-21
gccrs: ast: add visit overload for references
Jakub Dupak
3
-7
/
+23
2023-02-21
gccrs: typecheck: Fix overzealous `delete` call
Arthur Cohen
1
-1
/
+0
2023-02-21
gccrs: add Location to AST::Visibility
Dave
3
-9
/
+19
2023-02-21
gccrs: add lang item "phantom_data"
Raiki Tamura
2
-0
/
+20
2023-02-21
gccrs: ast: Dump unit struct
Jakub Dupak
1
-1
/
+4
2023-02-21
gccrs: ast: refer correctly to arguments in docs-strings
Jakub Dupak
1
-3
/
+3
2023-02-21
gccrs: ast: transform helper methods to visits and add methods to simplify re...
Jakub Dupak
2
-387
/
+235
2023-02-21
gccrs: ast: visitor pattern -> overload syntax compatibility layer
Jakub Dupak
2
-0
/
+15
2023-02-21
gccrs: intrinsics: Implement atomic_load intrinsics
Arthur Cohen
4
-33
/
+144
2023-02-21
gccrs: intrinsics: Cleanup error handling around atomic_store_*
Arthur Cohen
2
-24
/
+30
2023-02-21
gccrs: intrinsics: Use lambdas for wrapping_<op> intrinsics
Arthur Cohen
1
-18
/
+11
2023-02-21
gccrs: intrinsics: Add unchecked operation intrinsics
Arthur Cohen
3
-0
/
+111
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
[next]