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
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
[prev]