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
/
build
/
expr
/
into.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-13
Box `ExprKind::Adt`
LeSeulArtichaut
-1
/
+8
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-3
/
+2
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-31
/
+53
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-3
/
+5
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-3
/
+5
2021-04-01
Simplify logical operations CFG
AngelicosPhosphoros
-29
/
+18
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+2
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-2
/
+2
2021-03-14
Remove duplicate asserts, replace eq assert with assert_eq
Ömer Sinan Ağacan
-3
/
+1
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-2
/
+2
2021-03-09
Remove useless references/dereferences
LeSeulArtichaut
-49
/
+46
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-1
/
+1
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-12
/
+21
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-50
/
+54
2021-02-05
Run x.py fmt to fix tidy issues
Wesley Wiser
-1
/
+0
2021-02-04
Revert "Use `record_operands_moved` more aggresively"
Felix S. Klock II
-4
/
+1
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-59
/
+27
2021-02-02
Bump rustfmt version
Mark Rousskov
-7
/
+13
2021-01-30
Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda...
Yuki Okushi
-4
/
+9
2021-01-22
Make functional record update/struct update syntax works inside closures when...
Dhruv Jauhar
-4
/
+9
2021-01-16
Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr
bors
-74
/
+34
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-0
/
+34
2020-12-31
remove move_val_init leftovers
Ralf Jung
-74
/
+34
2020-12-24
use matches!() macro in more places
Matthias Krüger
-5
/
+1
2020-12-09
Also generate `StorageDead` in constants
oli
-3
/
+3
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-27
/
+65
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-2
/
+5
2020-11-17
Remove THIR::ExprKind::SelfRef
Aman Arora
-1
/
+0
2020-11-17
Move capture lowering from THIR to MIR
Aman Arora
-0
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+1
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-13
/
+11
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+487