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
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
2022-05-13
remove CollectPrivateImplItemsVisitor
Miguel Guarniz
-70
/
+57
2022-05-09
review
lcnr
-2
/
+2
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-11
/
+17
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-2
/
+1
2022-04-18
Make `#[used]` considered reachable
Gary Guo
-0
/
+5
2022-02-28
5 - Make more use of let_chains
Caio
-17
/
+15
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-7
/
+1
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-10
/
+6
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-1
/
+1
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-2
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-1
/
+1
2021-08-28
Remove obsolete `MacroDef` variant of `OwnerNode`
inquisitivecrystal
-2
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+1
2021-08-15
Fix `reachable_set` for non-function items in non-library crates
hyd-dev
-15
/
+16
2021-08-12
Add associated functions that have custom linkage to `reachable_set`
hyd-dev
-13
/
+21
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-4
/
+2
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-6
/
+3
2021-05-12
Use () for privacy.
Camille GILLOT
-2
/
+1
2021-05-12
Use () in reachable_set.
Camille GILLOT
-4
/
+2
2021-04-25
Reachable statics have reachable initializers
Tomasz Miąsko
-2
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-4
/
+3
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-10
/
+10
2021-01-23
Allow to query the HIR crate node.
Camille GILLOT
-0
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-1
/
+3
2020-11-26
Formatting.
Camille GILLOT
-1
/
+3
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+435