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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-29
move new c abi abort behavior behind feature gate
katelyn a. martin
-1
/
+5
2021-03-18
Replace closures_captures and upvar_capture with closure_min_captures
Jennifer Wills
-1
/
+1
2021-03-14
Delay use of Place in favor of PlaceBuilder
Roxane
-1
/
+5
2021-03-11
Make THIR data structures public
LeSeulArtichaut
-2
/
+1
2021-03-11
Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obk
bors
-73
/
+105
2021-03-09
address pr review comments
katelyn a. martin
-1
/
+17
2021-03-09
implement unwinding abi's (RFC 2945)
katelyn a. martin
-4
/
+18
2021-03-09
Remove useless references/dereferences
LeSeulArtichaut
-1
/
+1
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-13
/
+14
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-70
/
+102
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-5
/
+4
2021-03-01
Box generator-related Body fields
Dániel Buga
-8
/
+17
2021-02-05
Run x.py fmt to fix tidy issues
Wesley Wiser
-5
/
+9
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-24
/
+10
2021-02-02
Bump rustfmt version
Mark Rousskov
-4
/
+3
2021-01-29
Compute mutability of closure captures
Aman Arora
-10
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-15
Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk
bors
-3
/
+3
2020-12-09
Use precise places when lowering Closures in THIR
Aman Arora
-6
/
+16
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-3
/
+3
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-10
/
+24
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-1
/
+1
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-1
/
+1
2020-10-17
Remove unused cached_unreachable_block from MIR builder
Tomasz Miąsko
-14
/
+0
2020-10-05
Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr
bors
-1
/
+1
2020-10-05
Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper
bors
-63
/
+28
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-1
/
+1
2020-10-04
HACK: Overwrite the MIR's source with the correct const param
Dylan MacKenzie
-1
/
+7
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-2
/
+9
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-63
/
+28
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-5
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+1030