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
/
expr.rs
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-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-8
/
+6
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-8
/
+20
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
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
try to evaluate in from_opt_const_arg_anon_const
b-naber
-2
/
+5
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-2
/
+3
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
-79
/
+50
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
-4
/
+4
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
/
+17
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-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+5
2021-06-13
Box `ExprKind::Adt`
LeSeulArtichaut
-8
/
+8
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-3
/
+6
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-230
/
+213
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-2
/
+6
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-8
/
+8
2021-03-17
Auto merge of #83188 - petrochenkov:field, r=lcnr
bors
-1
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-1
/
+4
2021-03-15
Fix error after rebase
Roxane
-14
/
+5
2021-03-15
Add comments with examples and tests
Roxane
-13
/
+13
2021-03-14
Only borrow place for matching under specific conditions
Roxane
-26
/
+17
2021-03-14
Use the correct FakeReadCause
Roxane
-67
/
+36
[next]