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
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-05-13
rename visit item-like methods
Miguel Guarniz
-2
/
+2
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-2
/
+2
2022-05-10
only_local: always check for misuse
lcnr
-1
/
+1
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-1
/
+1
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-2
/
+2
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-1
/
+1
2022-03-30
Addressed comments by @compiler-errors and @bjorn3
Yuri Astrakhan
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-3
/
+3
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+3
2022-03-09
Permit `#[deprecated]` in stdlib
Jacob Pratt
-1
/
+1
2022-03-03
Make unknown feature error deterministic.
Camille GILLOT
-3
/
+3
2022-03-03
Gate stability attrs with other attributes.
Camille GILLOT
-56
/
+9
2022-03-03
Move query providers.
Camille GILLOT
-1
/
+10
2022-03-03
Remove useless map.
Camille GILLOT
-9
/
+5
2022-03-03
Move the set of features to the `features` query.
Camille GILLOT
-11
/
+0
2022-02-24
Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov
bors
-10
/
+8
2022-02-19
Adopt let else in more places
est31
-7
/
+3
2022-02-19
Stop interning stability.
Camille GILLOT
-10
/
+8
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
[prev]
[next]