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
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-2
/
+2
2022-11-17
Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead
bors
-11
/
+11
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-10
/
+10
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-1
/
+1
2022-11-12
Use `derive_const` and rm manual StructuralEq impl
Deadbeef
-0
/
+8
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-12
/
+12
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-6
/
+9
2022-10-19
Allow #[unstable] impl for fn() -> UnstableType.
Mara Bos
-7
/
+19
2022-10-19
Allow #[unstable] impls for fn() with unstable abi.
Mara Bos
-3
/
+8
2022-10-07
migrate stability.rs to translateable diagnostics
Nathan Stocks
-84
/
+46
2022-10-01
Refactor rustc lint API
Maybe Waffle
-15
/
+14
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-12
/
+12
2022-09-14
Migrated the rustc_passes lint for annotations without effect to the new diag...
Diego de Oliveira
-10
/
+7
2022-09-14
Also replace the placeholder for the stable_features lint
est31
-2
/
+11
2022-09-05
Make `hir::PathSegment::res` non-optional.
Nicholas Nethercote
-1
/
+1
2022-08-13
Rollup merge of #100431 - compiler-errors:enum-ctor-variant-stab, r=estebank
Michael Goulet
-1
/
+4
2022-08-12
Check ctor for missing stability
Michael Goulet
-0
/
+3
2022-08-12
enum variant ctor inherits stability of variant
Michael Goulet
-1
/
+1
2022-08-12
Auto merge of #100328 - davidtwco:perf-implications, r=nnethercote
bors
-36
/
+91
2022-08-11
Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot
Matthias Krüger
-5
/
+5
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-5
/
+5
2022-08-09
passes: load `defined_lib_features` query less
David Wood
-36
/
+91
2022-07-31
Don't track parent body stability (it wasn't used anyway)
Maybe Waffle
-18
/
+3
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-4
/
+32
2022-07-21
avoid embedding StabilityLevel::Unstable reason string into metadata multiple...
klensy
-5
/
+2
2022-07-20
passes: check implied feature exists
David Wood
-19
/
+31
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-8
/
+50
2022-07-20
middle: add `implies_by` to `#[unstable]`
David Wood
-0
/
+1
2022-07-20
attr/passes: comment -> doc comment
David Wood
-8
/
+8
2022-07-14
Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot
bors
-3
/
+48
2022-07-14
Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser
bors
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-13
remove untagged_union feature gate
Ralf Jung
-66
/
+2
2022-07-13
also allow arrays of allowed types
Ralf Jung
-0
/
+5
2022-07-13
allow unions with mutable references and tuples of allowed types
Ralf Jung
-5
/
+22
2022-07-13
factor 'is this type allowed as union field on stable' into separate function
Ralf Jung
-3
/
+11
2022-07-08
fixes post rebase
Jane Losare-Lusby
-1
/
+1
2022-07-08
add opt in attribute for stable-in-unstable items
Jane Lusby
-2
/
+19
2022-07-08
clarify comment
Jane Lusby
-2
/
+2
2022-07-08
update comment
Jane Lusby
-1
/
+4
2022-07-08
Support unstable moves via stable in unstable items
Jane Lusby
-2
/
+27
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-2
/
+2
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-06-04
Allow unstable items to be re-exported unstably without requiring the feature...
cole
-3
/
+37
2022-05-19
Rebase fallout
Oli Scherer
-1
/
+1
2022-05-19
Move check to existing pass
Jacob Pratt
-56
/
+26
2022-05-19
Proper const stability check, default to unstable
Jacob Pratt
-1
/
+52
2022-05-19
Add and use stability helper methods
Jacob Pratt
-5
/
+3
[next]