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
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Pass THIR ExprIds in MIR building
Matthew Jasper
-11
/
+9
2023-12-04
Don't include destruction scopes in THIR
Matthew Jasper
-90
/
+66
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+2
2023-04-03
Add Span to StmtKind::Let.
Camille GILLOT
-0
/
+2
2022-12-14
Auto merge of #104986 - compiler-errors:opaques, r=oli-obk
bors
-1
/
+3
2022-12-13
Do not suggest borrowing binding in pattern in let else
Esteban Küber
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+3
2022-11-21
Only declare bindings for if-let guards once per arm
Léo Lanteri Thauvin
-4
/
+3
2022-11-13
fix some typos in comments
cui fliter
-1
/
+1
2022-09-28
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-5
/
+0
2022-09-25
Fix scoping for let-else.
Camille GILLOT
-16
/
+27
2022-09-18
avoid duplicating StorageLive in let-else
Ding Xiang Fei
-1
/
+2
2022-09-15
add diagram to explain the MIR structure
Ding Xiang Fei
-0
/
+53
2022-09-15
add explanatory note
Ding Xiang Fei
-0
/
+15
2022-09-15
supplement for the missing or incomplete comments
Ding Xiang Fei
-1
/
+4
2022-09-15
reorder nesting scopes and declare bindings without drop schedule
Ding Xiang Fei
-22
/
+95
2022-09-02
Avoid some clones.
Nicholas Nethercote
-1
/
+1
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-2
/
+2
2022-08-26
Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillot
bors
-3
/
+3
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-3
/
+3
2022-07-31
provide a clearer explanation of scope breaking
Ding Xiang Fei
-1
/
+3
2022-07-31
break out to one scope higher for let-else
Ding Xiang Fei
-2
/
+17
2022-07-21
break out scopes when let-else fails to match
Ding Xiang Fei
-0
/
+1
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-10
/
+23
2022-05-25
try to cache region_scope_tree as a query
Ding Xiang Fei
-2
/
+1
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-1
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-2
/
+4
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-17
/
+5
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-4
/
+2
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-2
/
+4
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-0
/
+1
2021-06-06
Remove some last remants of {push,pop}_unsafe!
Smitty
-18
/
+4
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-1
/
+1
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-12
/
+21
2021-03-09
Remove useless references/dereferences
LeSeulArtichaut
-23
/
+16
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-3
/
+3
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-5
/
+4
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-32
/
+33
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-7
/
+3
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-3
/
+7
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-8
/
+10
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-2
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+246