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
/
check_packed_ref.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-13
Cleanup assoc parent utils
Cameron Steffen
-1
/
+1
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+5
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+2
2024-08-30
Merge some `if`s.
Nicholas Nethercote
-18
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+7
2023-05-02
Migrate `mir_transform` to translatable diagnostics
clubby789
-21
/
+2
2023-04-28
improve error notes for packed struct reference diagnostic
bindsdev
-2
/
+5
2023-02-16
Properly check for builtin derives
clubby789
-2
/
+2
2023-01-31
make unaligned_reference a hard error
Ralf Jung
-26
/
+17
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-39
/
+6
2022-10-01
Refactor rustc lint API
Maybe Waffle
-17
/
+23
2022-07-26
Remove erroneous E0133 code from an error message.
Nicholas Nethercote
-1
/
+1
2022-07-25
Improve error messages involving `derive` and `packed`.
Nicholas Nethercote
-5
/
+8
2022-07-10
avoid some `&str` to `String` conversions
Takayuki Maeda
-3
/
+1
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-19
/
+6
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2021-12-09
give more help in the unaligned_references lint
Ralf Jung
-0
/
+5
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-3
/
+3
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+115