index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
thir
Age
Commit message (
Expand
)
Author
Lines
2025-07-01
loop match: run exhaustiveness check
Folkert de Vries
-1
/
+3
2025-06-23
Add `#[loop_match]` for improved DFA codegen
bjorn3
-1
/
+2
2025-06-04
Improve some `Visitor` comments.
Nicholas Nethercote
-0
/
+3
2025-06-03
Deconstruct values in the THIR visitor
ArtemIsmagilov
-10
/
+16
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-1
/
+2
2025-03-18
Extract `for_each_immediate_subpat` from THIR pattern visitors
Zalathar
-25
/
+34
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+3
2025-02-23
Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk
Matthias Krüger
-1
/
+1
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-22
Make a fake body to store typeck results for global_asm
Michael Goulet
-1
/
+1
2025-02-04
Fix an inconsistent import.
Nicholas Nethercote
-3
/
+2
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-0
/
+3
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-1
/
+2
2024-11-17
Unify expanded constants and named constants in `PatKind`
Esteban Küber
-2
/
+2
2024-11-17
Fold `PatKind::NamedConstant` into `PatKind::Constant`
Esteban Küber
-1
/
+1
2024-11-17
Point at `const` definition when used instead of a binding in a `let` statement
Esteban Küber
-1
/
+1
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-1
/
+7
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-1
/
+3
2024-09-24
use more accurate spans for user type ascriptions
Lukas Markeffsky
-1
/
+2
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-04-20
Track mutability of deref patterns
Nadrieril
-1
/
+1
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-9
/
+1
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+1
2024-02-24
Add asm label support to THIR
Gary Guo
-0
/
+1
2024-01-05
Remove `thir::Guard`
Matthew Jasper
-8
/
+3
2023-12-26
`thir::Visitor` only needs to visit `&'thir` data
Nadrieril
-12
/
+27
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-06
Visit patterns in THIR let expressions
Matthew Jasper
-1
/
+2
2023-10-16
Address review comments
Matthew Jasper
-1
/
+1
2023-10-16
Fix inline const pattern unsafety checking in THIR
Matthew Jasper
-3
/
+4
2023-10-14
Propagate pattern errors via a new `PatKind::Error` variant
Nadrieril
-1
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-3
/
+3
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-1
/
+1
2023-06-27
`thir`: Add `Become` expression kind
Maybe Waffle
-0
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+1
2023-04-03
Add Span to StmtKind::Let.
Camille GILLOT
-0
/
+1
2023-02-26
Move THIR printing to rustc_mir_build.
Camille GILLOT
-881
/
+0
2023-01-27
address review
b-naber
-7
/
+7
2023-01-26
output tree representation for thir-tree
b-naber
-0
/
+881
2022-09-02
Use boxed slices in `PatKind`.
Nicholas Nethercote
-3
/
+3
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-2
/
+2
2022-08-24
Rename `thir::Adt` as `thir::AdtExpr`.
Nicholas Nethercote
-3
/
+3
2022-08-24
Box `thir::ExprKind::InlineAsm`.
Nicholas Nethercote
-2
/
+2
2022-08-24
Box `thir::ExprKind::Closure`.
Nicholas Nethercote
-2
/
+9
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-2
/
+2
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-61
/
+0
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-61
/
+0
[next]