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
/
rust-tree.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-16
Merge commit '6a6d3817afa02bbcd2388c8e005da6faf88932f1^' into HEAD
Thomas Schwinge
1
-3
/
+0
2024-03-12
Placate clang-format re 'gcc/rust/backend/rust-tree.cc'
Thomas Schwinge
1
-2
/
+2
2024-03-10
Merge commit 'f4a2ae2338962208b8039f154f5912402e94c378' into HEAD
Thomas Schwinge
1
-1
/
+1
2024-02-16
Update copyright years.
Sahil Yeole
1
-1
/
+1
2023-10-20
rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]
Patrick Palka
1
-3
/
+0
2023-08-31
Handle gengtype annotations in backend/rust-tree.{cc,h}
Owen Avery
1
-0
/
+4
2023-08-28
Fork c++ resorting methods
Owen Avery
1
-0
/
+50
2023-08-28
Rename some structs to avoid ODR issues
Owen Avery
1
-11
/
+11
2023-08-23
Namespace related tweaks
Owen Avery
1
-7
/
+12
2023-07-14
rust-unreachable: Add specific behavior for rust_unreachable
Arthur Cohen
1
-11
/
+11
2023-07-05
Change MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.
Robin Dapp
1
-1
/
+1
2023-02-21
Merge commit '7b8916a6fd098546e4e53e53b37a5153664ba17f' into HEAD [#1819, #18...
Thomas Schwinge
1
-0
/
+1
2023-02-21
gccrs: Cleanup unused parameters to fix the bootstrap build
Philip Herron
1
-31
/
+7
2023-02-20
rust: Fix rust-tree.cc compilation on SPARC
Rainer Orth
1
-0
/
+1
2023-02-18
Merge commit '27a89f84c458ae938bc3eb92ad0d594c06fc3b42' into HEAD
Thomas Schwinge
1
-1
/
+1
2023-02-18
'#include "tm_p.h"' in 'gcc/rust/backend/rust-tree.cc'
Thomas Schwinge
1
-1
/
+1
2023-02-12
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
Thomas Schwinge
1
-1
/
+1
2023-01-31
gccrs: remove bad assertion
Philip Herron
1
-3
/
+4
2023-01-31
gccrs: Remove param_use_canonical_types checks ported from c++ front-end
Philip Herron
1
-21
/
+1
2023-01-31
gccrs: const folding port
Faisal Abbas
1
-0
/
+5241
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-14
Adjust for "Make Warray-bounds alias to Warray-bounds= [PR107787]"
Thomas Schwinge
1
-1
/
+1
2022-12-13
gccrs: Add base for HIR to GCC GENERIC lowering
Philip Herron
1
-0
/
+958
2022-12-05
Cleanup unused parameters to fix the bootstrap build
Philip Herron
1
-31
/
+7
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
1
-7
/
+31
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
1
-31
/
+7
2022-09-17
remove bad assertion
Philip Herron
1
-3
/
+4
2022-08-31
Remove param_use_canonical_types checks ported from c++ front-end
Philip Herron
1
-21
/
+1
2022-08-25
Fix warnings on diagnostics
Philip Herron
1
-45
/
+46
2022-08-25
rust-constexpr.cc: fix warnings for unused variables for unsupported bits
Faisal Abbas
1
-27
/
+10
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
1
-0
/
+59
2022-08-25
rust-constexpr.cc: port over potential_constant_expression_1()
Faisal Abbas
1
-1
/
+114
2022-08-25
rust constexpr: port over cxx_eval_builtin_function_call().
Faisal Abbas
1
-0
/
+96
2022-08-25
rust constexpr: porting cxx_eval_builtin_function_call
Faisal Abbas
1
-0
/
+680
2022-08-25
rust constexpr: conttinue porting cxx_eval_builtin_function_call
Faisal Abbas
1
-3
/
+209
2022-08-25
rust constexpr: conttinue porting cxx_eval_builtin_function_call
Faisal Abbas
1
-0
/
+168
2022-08-25
rust constexprC: start porting cxx_eval_builtin_function_call
Faisal Abbas
1
-0
/
+732
2022-08-25
rust-constexpr.cc: port over cxx_eval_outermost_constant_expr
Faisal Abbas
1
-0
/
+43
2022-08-25
rust-constexpr.cc: port over cxx_eval_bare_aggregate. Comments out build_ctor...
Faisal Abbas
1
-0
/
+29
2022-08-25
rust-constexpr.cc: port VIEW_CONVERT_EXPR and CONVERT_EXPR cases to
Faisal Abbas
1
-0
/
+46
2022-08-25
Const functions need to be marked as DECL_DECLARED_CONSTEXPR_P
Philip Herron
1
-18
/
+36
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-0
/
+46
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-0
/
+248
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-1
/
+500
2022-08-25
gccrs const folding port: start porting cxx_eval_array_reference()
Faisal Abbas
1
-0
/
+68
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-15
/
+347
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-0
/
+1297
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-0
/
+62
2022-08-25
gccrs const folding port: continue porting potential_constant_expression_1()
Faisal Abbas
1
-3
/
+301
[next]