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
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
2024-07-08
Stop using `unpack!` for `BlockAnd<()>`
Zalathar
-11
/
+11
2024-07-08
Remove the non-assigning form of `unpack!`
Zalathar
-2
/
+2
2024-06-30
Replace a magic boolean with enum `ScheduleDrops`
Zalathar
-3
/
+15
2024-06-30
Replace a magic boolean with enum `EmitStorageLive`
Zalathar
-2
/
+2
2024-06-30
Replace a magic boolean with enum `DeclareLetBindings`
Zalathar
-1
/
+2
2024-06-22
Reuse `lower_let_expr` for `let .. else` lowering
Nadrieril
-32
/
+31
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-40
/
+5
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-2
/
+2
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
[next]