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
/
hir
/
tree
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-14
Support outer attribute handling on trait items just like normal items
Philip Herron
2
-1
/
+9
2022-08-25
Desugar double borrows into two HIR:BorrowExpr's
Philip Herron
1
-3
/
+2
2022-08-11
Desugar HIR::IdentifierExpr into HIR::PathInExpression
Philip Herron
4
-74
/
+0
2022-08-11
Merge #1464
bors[bot]
1
-249
/
+0
2022-08-11
Remove unused include in HIR
Philip Herron
1
-249
/
+0
2022-08-11
Refactor the TypeResolution pass to use fine grained visitors
Philip Herron
1
-2
/
+26
2022-08-04
Fix ICE with duplicate hirid on autoderef coercion site mappings
Philip Herron
1
-5
/
+21
2022-07-28
hir: Add mappings to ArrayElems
Arthur Cohen
1
-6
/
+14
2022-07-27
hir: Add ExternalItem::ExternKind enumeration
Arthur Cohen
1
-0
/
+12
2022-07-27
hir: Add Item::ItemKind enumeration
Arthur Cohen
2
-0
/
+45
2022-07-26
unsafe: Add UnsafeCheck visitor
Arthur Cohen
1
-0
/
+1
2022-07-26
hir: Add `get_to_expr` to RangeToIncl
Arthur Cohen
1
-0
/
+2
2022-07-18
Merge #1373
bors[bot]
3
-0
/
+13
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
1
-0
/
+2
2022-07-08
HIR::TypeParam needs to be permissive of nullptr Type
Philip Herron
1
-5
/
+11
2022-07-08
Fix HIR::LetStmt Dref nullptr
Philip Herron
1
-7
/
+28
2022-07-08
Fix nullptr deref on HIR::Function
Philip Herron
1
-2
/
+13
2022-07-08
typecheck: Add base for resolving const generic params and their default
Arthur Cohen
1
-0
/
+10
2022-07-08
hir: Add missing visitor for ConstGenericParam
Arthur Cohen
2
-0
/
+3
2022-07-06
HIR: add Literal is_equal ()
David Faust
1
-0
/
+6
2022-07-01
HIR: fixup MatchArm assignment operator
David Faust
1
-0
/
+1
2022-06-24
Merge #1327 #1329 #1330
bors[bot]
4
-126
/
+170
2022-06-23
Add location to HIR::Type base class and remove from subclasses
Sebastien Lacoste
3
-112
/
+62
2022-06-20
hir: Add ConstGenericArg and lower them properly
Arthur Cohen
1
-9
/
+43
2022-06-20
hir: Add ConstGenericParam and lower to them properly
Arthur Cohen
2
-5
/
+65
2022-06-06
rust/intrinsic: add a basic size check for transmute
liushuyu
1
-4
/
+1
2022-05-24
type check
antego
1
-0
/
+13
2022-05-22
Marklive: support match expr
Thomas Young
1
-0
/
+6
2022-05-21
Revert "Marklive: support match expr"
Philip Herron
1
-6
/
+0
2022-05-21
Marklive: support match expr
Thomas Young
1
-0
/
+6
2022-05-20
privacy: PrivacyReporter: Add type privacy checking on explicit types
Arthur Cohen
1
-0
/
+2
2022-05-12
HIR: Add RangePatternBoundType and helpers
David Faust
1
-0
/
+44
2022-05-06
hir: Handle RESTRICTED properly when converting a Visibility to a string
Arthur Cohen
1
-0
/
+2
2022-05-05
privacy: Add base for resolving SimplePaths to Modules
Arthur Cohen
2
-3
/
+13
2022-05-04
hir: SimplePath: Add location info
Arthur Cohen
2
-6
/
+7
2022-05-04
ast: Lower SimplePaths properly
Arthur Cohen
3
-5
/
+37
2022-04-26
Fix regression in fix for #1173
Philip Herron
1
-0
/
+2
2022-04-22
privacy: visibility: Add remaining visitors for simple items
Arthur Cohen
1
-0
/
+1
2022-04-22
Merge #1155
bors[bot]
1
-1
/
+1
2022-04-22
hir: Fix documentation on previously changed Visibility struct
Arthur Cohen
1
-1
/
+1
2022-04-21
Add name and type resolution for TuplePatterns
Philip Herron
2
-15
/
+35
2022-04-20
Add HIR Lowering for TuplePattern
Philip Herron
1
-2
/
+2
2022-04-14
hir: Add `EnumItemKind` enum for EnumItem classes
Arthur Cohen
2
-2
/
+41
2022-04-12
Merge #1109
bors[bot]
1
-3
/
+0
2022-04-12
rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-3
/
+0
2022-04-12
hir: Keep BaseKind enum inside the Node class
Arthur Cohen
1
-24
/
+24
2022-04-12
hir: StructField: Add `get_visibility()` method
Arthur Cohen
1
-0
/
+2
2022-04-12
hir: Visibility: Add is_public() method
Arthur Cohen
1
-0
/
+3
2022-04-12
hir: Add `Kind` enum to downcast safely
Arthur Cohen
2
-7
/
+60
2022-04-11
ast: Translate visibilities properly when lowering AST nodes
Arthur Cohen
1
-8
/
+0
[next]