Skip to content

Commit fecdf8f

Browse files
authored
Merge pull request #2872 from santihdzs/date-ref-triage-2026-05
Update date references for 2026-05 triage (#2861)
2 parents 9202c4a + 17dd4a7 commit fecdf8f

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/implementing-new-features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- date-check: Jul 2025 -->
21

32
# Implementing new language features
43

src/normalization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ In this example:
164164

165165
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.
166166

167-
<!-- date-check: May 2025 -->
168167
An additional complication is that the compiler is currently undergoing a transition from the old trait solver to the new trait solver.
169168
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.
170169
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.

src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ directly, even during `HTML` generation.
222222
This [didn't used to be the case], and
223223
a lot of `rustdoc`'s architecture was designed around not doing that, but a
224224
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
225-
run generation for both `HTML` and the (unstable as of <!-- date-check --> Nov 2025) JSON format.
225+
run generation for both `HTML` and the (unstable as of <!-- date-check --> May 2026) JSON format.
226226

227227
This change has allowed other changes to remove data from the "clean" [`AST`][ast]
228228
that can be easily derived from `TyCtxt` queries, and we'll usually accept

src/tests/minicore.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# `minicore` test auxiliary: using `core` stubs
22

3-
<!-- date-check: Oct 2025 -->
43

54
[`tests/auxiliary/minicore.rs`][`minicore`] is a test auxiliary for ui/codegen/assembly/mir-opt test suites.
65
It provides `core` stubs for tests that need to

src/tests/misc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## `RUSTC_BOOTSTRAP` and stability
44

5-
<!-- date-check: Nov 2024 -->
65

76
This is a bootstrap/compiler implementation detail, but it can also be useful
87
for testing:

0 commit comments

Comments
 (0)