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
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
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-0
/
+4
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+1
2022-07-05
impl TypeVisitable in type traversal macros
Alan Egerton
-1
/
+1
2022-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-1
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-2
/
+2
2022-04-06
get rid of visit_constant in thir visitor
b-naber
-2
/
+8
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-1
/
+0
2022-04-02
do use ty::Const in patterns and abstract consts
b-naber
-6
/
+1
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-1
/
+10
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-1
/
+1
2022-03-23
use ParamConst in ExprKind::ConstParam
b-naber
-1
/
+1
2022-03-23
remove thir::Visitor::visit_const
b-naber
-11
/
+4
2022-03-23
change thir to lazily create constants
b-naber
-2
/
+5
2022-03-08
mention ignored fields of ExprKind::StaticRef
b-naber
-1
/
+1
2022-03-08
treat literals in ExprKind::StaticRef as mir::ConstantKind::Val
b-naber
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-20
Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"
Mark Rousskov
-1
/
+1
2022-02-15
use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction
b-naber
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-8
/
+0
2021-09-09
add a `CastKind` to `Node::Cast`
Ellen
-1
/
+9
2021-09-09
nits
Ellen
-5
/
+24
2021-09-09
rename mir -> thir around abstract consts
Ellen
-0
/
+276