-
Notifications
You must be signed in to change notification settings - Fork 589
Update date references for 2026-05 triage (#2861) #2872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <!-- date-check: Jul 2025 --> | ||
| <!-- date-check: May 2026 --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto, should just be removed. |
||
|
|
||
| # Implementing new language features | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,7 +164,7 @@ In this example: | |
|
|
||
| When interfacing with the type system it will often be the case that it's necessary to request a type be normalized. There are a number of different entry points to the underlying normalization logic and each entry point should only be used in specific parts of the compiler. | ||
|
|
||
| <!-- date-check: May 2025 --> | ||
| <!-- date-check: May 2026 --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto, should just be removed |
||
| An additional complication is that the compiler is currently undergoing a transition from the old trait solver to the new trait solver. | ||
| As part of this transition our approach to normalization in the compiler has changed somewhat significantly, resulting in some normalization entry points being "old solver only" slated for removal in the long-term once the new solver has stabilized. | ||
| The transition can be tracked via the [WG-trait-system-refactor](https://github.com/rust-lang/rust/labels/WG-trait-system-refactor) label in Github. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -222,7 +222,7 @@ directly, even during `HTML` generation. | |
| This [didn't used to be the case], and | ||
| a lot of `rustdoc`'s architecture was designed around not doing that, but a | ||
| `TyCtxt` is now passed to `formats::renderer::run_format`, which is used to | ||
| run generation for both `HTML` and the (unstable as of <!-- date-check --> Nov 2025) JSON format. | ||
| run generation for both `HTML` and the (unstable as of <!-- date-check --> May 2026) JSON format. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 this looks good |
||
|
|
||
| This change has allowed other changes to remove data from the "clean" [`AST`][ast] | ||
| that can be easily derived from `TyCtxt` queries, and we'll usually accept | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # `minicore` test auxiliary: using `core` stubs | ||
|
|
||
| <!-- date-check: Oct 2025 --> | ||
| <!-- date-check: May 2026 --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see any date here at all. Can we just remove the |
||
|
|
||
| [`tests/auxiliary/minicore.rs`][`minicore`] is a test auxiliary for ui/codegen/assembly/mir-opt test suites. | ||
| It provides `core` stubs for tests that need to | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
|
|
||
| ## `RUSTC_BOOTSTRAP` and stability | ||
|
|
||
| <!-- date-check: Nov 2024 --> | ||
| <!-- date-check: May 2026 --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto, shouldn't be here |
||
|
|
||
| This is a bootstrap/compiler implementation detail, but it can also be useful | ||
| for testing: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is in the contributing guide and not tied to anything specific. it doesn't need updating.