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_mir_build
/
src
/
build
/
expr
Age
Commit message (
Expand
)
Author
Lines
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-7
/
+9
2021-03-16
Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis
bors
-28
/
+92
2021-03-15
Fix error after rebase
Roxane
-4
/
+3
2021-03-15
Add comments with examples and tests
Roxane
-33
/
+53
2021-03-14
Only borrow place for matching under specific conditions
Roxane
-1
/
+3
2021-03-14
Use the correct FakeReadCause
Roxane
-30
/
+38
2021-03-14
Delay use of Place in favor of PlaceBuilder
Roxane
-14
/
+24
2021-03-14
Introduce new fake reads
Roxane
-8
/
+33
2021-03-14
Remove duplicate asserts, replace eq assert with assert_eq
Ömer Sinan Ağacan
-3
/
+1
2021-03-12
Run rustfmt
Oli Scherer
-1
/
+3
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-7
/
+7
2021-03-09
Take into account `ExprKind::Scope` when calculating span of temporary
LeSeulArtichaut
-6
/
+6
2021-03-09
Remove useless references/dereferences
LeSeulArtichaut
-132
/
+119
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-20
/
+20
2021-03-09
Remove `Clone` impl for `thir::Expr`
LeSeulArtichaut
-4
/
+3
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-47
/
+53
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-263
/
+207
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-8
/
+11
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