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
Age
Commit message (
Expand
)
Author
Lines
2021-09-16
Change scope of temporaries in match guards
Matthew Jasper
-5
/
+5
2021-09-02
Bless 32bit MIR opt tests
Matthew Jasper
-4
/
+4
2021-09-02
Remove TODO
Matthew Jasper
-1
/
+0
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-109
/
+178
2021-08-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-12
/
+65
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-4
/
+6
2021-08-25
Fix debugger stepping behavior around `match` expressions
Wesley Wiser
-12
/
+65
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-4
/
+4
2021-08-20
Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakis
bors
-23
/
+36
2021-08-18
Remove box syntax from rustc_mir_build
est31
-48
/
+64
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-76
/
+96
2021-08-15
Use correct drop scopes for if expressions
Matthew Jasper
-0
/
+41
2021-08-14
Only compute place if upvars can be resolved
Roxane
-23
/
+36
2021-08-14
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
bors
-13
/
+8
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-72
/
+8
2021-07-10
Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck
Fabian Wolff
-1
/
+3
2021-07-10
Add a query for `CapturedPlace::to_symbol`
lrh2000
-6
/
+7
2021-07-09
Store names of captured variables in `optimized_mir`
lrh2000
-8
/
+2
2021-06-27
fixup! Editon 2021 enables precise capture
Aman Arora
-2
/
+1
2021-06-27
Editon 2021 enables precise capture
Aman Arora
-1
/
+11
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-0
/
+1
2021-06-18
Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper
bors
-26
/
+7
2021-06-13
Box `ExprKind::Adt`
LeSeulArtichaut
-1
/
+8
2021-06-06
Remove some last remants of {push,pop}_unsafe!
Smitty
-26
/
+7
2021-05-27
Remove feature gate
Roxane
-19
/
+15
2021-05-27
Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...
Dylan DPC
-15
/
+20
2021-05-25
Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper
Guillaume Gomez
-7
/
+4
2021-05-24
Make `thir_check_unsafety` itself responsible for checking gate
LeSeulArtichaut
-9
/
+7
2021-05-24
Add comments about stealing THIR in `mir_build`
LeSeulArtichaut
-0
/
+4
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-7
/
+4
2021-05-22
Make the THIR unsafeck use the `thir_body` query
LeSeulArtichaut
-0
/
+12
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-12
/
+12
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-21
/
+23
2021-05-21
Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...
Felix S. Klock II
-15
/
+20
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-136
/
+253
2021-04-20
Auto merge of #84295 - richkadel:continue-coverage, r=tmandry
bors
-0
/
+15
2021-04-19
fix few typos
klensy
-2
/
+2
2021-04-18
Only generate dummy assign when instrumenting coverage
Rich Kadel
-10
/
+15
2021-04-18
Add coverage to continue statements
Rich Kadel
-0
/
+10
2021-04-13
move new c abi abort behavior behind feature gate
katelyn a. martin
-1
/
+5
2021-04-08
rustc: Add a new `wasm` ABI
Alex Crichton
-0
/
+1
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-02
Reduce size of statements
Roxane
-1
/
+1
2021-04-02
Fix diagnostic issue when using FakeReads in closures
Roxane
-21
/
+17
2021-04-02
Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...
bors
-29
/
+18
2021-04-01
Simplify logical operations CFG
AngelicosPhosphoros
-29
/
+18
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-2
/
+7
2021-03-26
Use iter::zip in compiler/
Josh Stone
-4
/
+5
[next]