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
/
rust-hir-dump.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
hir: Add const blocks
Arthur Cohen
1
-0
/
+22
2025-04-17
Parse and lower llvm asm node
Pierre-Emmanuel Patry
1
-0
/
+4
2025-04-16
gccrs: Fix crash in hir dump as labels are optional
Philip Herron
1
-1
/
+3
2025-04-07
Migrate error state to optionals
Pierre-Emmanuel Patry
1
-2
/
+4
2025-03-28
gccrs: FIX ICE when working with HIR::BareFunctionType
Philip Herron
1
-1
/
+3
2025-03-27
gccrs: Fix ICE when compiling path which resolves to trait constant
Philip Herron
1
-1
/
+3
2025-02-25
hir-dump: Fix more segfaults in the HIR dump
Arthur Cohen
1
-2
/
+17
2025-02-15
gccrs: Add name resolution and HIR lowering for ImplTraitType's
Philip Herron
1
-9
/
+0
2025-01-21
hir-dump: Improve handling of typepathsegments that are lang items.
Arthur Cohen
1
-1
/
+4
2025-01-07
gccrs: fix ICE with hir dump on closure
Philip Herron
1
-2
/
+6
2025-01-06
gccrs: fix ICE during HIR dump
Philip Herron
1
-3
/
+6
2024-12-02
gccrs: fix crash in hir dump
Philip Herron
1
-1
/
+2
2024-11-27
gccrs: fix crash in hir dump with missing guards
Philip Herron
1
-4
/
+8
2024-11-22
gccrs: fix crashes in hir dump since move to references
Philip Herron
1
-4
/
+8
2024-11-22
Clean up some system includes
Pierre-Emmanuel Patry
1
-1
/
+1
2024-11-20
Refactor hir to avoid raw pointers and unneeded fwd
Pierre-Emmanuel Patry
1
-2
/
+2
2024-11-20
Refactor HIR to reduce the amount of raw pointers
Pierre-Emmanuel Patry
1
-17
/
+17
2024-10-28
rust: Desugar IfLet* into MatchExpr
Marc Poulhiès
1
-28
/
+0
2024-09-23
gccrs: adjust hir dump of BlockExpr
Marc Poulhiès
1
-0
/
+2
2024-07-25
[#3045] #[may_dangle] in safe impl
Liam Naddell
1
-1
/
+2
2024-07-15
rust: fix HIR dump for MatchExpr
Marc Poulhiès
1
-7
/
+36
2024-06-13
Fix visitor-related warnings
jjasmine
1
-0
/
+5
2024-02-29
hir: Add ExternalTypeItem node
Arthur Cohen
1
-0
/
+10
2024-02-16
Update copyright years.
Sahil Yeole
1
-1
/
+1
2023-11-02
HIR: remove obsole double borrow member
Jakub Dupak
1
-1
/
+0
2023-10-23
hir: Rename ComoundAssignment getters
Jakub Dupak
1
-1
/
+1
2023-10-23
hir: Rename get_pattern_mappings method
Jakub Dupak
1
-8
/
+8
2023-09-18
gccrs: Add debug helper to dump HIR
Marc Poulhiès
1
-0
/
+19
2023-09-17
gccrs: Remove HIR::ForLoopExpr
Philip Herron
1
-13
/
+0
2023-09-07
Unify raw attribute values
Pierre-Emmanuel Patry
1
-1
/
+2
2023-08-12
gccrs: Cleanup HIR dump
Marc Poulhiès
1
-37
/
+10
2023-08-11
gccrs: Adjust HIR dump for IfExpr and IfExprConseqElse
Marc Poulhiès
1
-22
/
+12
2023-07-29
gccrs: Track trait bound polarity properly
Philip Herron
1
-2
/
+16
2023-07-18
gccrs: rework the HIR dump pass
Marc Poulhiès
1
-420
/
+2153
2023-07-14
rust-unreachable: Add specific behavior for rust_unreachable
Arthur Cohen
1
-1
/
+1
2023-07-06
gccrs: HIR cleanup
Marc Poulhiès
1
-8
/
+4
2023-06-30
gccrs: refactor: make crate.items private
Marc Poulhiès
1
-1
/
+1
2023-06-30
gccrs: factor out inner attributes in a class
Marc Poulhiès
1
-4
/
+4
2023-06-29
ast: Change Identifier definition
Pierre-Emmanuel Patry
1
-2
/
+2
2023-04-13
Unify HIR::ExprStmt derived class visiting
Owen Avery
1
-4
/
+1
2023-03-25
Revert "hir: Add ExportedMacro node and handling."
Arthur Cohen
1
-3
/
+0
2023-03-17
Feat: add visit (AST::Attribute &)
Jiakun Fan
1
-17
/
+54
2023-03-17
Dump inner attrs for Dump::visit(BlockExpr &)
Jiakun Fan
1
-0
/
+15
2023-03-17
Unify HIR::IfLetExprConseqIf{,Let} into HIR::IfLetExprConseqElse
Owen Avery
1
-6
/
+0
2023-03-17
Unify HIR::IfExprConseqIf{,Let} into HIR::IfExprConseqElse
Owen Avery
1
-6
/
+0
2023-03-14
hir: Add ExportedMacro node and handling.
Arthur Cohen
1
-0
/
+3
2023-03-13
hir: Simplify indentation to single line
Jakub Dupak
1
-55
/
+38
2023-03-13
hir: Unify indentation approach with ast
Jakub Dupak
1
-51
/
+51
2023-03-07
Add AltPattern HIR node
Owen Avery
1
-0
/
+3
2023-03-02
added support for printing HIR dump of functions, statements, arithematic/log...
Abdul Rafey
1
-56
/
+215
[next]