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_transform
/
src
/
validate.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-5
/
+4
2024-10-31
stop using `ParamEnv::reveal` while handling MIR
lcnr
-5
/
+12
2024-10-31
`ConstCx` stop using `ParamEnv::reveal`
lcnr
-8
/
+4
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-10-15
Don't check unsize goal in MIR validation when opaques remain
Michael Goulet
-0
/
+11
2024-09-25
Add a debug assertion in codegen that unsize casts of the same principal trai...
Michael Goulet
-15
/
+0
2024-09-25
Validate unsize coercion in MIR validation
Michael Goulet
-3
/
+47
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-7
/
+7
2024-09-24
unify dyn* coercions with other pointer coercions
Lukas Markeffsky
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-14
Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot
Stuart Cook
-5
/
+1
2024-09-10
Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida...
Michael Goulet
-5
/
+1
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-14
/
+16
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-2
/
+2
2024-09-07
Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco
Matthias Krüger
-1
/
+12
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2024-09-01
Do not call query to compute coroutine layout for synthetic body of async clo...
Michael Goulet
-1
/
+12
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-19
/
+0
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-33
/
+44
2024-06-20
More GVN for PtrMetadata
Scott McMurray
-2
/
+7
2024-06-19
Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR
Scott McMurray
-1
/
+7
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-3
/
+3
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+2
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-3
/
+3
2024-06-01
Add some more specific checks to the MIR validator
Scott McMurray
-7
/
+94
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+3
2024-05-29
Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk
许杰友 Jieyou Xu (Joe)
-0
/
+10
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-0
/
+10
2024-05-28
Don't format `tests/run-make/*/rmake.rs`.
Nicholas Nethercote
-1
/
+1
2024-05-27
MIR validation: ensure that downcast projection is followed by field projection
Ralf Jung
-3
/
+23
2024-05-24
compiler: const_eval/transform/validate.rs -> mir_transform/validate.rs
Jubilee Young
-0
/
+1406