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
/
mentioned_items.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-4
/
+4
2024-09-24
unify dyn* coercions with other pointer coercions
Lukas Markeffsky
-3
/
+3
2024-09-10
Remove references from some structs.
Nicholas Nethercote
-4
/
+4
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-1
/
+3
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-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-1
/
+1
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-2
/
+2
2024-03-20
mentioned_items: avoid adding str/slice unsizing casts
Ralf Jung
-9
/
+16
2024-03-20
mentioned_items: record all callee and coerced closure types, whether they ar...
Ralf Jung
-29
/
+42
2024-03-20
mentioned items: also handle closure-to-fn-ptr coercions
Ralf Jung
-0
/
+16
2024-03-20
mentioned items: also handle vtables
Ralf Jung
-1
/
+25
2024-03-20
collector: recursively traverse 'mentioned' items to evaluate their constants
Ralf Jung
-0
/
+57