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
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
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-9
/
+17
2020-11-01
Deny #[deprecated] on trait impl blocks.
Mara Bos
-1
/
+4
2020-10-16
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
Ralf Jung
-23
/
+29
2020-09-27
Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk
Jonas Schievink
-7
/
+31
2020-09-25
Check for missing const-stability attributes in `stability`
Dylan MacKenzie
-7
/
+31
2020-09-22
Fix compilation & test failures
Jacob Hughes
-2
/
+8
2020-09-22
Update src/librustc_passes/stability.rs
Avi Dessauer
-2
/
+1
2020-09-22
Update src/librustc_passes/stability.rs
Avi Dessauer
-2
/
+6
2020-09-22
Add documentation
Avi Dessauer
-33
/
+84
2020-09-22
Stability annotations on generic trait parameters
Avi Dessauer
-16
/
+52
2020-09-11
Improve `ineffective_unstable_trait_impl` error message.
Mara Bos
-4
/
+4
2020-09-11
Turn unstable trait impl error into a lint, so it can be disabled.
Mara Bos
-21
/
+28
2020-09-11
Turn useless #[unstable] attributes into errors.
Mara Bos
-1
/
+1
2020-09-11
Warn for #[unstable] on trait impls when it has no effect.
Mara Bos
-2
/
+64
2020-08-30
mv compiler to compiler/
mark
-0
/
+697