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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_passes
/
src
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-03
Require const stability on all stable const items
Jacob Pratt
-18
/
+18
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-17
/
+11
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-13
/
+6
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-3
/
+3
2021-11-28
Remove eval_always for lib_features.
Camille GILLOT
-1
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-2
/
+1
2021-09-16
delay error for enabling unstable lib features
Vishad Goyal
-0
/
+10
2021-09-02
Rename walk_crate.
Camille GILLOT
-2
/
+2
2021-09-02
Stop using walk_crate.
Camille GILLOT
-5
/
+5
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-18
/
+0
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+1
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-47
/
+45
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-2
/
+2
2021-07-12
Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank
bors
-1
/
+2
2021-07-08
fn must be const if marked with stability attribut
Lamb
-1
/
+60
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-15
Use last segment
hi-rustin
-4
/
+1
2021-06-15
shrinking the deprecated method span
hi-rustin
-1
/
+5
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-06-04
Revert "shrinking the deprecated method span"
Rich Kadel
-5
/
+1
2021-06-02
Address comment
hi-rustin
-4
/
+3
2021-05-25
Address comment
hi-rustin
-4
/
+1
2021-05-24
shrinking the deprecated method span
hi-rustin
-1
/
+9
2021-05-12
Use () for lang items.
Camille GILLOT
-6
/
+2
2021-05-12
Use () for privacy.
Camille GILLOT
-1
/
+1
2021-05-07
shrinking the deprecated method span
hi-rustin
-3
/
+3
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-2
/
+2
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+2
2021-03-23
Some refactoring
varkor
-4
/
+3
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-5
/
+5
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Access attrs directly from HirId in rustc_passes::stability.
Camille GILLOT
-12
/
+1
2021-03-05
Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis
bors
-24
/
+52
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-3
/
+3
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-10
/
+8
2021-02-10
Tweak stability attribute diagnostic output
Esteban Küber
-17
/
+19
2021-02-10
Inherit `#[stable(..)]` annotations in enum variants and fields from its item
Esteban Küber
-11
/
+37
2021-02-02
Bump rustfmt version
Mark Rousskov
-1
/
+2
2021-01-18
Only inherit const stability for methods of `impl const Trait` blocks
oli
-10
/
+60
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-4
/
+5
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2020-12-16
Allow `since="TBD"` for rustc_deprecated
bstrie
-20
/
+24
2020-11-26
Formatting.
Camille GILLOT
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-2
/
+2
2020-11-02
Improve deprecation attribute diagnostic messages.
Mara Bos
-3
/
+3
2020-11-01
Turn 'useless #[deprecated]' error into a lint.
Mara Bos
-11
/
+11
[next]