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_passes
/
src
/
reachable.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-02
Miri function identity hack: account for possible inlining
Ralf Jung
-1
/
+1
2024-06-28
Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors"
Rémy Rakic
-2
/
+10
2024-06-25
miri: make sure we can find link_section statics even for the local crate
Ralf Jung
-10
/
+2
2024-06-11
reachable computation: clarify comments around consts
Ralf Jung
-6
/
+9
2024-06-05
Also support generic constants
Oli Scherer
-9
/
+9
2024-06-05
Don't walk the bodies of free constants for reachability.
Oli Scherer
-4
/
+14
2024-06-04
Closures are recursively reachable
Tomasz Miąsko
-0
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_passes`.
Nicholas Nethercote
-0
/
+1
2024-05-09
reachable computation: extend explanation of what this does, and why
Ralf Jung
-10
/
+22
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-28
Rollup merge of #123063 - tmiasko:reachability-abi, r=michaelwoerister
Matthias Krüger
-12
/
+1
2024-03-25
Rollup merge of #122769 - RalfJung:reachable, r=tmiasko
Jubilee
-23
/
+49
2024-03-25
extend doc comment for reachability set computation
Ralf Jung
-23
/
+49
2024-03-25
Function ABI is irrelevant for reachability
Tomasz Miąsko
-12
/
+1
2024-03-21
rename items -> free_items
Ralf Jung
-1
/
+1
2024-03-19
The AssocOpaqueTy HIR node is not actually needed to differentiate from other...
Oli Scherer
-1
/
+1
2024-03-16
Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko
bors
-39
/
+79
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-9
/
+6
2024-03-14
Test and implement reachability for trait objects and generic parameters of f...
Oli Scherer
-4
/
+31
2024-03-14
Stop walking the bodies of statics for reachability, and evaluate them instead
Oli Scherer
-38
/
+51
2024-03-13
Create some minimal HIR for associated opaque types
Vadim Petrochenkov
-1
/
+2
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-1
/
+38
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-3
/
+1
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-50
/
+8
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-10
Encode only MIR that can be used by other crates
Tomasz Miąsko
-0
/
+4
2023-08-22
Contents of reachable statics is reachable
Tomasz Miąsko
-7
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-4
/
+4
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-03-08
Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk
bors
-4
/
+4
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-03-01
Use LocalDefIdSet instead of FxHashSet for reachable_set query.
Michael Woerister
-4
/
+4
2023-02-14
Do not fetch HIR for reachable.
Camille GILLOT
-16
/
+13
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-11-28
Statics used in reachable function's inline asm are reachable
Tomasz Miąsko
-0
/
+11
2022-10-29
Improve LanguageItems api
Cameron Steffen
-5
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-10
/
+10
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-7
/
+7
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-2
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-7
/
+7
2022-09-14
change AccessLevels representation
Bryanskiy
-2
/
+8
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-1
/
+4
2022-06-18
Remove a possible unnecessary assignment
Yuki Okushi
-2
/
+0
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-06-03
Encode MIR for 'unreachable' non-generic fns
Michael Goulet
-25
/
+8
2022-05-13
check def_kind before fetching item
Miguel Guarniz
-21
/
+27
[next]