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_middle
/
src
/
mir
/
syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
ProjectionElem::Subtype -> CastKind::Subtype
beepster4096
-12
/
+12
2025-09-16
Remove Rvalue::Len.
Camille Gillot
-10
/
+0
2025-09-10
clarify current MIR semantics re: overlapping assignment
Ralf Jung
-3
/
+5
2025-08-25
Remove bug comments from Repeat variant
Ryan Lee
-5
/
+0
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-29
Rollup merge of #143088 - firefighterduck:improve-doc-discr-tag, r=RalfJung
Matthias Krüger
-9
/
+9
2025-06-28
fix docs of FakeBorrowKind
Florian Sextl
-9
/
+9
2025-06-28
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
bors
-0
/
+1
2025-06-27
Insert checks for enum discriminants when debug assertions are enabled
Bastian Kersting
-0
/
+1
2025-06-13
Unimplement unsized_locals
mejrs
-7
/
+0
2025-06-06
Allow transmute casts in pre-runtime-MIR
Oli Scherer
-2
/
+0
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-1
/
+31
2025-04-17
do not emit `OpaqueCast` projections with `-Znext-solver`
lcnr
-0
/
+2
2025-04-15
Split TypeFolder and FallibleTypeFolder
Michael Goulet
-0
/
+4
2025-04-07
Make use generated TerminatorKind::Call have call_source Use
Santiago Pastorino
-0
/
+2
2025-04-03
Tighten up assignment operator representations.
Nicholas Nethercote
-0
/
+36
2025-03-29
Properly document FakeReads
Maja Kądziołka
-28
/
+84
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
[next]