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.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-1
/
+0
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-1
/
+0
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-0
/
+3
2022-07-09
review feedback
Ralf Jung
-6
/
+0
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-1
/
+5
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-12
/
+2
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-3
/
+17
2022-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-1
/
+3
2022-05-21
correctly deal with user type ascriptions in pat
lcnr
-41
/
+9
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-3
/
+3
2022-04-20
Make all thir types implement clone
Xavier Denis
-12
/
+12
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-1
/
+2
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-6
/
+2
2022-04-02
do use ty::Const in patterns and abstract consts
b-naber
-4
/
+8
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-8
/
+8
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-2
/
+2
2022-03-23
use ParamConst in ExprKind::ConstParam
b-naber
-1
/
+1
2022-03-23
remove thir::Visitor::visit_const
b-naber
-1
/
+0
2022-03-23
change thir to lazily create constants
b-naber
-6
/
+26
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-03-08
treat literals in ExprKind::StaticRef as mir::ConstantKind::Val
b-naber
-1
/
+3
2022-02-20
Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"
Mark Rousskov
-3
/
+1
2022-02-15
try to bless 32bit mir tests manually
b-naber
-5
/
+1
2022-02-15
use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction
b-naber
-2
/
+8
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-8
/
+8
2022-01-18
Formally implement let chains
Caio
-1
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-6
/
+0
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-2
/
+2
2021-09-09
rename mir -> thir around abstract consts
Ellen
-243
/
+3
2021-09-09
move thir visitor to rustc_middle
Ellen
-0
/
+243
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-0
/
+1
2021-08-25
Various pattern cleanups
Léo Lanteri Thauvin
-12
/
+4
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-0
/
+4
2021-06-22
Add documentation for various THIR structs
LeSeulArtichaut
-35
/
+109
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-0
/
+1
2021-06-18
Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper
bors
-2
/
+0
2021-06-13
Box `ExprKind::Adt`
LeSeulArtichaut
-13
/
+16
2021-06-06
Remove some last remants of {push,pop}_unsafe!
Smitty
-2
/
+0
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-20
/
+24
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-0
/
+743