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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
thir
/
cx
Age
Commit message (
Expand
)
Author
Lines
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-1
/
+1
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-2
/
+5
2022-06-07
Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman
Dylan DPC
-8
/
+6
2022-05-25
try to cache region_scope_tree as a query
Ding Xiang Fei
-1
/
+1
2022-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-8
/
+6
2022-05-22
Do leak check after function ptr coercion
Jack Huey
-0
/
+2
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-10
/
+24
2022-05-21
Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis
bors
-2
/
+7
2022-05-21
correctly deal with user type ascriptions in pat
lcnr
-2
/
+7
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-10
/
+10
2022-05-18
Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk
bors
-1
/
+22
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-1
/
+22
2022-05-09
use hir::Let in hir::Guard
SparrowLii
-2
/
+2
2022-05-06
`mirror_expr` cleanup
lcnr
-21
/
+16
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-85
/
+46
2022-04-02
rebase and remove dead code
b-naber
-22
/
+1
2022-04-02
try to evaluate in from_opt_const_arg_anon_const
b-naber
-2
/
+5
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-1
/
+2
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-2
/
+23
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-2
/
+2
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
-9
/
+3
2022-03-23
remove thir::Visitor::visit_const
b-naber
-1
/
+0
2022-03-23
change thir to lazily create constants
b-naber
-101
/
+51
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-5
/
+9
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-5
/
+5
2022-03-09
treat all mir::Constant values as ConstantKind::Val
b-naber
-0
/
+3
2022-03-08
treat literals in ExprKind::StaticRef as mir::ConstantKind::Val
b-naber
-10
/
+2
2022-02-20
Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"
Mark Rousskov
-2
/
+10
2022-02-19
Adopt let else in more places
est31
-10
/
+7
2022-02-15
use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction
b-naber
-10
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-5
/
+5
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-2
/
+2
2022-01-18
Formally implement let chains
Caio
-1
/
+0
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-6
/
+0
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-6
/
+0
2022-01-07
Remove region from UpvarCapture and move it to CapturedPlace
Gary Guo
-1
/
+1
2022-01-07
Remove span from UpvarCapture::ByValue
Gary Guo
-1
/
+1
2021-12-23
implement `generic_arg_infer` for array lengths
lcnr
-3
/
+6
2021-12-13
let-else: add hir::Let and type check it like a hir::Local
Cormac Relf
-3
/
+4
2021-11-07
Implement type inference for inline consts
Gary Guo
-1
/
+1
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-2
/
+27
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-0
/
+4
2021-08-26
make unevaluated const substs optional
lcnr
-8
/
+6
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-18
Remove box syntax from rustc_mir_build
est31
-9
/
+9
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-0
/
+3
2021-07-24
Support -Z unpretty=thir-tree again
Smitty
-0
/
+7
2021-07-17
Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk
bors
-1
/
+5
[next]