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
Age
Commit message (
Expand
)
Author
Lines
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
-14
/
+2
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-68
/
+35
2021-02-02
Bump rustfmt version
Mark Rousskov
-72
/
+90
2021-01-30
Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda...
Yuki Okushi
-5
/
+10
2021-01-22
Make functional record update/struct update syntax works inside closures when...
Dhruv Jauhar
-5
/
+10
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
/
+37
2020-12-31
remove move_val_init leftovers
Ralf Jung
-74
/
+34
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-3
/
+3
2020-12-24
use matches!() macro in more places
Matthias Krüger
-5
/
+1
2020-12-12
Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis
bors
-117
/
+360
2020-12-09
Use precise places when lowering Closures in THIR
Aman Arora
-41
/
+49
2020-12-09
Use Places for captures in MIR
Aman Arora
-22
/
+128
2020-12-09
Also generate `StorageDead` in constants
oli
-9
/
+8
2020-12-06
Move handling UpvarRef to PlaceBuilder
Aman Arora
-78
/
+207
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-35
/
+74
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-3
/
+15
2020-11-24
Use the name "auto traits" everywhere in the compiler
Camelid
-1
/
+1
2020-11-17
Remove THIR::ExprKind::SelfRef
Aman Arora
-4
/
+0
2020-11-17
Move capture lowering from THIR to MIR
Aman Arora
-0
/
+82
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-12
/
+3
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-1
/
+1
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-1
/
+7
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-13
/
+11
2020-09-07
Add CONST_ITEM_MUTATION lint
Aaron Hill
-1
/
+4
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+2083