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
/
scope.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-2
/
+2
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-10
/
+8
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-4
/
+4
2021-02-05
Run x.py fmt to fix tidy issues
Wesley Wiser
-2
/
+4
2021-02-04
Revert "Simplify unscheduling of drops after moves"
Felix S. Klock II
-13
/
+25
2021-02-04
Revert "Use `record_operands_moved` more aggresively"
Felix S. Klock II
-1
/
+1
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-162
/
+16
2021-02-02
Bump rustfmt version
Mark Rousskov
-7
/
+4
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-0
/
+1
2020-12-11
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that...
Matthias Krüger
-2
/
+3
2020-12-09
Also generate `StorageDead` in constants
oli
-32
/
+8
2020-12-06
Implement lowering of if-let guards to MIR
LeSeulArtichaut
-0
/
+1
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-16
/
+160
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-2
/
+2
2020-12-04
Simplify unscheduling of drops after moves
Matthew Jasper
-30
/
+22
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-10
/
+6
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-04
Apply suggestions from review
Aaron Hill
-2
/
+2
2020-10-04
Fix broken link
Aaron Hill
-1
/
+1
2020-10-04
Fix rebase fallout
Aaron Hill
-3
/
+3
2020-10-04
Address review comments
Matthew Jasper
-5
/
+5
2020-10-04
Add some more comments
Matthew Jasper
-6
/
+21
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-627
/
+696
2020-08-30
mv compiler to compiler/
mark
-0
/
+1313