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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
build
/
expr
/
stmt.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-196
/
+0
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-2
/
+11
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-07-17
Rollup merge of #127472 - Zalathar:block-and-unit, r=fmease
Matthias Krüger
-1
/
+2
2024-07-08
Stop using `unpack!` for `BlockAnd<()>`
Zalathar
-1
/
+2
2024-07-07
Fix conflicts after rebase
Maybe Lapkin
-1
/
+1
2024-07-07
Properly handle drops for tail calls
DrMeepster
-18
/
+22
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-2
/
+33
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2023-12-18
Pass THIR ExprIds in MIR building
Matthew Jasper
-29
/
+17
2023-10-13
Format all the let chains in compiler
Michael Goulet
-24
/
+23
2023-06-27
`thir`: Add `Become` expression kind
Maybe Waffle
-0
/
+7
2023-03-03
Desugars drop and replace at MIR build
Giacomo Pasini
-1
/
+1
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-5
/
+5
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
tidy
Waffle Maybe
-1
/
+1
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-5
/
+5
2022-12-12
Fixup method doc that mentions removed param
Maybe Waffle
-4
/
+2
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-7
/
+15
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-02-28
6 - Make more use of `let_chains`
Caio
-15
/
+13
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-32
/
+0
2021-08-18
Remove box syntax from rustc_mir_build
est31
-2
/
+2
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
/
+22
2021-03-09
Take into account `ExprKind::Scope` when calculating span of temporary
LeSeulArtichaut
-6
/
+6
2021-03-09
Remove useless references/dereferences
LeSeulArtichaut
-20
/
+14
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-1
/
+1
2021-03-09
Remove `Clone` impl for `thir::Expr`
LeSeulArtichaut
-4
/
+3
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-1
/
+1
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-27
/
+32
2021-02-04
Revert "Use `record_operands_moved` more aggresively"
Felix S. Klock II
-2
/
+0
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-0
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+175