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
/
testsuite
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
gccrs: Fix issue with parsing unsafe block expression statements
Owen Avery
1
-0
/
+7
2023-04-06
gccrs: add test case to show our query-type system is working
Philip Herron
1
-0
/
+8
2023-04-06
gccrs: Fix up DejaGnu directives in 'rust/compile/issue-1830_{bytes,str}.rs' ...
Thomas Schwinge
2
-2
/
+4
2023-04-06
gccrs: builtins: Return empty list of tokens instead of nullptr
Arthur Cohen
2
-0
/
+9
2023-04-06
gccrs: Fix regression in testcase
Philip Herron
1
-2
/
+62
2023-04-06
gccrs: Support for Sized builtin marker trait
Philip Herron
2
-0
/
+47
2023-04-06
gccrs: Implemented UTF-8 checking for include_str!()
Owen Avery
2
-0
/
+2
2023-04-06
gccrs: Add support for parsing empty tuple patterns.
Owen Avery
1
-0
/
+3
2023-04-06
gccrs: testsuite: Add empty string macro test
Pierre-Emmanuel Patry
2
-0
/
+16
2023-04-06
gccrs: Add test
Owen Avery
1
-0
/
+8
2023-04-06
gccrs: Add variadic argument type checking
Owen Avery
1
-1
/
+1
2023-04-06
gccrs: Add feature gate for "rust-intrinsic".
mxlol233
29
-0
/
+60
2023-04-06
gccrs: macros: Perform macro expansion in a fixed-point fashion.
Arthur Cohen
6
-6
/
+61
2023-04-06
gccrs: Add support for TuplePattern in let statements
Owen Avery
1
-0
/
+4
2023-04-06
gccrs: Add general TypeBounds checks
Philip Herron
5
-6
/
+260
2023-04-06
gccrs: Remove bad error message on checking function arguments
Philip Herron
1
-1
/
+0
2023-04-06
gccrs: Add missing Sized, Copy and Clone lang item mappings
Philip Herron
1
-0
/
+23
2023-04-06
gccrs: Refactor the type unification code
Philip Herron
1
-2
/
+1
2023-04-06
gccrs: Remove monomorphization hack to setup possible associated types
Philip Herron
1
-0
/
+20
2023-04-06
gccrs: Add another test case for passing associated type-bounds
Philip Herron
1
-0
/
+30
2023-04-06
gccrs: Add support for feature check.
mxlol233
1
-0
/
+4
2023-04-06
gccrs: parser: Fix parsing of closure param list
Arthur Cohen
1
-0
/
+9
2023-04-06
gccrs: parser: Improve parsing of complex generic arguments
Arthur Cohen
2
-0
/
+27
2023-04-06
gccrs: parser: Allow parsing multiple reference types
Arthur Cohen
1
-0
/
+12
2023-04-06
gccrs: fixed compiler error message on wildcard pattern within expression
Abdul Rafey
1
-0
/
+8
2023-04-06
gccrs: Do not crash on empty macros expand. Fixes #1712
Lyra
1
-0
/
+7
2023-04-06
gccrs: testsuite: Handle Windows carriage returns properly
Arthur Cohen
87
-109
/
+104
2023-04-06
gccrs: diagnostics: Add underline for tokens in diagnostics.
mxlol233
1
-0
/
+15
2023-04-06
gccrs: Support associated type bound arguments
Philip Herron
2
-3
/
+31
2023-04-06
gccrs: Implement declarative macro 2.0 parser
Raiki Tamura
11
-0
/
+73
2023-04-06
gccrs: rust: add bound parsing in parse_generic_arg.
mxlol233
1
-0
/
+10
2023-04-06
gccrs: Check for mutable references in const functions
Dave
1
-0
/
+3
2023-04-06
gccrs: unsafe: check use of `target_feature` attribute
Prajwal S N
1
-0
/
+8
2023-02-21
gccrs: add math intrinsics
Raiki Tamura
1
-0
/
+173
2023-02-21
gccrs: Skip this debug test case which is failing on the latest mac-os devtoo...
Philip Herron
1
-7
/
+8
2023-02-21
gccrs: Add initial support for argument capture of closures
Philip Herron
1
-0
/
+33
2023-02-21
gccrs: add lang item "phantom_data"
Raiki Tamura
1
-0
/
+11
2023-02-21
gccrs: intrinsics: Implement atomic_load intrinsics
Arthur Cohen
2
-2
/
+31
2023-02-21
gccrs: intrinsics: Cleanup error handling around atomic_store_*
Arthur Cohen
1
-2
/
+2
2023-02-21
gccrs: intrinsics: Add unchecked operation intrinsics
Arthur Cohen
2
-0
/
+31
2023-02-21
gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed...
Arthur Cohen
3
-0
/
+87
2023-02-21
gccrs: intrinsics: Add `sorry_handler` intrinsic handler
Arthur Cohen
1
-0
/
+9
2023-02-21
gccrs: Support Closure calls as generic trait bounds
Philip Herron
1
-0
/
+32
2023-02-21
gccrs: Closure support at CallExpr
Philip Herron
1
-0
/
+18
2023-02-21
gccrs: Add check for recursive trait cycles
Philip Herron
1
-0
/
+5
2023-02-21
gccrs: Method resolution must support multiple candidates
Philip Herron
2
-3
/
+5
2023-02-21
gccrs: fix ICE on missing closing paren
Marc Poulhiès
1
-0
/
+3
2023-02-21
gccrs: intrinsics: Add data prefetching intrinsics
Arthur Cohen
1
-0
/
+17
2023-02-21
gccrs: Support looking up super traits for trait items
Philip Herron
1
-0
/
+48
2023-02-21
gccrs: testing: try loop in const function
Faisal Abbas
1
-0
/
+18
[next]