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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
gccrs: Support for Sized builtin marker trait
Philip Herron
2
-2
/
+18
2023-02-13
Update copyright years.
Thomas Schwinge
1
-1
/
+1
2023-02-12
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
Thomas Schwinge
18
-18
/
+18
2023-02-05
gccrs: Add missing Sized, Copy and Clone lang item mappings
Philip Herron
1
-0
/
+24
2023-02-02
Move rust-buffered-queue.h to util folder #1766
MAHAD
1
-0
/
+204
2023-01-30
moved operator.h to util/rust-operators.h
Abdul Rafey
2
-1
/
+73
2023-01-16
Update copyright years.
Jakub Jelinek
16
-16
/
+16
2023-01-02
unsafe: check use of `target_feature` attribute
Prajwal S N
1
-0
/
+3
2022-12-13
gccrs: Add helpers mappings canonical path and lang items
Philip Herron
8
-0
/
+2181
2022-12-13
gccrs: Add attributes checker
Arthur Cohen
2
-0
/
+1109
2022-12-13
gccrs: Add implementation of Optional
Arthur Cohen
2
-0
/
+388
2022-12-13
gccrs: Add Base62 implementation
Arthur Cohen
2
-0
/
+80
2022-12-13
gccrs: Add Rust ABI enum helpers
Philip Herron
2
-0
/
+117
2022-12-13
gccrs: Add port of FNV hash used during legacy symbol mangling
Philip Herron
1
-0
/
+95
2022-12-13
gccrs: Add wrapper for make_unique
Philip Herron
1
-0
/
+35
2022-12-05
Cleanup unused parameters to fix the bootstrap build
Philip Herron
1
-156
/
+156
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
1
-156
/
+156
2022-11-28
Merge #1651
bors[bot]
1
-0
/
+1
2022-11-19
Improve lexer dump
Raiki Tamura
1
-0
/
+1
2022-11-16
Merge #1633
bors[bot]
1
-0
/
+9
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
1
-156
/
+156
2022-11-09
clang-format
Raiki Tamura
1
-2
/
+2
2022-11-09
add lang item "phantom_data"
Raiki Tamura
1
-0
/
+9
2022-10-27
attribute checker: Remove system includes
Arthur Cohen
1
-1
/
+1
2022-10-27
optional: Remove system includes
Arthur Cohen
1
-2
/
+1
2022-10-27
make_unique: Remove system includes
Arthur Cohen
1
-1
/
+1
2022-10-24
builtins: Rename all bang macro handlers
Arthur Cohen
1
-11
/
+11
2022-10-21
Merge #1608
bors[bot]
1
-0
/
+7
2022-10-21
Merge #1607
bors[bot]
1
-2
/
+2
2022-10-19
Add missing fn_once_output langitem
Philip Herron
1
-0
/
+7
2022-10-19
rust: Replace uses of ASTFragment -> Fragment
Arthur Cohen
1
-2
/
+2
2022-10-17
Merge #1594 #1595
bors[bot]
2
-0
/
+27
2022-10-14
Support outer attribute handling on trait items just like normal items
Philip Herron
2
-0
/
+27
2022-10-14
Merge #1580
bors[bot]
2
-0
/
+28
2022-10-12
Add ABI mappings for rust-call to map to ABI::RUST
Philip Herron
1
-0
/
+2
2022-10-12
Add mappings for fn_once lang item
Philip Herron
1
-0
/
+9
2022-10-11
mappings: Add MacroInvocation -> MacroRulesDef mappings
Arthur Cohen
2
-0
/
+28
2022-09-27
Refactor TypeResolution to be a simple query based system
Philip Herron
2
-0
/
+15
2022-09-13
attributes: Add #[macro_use] as builtin
Arthur Cohen
1
-0
/
+1
2022-08-26
rustc_attrs: Allow `rustc_inherit_overflow_checks` as a builtin
Arthur Cohen
1
-15
/
+17
2022-08-03
hir: more conformant builtin macro detection ...
liushuyu
1
-3
/
+17
2022-07-29
mappings: Keep track of extern blocks
Arthur Cohen
2
-8
/
+34
2022-07-28
util: Add StackedContext class
Arthur Cohen
1
-0
/
+86
2022-07-21
ast: Add new AttributeChecker visitor
Arthur Cohen
2
-0
/
+967
2022-07-15
Merge #1385 #1386 #1387 #1388
bors[bot]
2
-26
/
+73
2022-07-15
Add new interface to mappings class crate_num_to_nodeid and node_is_crate
Philip Herron
2
-24
/
+71
2022-07-15
Fix undefined behaviour using .get on unique_ptr
Philip Herron
1
-2
/
+2
2022-07-08
backend: properly handles foreign ABIs
liushuyu
2
-0
/
+10
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
3
-483
/
+345
2022-07-06
Fix bad ABI from string method causing all rust abi to become C abi
Philip Herron
1
-1
/
+1
[prev]
[next]