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
/
backend
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
backend: Use build_int_cstu for size expressions
Arthur Cohen
1
-4
/
+2
2022-12-06
backend: Replace double_int_to_tree -> wide_int_to_tree
Arthur Cohen
1
-1
/
+8
2022-12-05
Cleanup unused parameters to fix the bootstrap build
Philip Herron
3
-39
/
+13
2022-12-04
Add initial support for argument capture of closures
Philip Herron
5
-6
/
+139
2022-12-04
Revert "builtins: Cleanup initialization of builtins"
Philip Herron
3
-380
/
+129
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
14
-67
/
+104
2022-11-30
builtins: Remove unused parameter
Arthur Cohen
1
-2
/
+2
2022-11-30
builtins: Cleanup initialization of builtins
Arthur Cohen
3
-129
/
+380
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
14
-104
/
+67
2022-10-28
intrinsics: Implement atomic_load intrinsics
Arthur Cohen
2
-31
/
+113
2022-10-28
intrinsics: Cleanup error handling around atomic_store_*
Arthur Cohen
1
-22
/
+28
2022-10-27
Merge #1620
bors[bot]
1
-0
/
+80
2022-10-27
intrinsics: Use lambdas for wrapping_<op> intrinsics
Arthur Cohen
1
-18
/
+11
2022-10-26
intrinsics: Add unchecked operation intrinsics
Arthur Cohen
1
-0
/
+80
2022-10-26
Merge #1615
bors[bot]
3
-22
/
+181
2022-10-26
Merge #1585
bors[bot]
1
-47
/
+49
2022-10-26
intrinsics: Add early implementation for atomic_store_{seqcst, relaxed, release}
Arthur Cohen
3
-22
/
+181
2022-10-25
constexpr: Add `rust_sorry_at` in places relying on init values
Arthur Cohen
1
-47
/
+49
2022-10-25
intrinsics: Add `sorry_handler` intrinsic handler
Arthur Cohen
1
-0
/
+10
2022-10-20
Support Closure calls as generic trait bounds
Philip Herron
2
-47
/
+72
2022-10-20
Closure support at CallExpr
Philip Herron
6
-10
/
+332
2022-10-19
Add hir lowering of closure expressions
Philip Herron
3
-6
/
+9
2022-10-12
Support type resolution on super traits on dyn objects
Philip Herron
1
-0
/
+2
2022-10-07
intrinsics: Add data prefetching intrinsics
Arthur Cohen
2
-9
/
+94
2022-10-06
Ensure uniqueness on Path probe's
Philip Herron
2
-6
/
+6
2022-10-06
builtins: Move implementation into source file
Arthur Cohen
2
-108
/
+155
2022-09-27
Fix duplicated function generation on higher ranked trait bounds
Philip Herron
2
-7
/
+28
2022-09-27
Make constexpr constructors type-checking more permissive
Philip Herron
1
-8
/
+8
2022-09-27
Cleanup formatting of backend expression visitor
Philip Herron
1
-5
/
+12
2022-09-17
remove bad assertion
Philip Herron
1
-3
/
+4
2022-09-17
Static Items must be const evaluated
Philip Herron
1
-1
/
+6
2022-09-05
backend: correctly formulate the exit condition ...
liushuyu
1
-1
/
+4
2022-08-31
Create canonical process of compiling constant items
Philip Herron
1
-48
/
+55
2022-08-31
Remove param_use_canonical_types checks ported from c++ front-end
Philip Herron
1
-21
/
+1
2022-08-31
Merge #1408 #1503 #1511
bors[bot]
4
-25
/
+91
2022-08-26
constexpr: Fix warning in sorry fmt string
Arthur Cohen
1
-1
/
+1
2022-08-26
backend: Add overflow checks to every arithmetic operation
Arthur Cohen
3
-10
/
+55
2022-08-25
builtins: Add add_overflow builtin and refactor class
Arthur Cohen
1
-15
/
+36
2022-08-25
Fix warnings on diagnostics
Philip Herron
2
-49
/
+54
2022-08-25
Fix up missing jump_target handling
Philip Herron
1
-37
/
+135
2022-08-25
Fix port of NOP_EXPR
Philip Herron
1
-9
/
+1
2022-08-25
rust-constexpr.cc: fixes
Faisal Abbas
3
-9
/
+3
2022-08-25
rust-constexpr.cc: fix warnings for unused variables for unsupported bits
Faisal Abbas
3
-156
/
+143
2022-08-25
rust-constexpr.cc: fix build error
Faisal Abbas
1
-3
/
+2
2022-08-25
rust-tree.cc: comment some important code instead of removing it.
Faisal Abbas
1
-0
/
+7
2022-08-25
rust-constexpr.cc: port over cxx_eval_array_reference and
Faisal Abbas
3
-26
/
+388
2022-08-25
rust-constexpr.cc: port over potential_constant_expression_1()
Faisal Abbas
3
-16
/
+1646
2022-08-25
rust constexpr: port over cxx_eval_builtin_function_call().
Faisal Abbas
3
-0
/
+519
2022-08-25
rust constexpr: porting cxx_eval_builtin_function_call
Faisal Abbas
2
-0
/
+735
2022-08-25
rust constexpr: conttinue porting cxx_eval_builtin_function_call
Faisal Abbas
3
-3
/
+232
[prev]
[next]