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
/
tests
/
ui
/
stability-attribute
Age
Commit message (
Expand
)
Author
Lines
2025-07-23
Stop using the old `validate_attr` logic for stability attributes
Jonathan Brouwer
-10
/
+22
2025-07-17
Integrate stable feature checking into a query.
Camille GILLOT
-13
/
+7
2025-07-17
parse `const trait Trait`
Deadbeef
-5
/
+4
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-35
/
+20
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-11
/
+41
2025-06-13
Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann
Matthias Krüger
-0
/
+12
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-2
/
+2
2025-06-11
cleaned up some tests
Kivooeo
-0
/
+387
2025-06-07
Add test renamed_feature.rs
xizheyin
-0
/
+12
2025-05-10
Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...
Matthias Krüger
-2
/
+1
2025-05-05
Do not gather local all together at the beginning of typeck
Michael Goulet
-32
/
+32
2025-04-22
remove intrinsics::drop_in_place
Ralf Jung
-2
/
+1
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-40
/
+40
2025-03-14
Pass precise HirId when calling check_stability
xizheyin
-0
/
+49
2025-02-24
Fix test output expectations
Jana Dönszelmann
-20
/
+20
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-4
/
+4
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-12
/
+8
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-8
/
+12
2025-02-02
rustc_allowed_through_unstable_modules: require deprecation message
Ralf Jung
-11
/
+6
2025-01-18
Structured suggestion for "missing `feature` in unstable fn call"
Esteban Küber
-1
/
+4
2025-01-15
Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...
Guillaume Gomez
-3
/
+25
2025-01-15
intrinsics: deprecate calling them via the unstable std::intrinsics path
Ralf Jung
-1
/
+10
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-2
/
+15
2025-01-14
Enforce syntactical stability of const traits in HIR
Michael Goulet
-2
/
+13
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-1
/
+0
2024-12-12
Tweak multispan rendering
Esteban Küber
-2
/
+1
2024-11-20
don't require const stability for const impls
Deadbeef
-11
/
+2
2024-11-04
remove support for extern-block const intrinsics
Ralf Jung
-6
/
+0
2024-11-04
Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...
Matthias Krüger
-110
/
+110
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-110
/
+110
2024-11-03
Yeet effects feature
Michael Goulet
-11
/
+2
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-13
/
+21
2024-06-30
Migrate tests to use `-Znext-solver`
Deadbeef
-4
/
+5
2024-06-24
ast: Standardize visiting order for attributes and node IDs
Vadim Petrochenkov
-4
/
+4
2024-06-22
Make `effects` an incomplete feature
Deadbeef
-2
/
+11
2024-03-31
refer to a different module in UI test
joboet
-10
/
+10
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-28
/
+28
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-1
/
+10
2024-01-13
Bless tests
George-lewis
-0
/
+57
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-2
/
+13
2023-11-24
Show number in error message even for one error
Nilstrieb
-16
/
+16
2023-10-30
Preserve deprecation attribute even if 'since' version is missing
David Tolnay
-3
/
+11
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-11
/
+7
2023-10-29
Fill in syntactically valid deprecation version in tests
David Tolnay
-12
/
+12
2023-10-24
Update stability attribute sanity UI test to delete superfluous errors
David Tolnay
-19
/
+6
2023-10-23
Update `since` stability attributes in tests
David Tolnay
-43
/
+53
2023-08-06
bless tests
Deadbeef
-1
/
+1
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-2
/
+19
2023-06-22
Tweak privacy errors to account for reachable items
Esteban Küber
-1
/
+3
2023-05-26
Fix diagnostics with errors
clubby789
-2
/
+19
[next]