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
/
expr
/
into.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-19
Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"
Rémy Rakic
-5
/
+3
2022-12-16
Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr
bors
-3
/
+5
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-1
/
+1
2022-11-23
use no type in ProjectionElem::Field for PlaceBuilder::UpVar
b-naber
-2
/
+2
2022-11-23
get field ty during projecting
b-naber
-2
/
+4
2022-11-23
Auto merge of #103947 - camsteffen:place-clones, r=cjgillot
bors
-4
/
+2
2022-11-22
Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi...
Dylan DPC
-1
/
+1
2022-11-21
Only declare bindings for if-let guards once per arm
Léo Lanteri Thauvin
-1
/
+1
2022-11-20
Change to Ty::is_inhabited_from
Cameron Steffen
-9
/
+4
2022-11-17
Remove more PlaceBuilder clones
Cameron Steffen
-4
/
+2
2022-11-17
Replace into_place with to_place
Cameron Steffen
-1
/
+1
2022-09-28
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-2
/
+2
2022-09-16
Merge two arguments into one
Oli Scherer
-3
/
+2
2022-09-10
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
bors
-3
/
+1
2022-09-02
Box `CanonicalUserTypeAnnotation::CanonicalUserType`.
Nicholas Nethercote
-2
/
+2
2022-08-24
Rename `thir::Adt` as `thir::AdtExpr`.
Nicholas Nethercote
-2
/
+7
2022-08-24
Box `thir::ExprKind::InlineAsm`.
Nicholas Nethercote
-1
/
+1
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-1
/
+1
2022-08-24
Box `user_ty` fields in `thir::ExprKind`.
Nicholas Nethercote
-3
/
+3
2022-08-23
Only compute captures once when building MIR.
Camille GILLOT
-3
/
+1
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-2
/
+5
2022-07-15
Pass one argument instead of fetching two fields of it at every call site
Oli Scherer
-3
/
+1
2022-07-15
Add some tracing instrumentation
Oli Scherer
-2
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+1
2022-06-14
Only create scopes for if let
Xavier Denis
-4
/
+20
2022-06-10
Actually fix
Xavier Denis
-1
/
+4
2022-06-10
Revert "More minimal changes"
Xavier Denis
-2
/
+3
2022-06-10
More minimal changes
Xavier Denis
-3
/
+2
2022-06-10
Fix `SourceScope` for `if let` bindings.
Xavier Denis
-2
/
+3
2022-05-26
clippy::complexity fixes
Matthias Krüger
-5
/
+1
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-04
Generate an intermediate temporary for `Drop` constants.
Oli Scherer
-4
/
+12
2022-04-20
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Dylan DPC
-4
/
+9
2022-04-16
Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
bors
-3
/
+9
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-3
/
+9
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-5
/
+1
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-4
/
+9
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-1
/
+1
2022-03-23
change thir to lazily create constants
b-naber
-0
/
+3
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-03-09
treat all mir::Constant values as ConstantKind::Val
b-naber
-5
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-18
Formally implement let chains
Caio
-13
/
+3
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-3
/
+1
2021-12-22
Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`
Aaron Hill
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+4
2021-09-28
Add unit assignment to MIR for `asm!()`
Fabian Wolff
-3
/
+6
2021-09-16
Add `ConstraintCategory::Usage` for handling aggregate construction
Aaron Hill
-2
/
+9
2021-09-05
Change scope of temporaries in match guards
Matthew Jasper
-1
/
+1
[next]