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_middle
/
src
/
mir
/
syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
Move `impl` blocks out of `rustc_middle/src/mir/syntax.rs`.
Nicholas Nethercote
-112
/
+0
2025-02-20
Improve how the MIR dialect/phase index is reported.
Nicholas Nethercote
-1
/
+1
2025-02-20
Improve MIR phase comments.
Nicholas Nethercote
-22
/
+29
2025-02-20
Reflow `MirPhase` comments.
Nicholas Nethercote
-22
/
+25
2025-02-19
Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-02-19
Remove `rustc_middle::mir::tcx` module.
Nicholas Nethercote
-1
/
+1
2025-02-17
Update and clarify the comment on `SwitchTargets`.
Nicholas Nethercote
-11
/
+19
2025-02-03
Contracts core intrinsics.
Felix S. Klock II
-0
/
+3
2025-02-01
Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk
Matthias Krüger
-0
/
+7
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-0
/
+7
2025-01-31
Insert null checks for pointer dereferences when debug assertions are enabled
Bastian Kersting
-0
/
+1
2025-01-28
Represent the raw pointer for a array length check as a new kind of fake borrow
Michael Goulet
-1
/
+54
2025-01-24
Exclude `mir::coverage` types from TypeFoldable/TypeVisitable
Zalathar
-1
/
+8
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-0
/
+10
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-10
/
+0
2024-12-21
coroutine_clone: add comments
Ralf Jung
-0
/
+5
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+28
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-8
/
+1
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-1
/
+1
2024-10-31
stop using `ParamEnv::reveal` while handling MIR
lcnr
-16
/
+4
2024-10-31
`ConstCx` stop using `ParamEnv::reveal`
lcnr
-6
/
+17
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-1
/
+23
2024-10-05
clarify semantics of ConstantIndex MIR projection
Ralf Jung
-2
/
+4
2024-09-24
update doc comment
Lukas Markeffsky
-2
/
+4
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-2
/
+11
2024-09-24
unify dyn* coercions with other pointer coercions
Lukas Markeffsky
-2
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-13
ProjectionElem and UnOp/BinOp dont need to be PartialOrd/Ord
Michael Goulet
-3
/
+3
2024-09-03
explain why Rvalue::Len still exists
Ralf Jung
-0
/
+3
2024-08-21
fix comment on PlaceMention semantics
Ralf Jung
-1
/
+1
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+11
2024-07-07
Fix conflicts after rebase
Maybe Lapkin
-1
/
+1
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+31
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-4
/
+4
2024-06-20
More GVN for PtrMetadata
Scott McMurray
-2
/
+4
2024-06-19
Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR
Scott McMurray
-2
/
+11
2024-06-19
Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors
León Orell Valerian Liehr
-4
/
+7
2024-06-14
MIR Shl/Shr: the offset can be computed with rem_euclid
Ralf Jung
-2
/
+4
2024-06-08
StorageLive: refresh storage (instead of UB) when local is already live
Ralf Jung
-4
/
+7
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-0
/
+7
2024-05-27
MIR validation: ensure that downcast projection is followed by field projection
Ralf Jung
-2
/
+2
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-8
/
+11
2024-05-15
MIR operators: clarify Shl/Shr handling of negative offsets
Ralf Jung
-2
/
+6
2024-04-29
Remove `extern crate rustc_data_structures` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-23
Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper
León Orell Valerian Liehr
-10
/
+61
2024-04-21
Add `AggregateKind::RawPtr` and enough support to compile
Scott McMurray
-0
/
+15
2024-04-20
Fix documentation of `BorrowKind::Fake`
Nadrieril
-3
/
+3
[next]