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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-04
Add support for key = value pairs on -frust-cfg=
Philip Herron
1
-4
/
+85
2022-02-04
Merge #907
bors[bot]
3
-61
/
+51
2022-02-03
Merge commit 'ff7aeceb6b3a476c3bac66a7f39a5ef4240206fc' [#247, #906]
Thomas Schwinge
5
-7
/
+7
2022-02-03
Merge #906
bors[bot]
1
-0
/
+0
2022-02-03
Support cfg expansions predicates
Philip Herron
3
-61
/
+51
2022-02-03
Merge #903
bors[bot]
17
-234
/
+573
2022-02-03
GCC/Rust pieces of GCC upstream "Mass rename of C++ .c files to .cc suffix"
Thomas Schwinge
1
-0
/
+0
2022-02-02
Apply the is_marked_for_strip check to the rest of the crate
Philip Herron
5
-20
/
+104
2022-02-02
Add new RustIdent struct to track canonical-path and location info
Philip Herron
17
-234
/
+573
2022-02-02
Fix enum variant discriminant values
Philip Herron
9
-126
/
+134
2022-01-31
Fixup logic in canonical-path for impl-blocks
Philip Herron
1
-10
/
+11
2022-01-29
Track the cratenum for the respective canonical path
Philip Herron
3
-19
/
+33
2022-01-29
This updates our handling of canonical paths to contain the crate-name
Philip Herron
11
-219
/
+716
2022-01-29
Refactor Mangling API crate name should be part of the CanonicalPath
Philip Herron
3
-30
/
+50
2022-01-29
Add helpers to access each segment of the canonical path
Philip Herron
1
-0
/
+11
2022-01-29
Change default crate name to example
Philip Herron
1
-1
/
+1
2022-01-29
Merge #899
bors[bot]
6
-11
/
+35
2022-01-29
Merge #897 #898
bors[bot]
2
-1
/
+7
2022-01-28
Add -frust-cfg=value option for adding config options
Philip Herron
6
-11
/
+35
2022-01-27
Add deref_mut lang_item mappings
Philip Herron
1
-0
/
+7
2022-01-27
Remove unused include
Philip Herron
1
-1
/
+0
2022-01-25
Merge #892
bors[bot]
1
-2
/
+2
2022-01-25
Remove bad assertion when resolving segments
Philip Herron
1
-2
/
+2
2022-01-24
Remove hack to handle forward declared items
Philip Herron
7
-158
/
+163
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
158
-158
/
+158
2022-01-22
MethodResolution should respect the autoderef cycle
Philip Herron
24
-690
/
+926
2022-01-21
Merge #883
bors[bot]
11
-95
/
+44
2022-01-21
Merge #885
bors[bot]
1
-11
/
+4
2022-01-21
Merge #880
bors[bot]
1
-2
/
+8
2022-01-21
Improve error message for failure in Method resolution
Philip Herron
1
-11
/
+4
2022-01-21
Merge #881 #882
bors[bot]
5
-2
/
+49
2022-01-21
Extract AsyncConstStatus to be a shared enum between AST and HIR
Philip Herron
11
-95
/
+44
2022-01-21
Add Mappings::iterate_trait_items helper
Philip Herron
2
-0
/
+22
2022-01-21
Add TraitItemKind to HIR TraitItems
Philip Herron
3
-2
/
+27
2022-01-21
Covariant types should respect the get_name to pretty print the ir symbols
Philip Herron
1
-2
/
+8
2022-01-20
Record correct location when compiling ADT types
David Faust
1
-1
/
+1
2022-01-14
Track end locus of BlockExpr
David Faust
7
-31
/
+40
2022-01-14
Add initial constant evaluation to blocks
Philip Herron
4
-19
/
+86
2022-01-14
Add HIR::ExprType get_expression_type() const
Philip Herron
2
-45
/
+176
2022-01-14
Redesign constant folding from the typechecking pass to the backend
Philip Herron
33
-1061
/
+998
2022-01-13
Add HIR lowering for FunctionQualifiers
Philip Herron
5
-5
/
+44
2022-01-13
Add ArrayElemsType enum to differentiate between the types
Philip Herron
1
-0
/
+18
2022-01-07
Merge #860
bors[bot]
7
-128
/
+268
2022-01-07
Merge #868
bors[bot]
6
-44
/
+111
2022-01-07
Merge #866
bors[bot]
8
-28
/
+62
2022-01-07
Merge #859
bors[bot]
2
-0
/
+5
2022-01-06
Merge #848
bors[bot]
1
-10
/
+91
2022-01-06
Add support for Wildcard pattern binding
Philip Herron
8
-44
/
+124
2022-01-06
Add support for wildcard patterns within MatchExprs
Philip Herron
8
-28
/
+62
2022-01-06
Add overflow checking on LiteralExpression
Philip Herron
7
-128
/
+268
[next]