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-compile-context.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
Fix Slice Type Layout
Philip Herron
1
-0
/
+12
2022-05-20
Canonicalize types based on hashing than HirIds and TyTy equality
Philip Herron
1
-54
/
+17
2022-04-28
Add an assertion to avoid peeking when the stack is empty
Philip Herron
1
-1
/
+5
2022-04-07
Emit loop initializer for repeat arrays
David Faust
1
-0
/
+15
2022-03-07
Remove old unused code pass this was too generic
Philip Herron
1
-0
/
+5
2022-03-03
must use attribute support
Philip Herron
1
-1
/
+1
2022-01-29
Refactor Mangling API crate name should be part of the CanonicalPath
Philip Herron
1
-1
/
+1
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
1
-1
/
+1
2022-01-14
Redesign constant folding from the typechecking pass to the backend
Philip Herron
1
-5
/
+1
2022-01-03
HIR::ImplBlock items should mangle based from their canonical path's
Philip Herron
1
-8
/
+0
2021-12-18
Add support for enums on the match expression
Philip Herron
1
-0
/
+16
2021-12-15
Refactor TyTy::ResolveCompile pass to be in its own file
Philip Herron
1
-344
/
+0
2021-11-16
clang-format and minor cleanup
David Faust
1
-32
/
+32
2021-11-16
Replace Blabel with GCC tree
David Faust
1
-11
/
+8
2021-11-16
Replace Bblock with GCC tree
David Faust
1
-4
/
+4
2021-11-16
Replace Bfunction with GCC tree
David Faust
1
-12
/
+11
2021-11-16
Replace Bstatement with GCC tree
David Faust
1
-3
/
+3
2021-11-16
Replace Bexpression with GCC tree
David Faust
1
-9
/
+6
2021-11-16
Replace Btype use with GCC tree
David Faust
1
-51
/
+51
2021-11-05
Add a recursion-limit when resolving Parameter Types
Philip Herron
1
-1
/
+8
2021-11-01
Refactor ADTType to consist of multiple variants
Philip Herron
1
-2
/
+7
2021-10-30
No side effects in 'assert' expressions
Thomas Schwinge
1
-3
/
+4
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-10-22
Squash unused parameter warning.
Philip Herron
1
-1
/
+1
2021-10-22
Constify the Backend resolve compile interface
Philip Herron
1
-27
/
+26
2021-10-14
Add boiler plate for TyTy::ClosureType
Philip Herron
1
-0
/
+2
2021-09-17
Initial Dynamic dispatch support
Philip Herron
1
-9
/
+61
2021-09-17
Add building blocks for Dynamic object types
Philip Herron
1
-0
/
+2
2021-09-10
Fix bug with monomorphizing of trait items
Philip Herron
1
-22
/
+32
2021-09-05
mangling: Add option to choose mangling version
CohenArthur
1
-1
/
+1
2021-09-05
name_mangling: Add Mangler class with multiple versions
CohenArthur
1
-4
/
+12
2021-09-05
Support Generic Traits in qualified paths
Philip Herron
1
-1
/
+4
2021-08-20
Add qualified path support
Philip Herron
1
-1
/
+1
2021-08-19
optional trait item with associated types
Philip Herron
1
-2
/
+5
2021-08-19
ProjectionType this is a special TyTy initial boiler plate
Philip Herron
1
-0
/
+2
2021-08-01
union support for hir type checking and gcc backend
Mark Wielaard
1
-2
/
+6
2021-07-27
Add support for varadic extern "c" functions like printf
Philip Herron
1
-3
/
+8
2021-07-20
Raw pointer support
Philip Herron
1
-3
/
+22
2021-07-19
Assignments are a coercion site in rust
Philip Herron
1
-0
/
+4
2021-07-10
Introduce placeholder type
Philip Herron
1
-0
/
+2
2021-07-05
Fix bad naming of primitive types such as u64 which ended up as usize
Philip Herron
1
-3
/
+6
2021-06-24
Change unit-type from void_type_node to a zero sized unsigned integer
Philip Herron
1
-2
/
+2
2021-06-21
Rename tuple field names
Tom Tromey
1
-2
/
+9
2021-05-14
Add FNV-128 hash for legacy symbol mangling
Philip Herron
1
-1
/
+4
2021-05-13
Fix duplicated function generation for generics
Philip Herron
1
-2
/
+28
2021-05-11
Implement basic rustc legacy symbol mangling
Philip Herron
1
-0
/
+5
2021-05-07
We need to monomorphize tuples as well as ADT's
Philip Herron
1
-5
/
+5
2021-04-22
Merge branch 'origin/master'
lrh2000
1
-9
/
+7
2021-04-20
Reuse fold-const.c from GCC to enforce const array capacities
Philip Herron
1
-9
/
+7
2021-04-18
Introduce limited support for the never type
lrh2000
1
-0
/
+5
[next]