Skip to content

Commit 446e394

Browse files
authored
Merge pull request #2558 from ali90h/date-sweep-2025-08-queries
dates: refresh query-system date annotations to 2025-08 (preserve style)
2 parents 384f5a1 + b69b2c3 commit 446e394

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/queries/query-evaluation-model-in-detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ executed, no results are cached. But the context already provides access to
7474
"input" data, i.e. pieces of immutable data that were computed before the
7575
context was created and that queries can access to do their computations.
7676

77-
As of <!-- date-check --> January 2021, this input data consists mainly of
77+
As of <!-- date-check --> August 2025, this input data consists mainly of
7878
the HIR map, upstream crate metadata, and the command-line options the compiler
7979
was invoked with; but in the future inputs will just consist of command-line
8080
options and a list of source files -- the HIR map will itself be provided by a

src/queries/salsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ want to watch [Salsa In More
77
Depth](https://www.youtube.com/watch?v=i_IhACacPRY), also by Niko
88
Matsakis.
99

10-
> As of <!-- date-check --> November 2022, although Salsa is inspired by (among
10+
> As of <!-- date-check --> August 2025, although Salsa is inspired by (among
1111
> other things) rustc's query system, it is not used directly in rustc. It
1212
> _is_ used in [chalk], an implementation of Rust's trait system, and
1313
> extensively in [`rust-analyzer`], the official implementation of the language

src/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Queries: demand-driven compilation
22

33
As described in [Overview of the compiler], the Rust compiler
4-
is still (as of <!-- date-check --> July 2021) transitioning from a
4+
is still (as of <!-- date-check --> August 2025) transitioning from a
55
traditional "pass-based" setup to a "demand-driven" system. The compiler query
66
system is the key to rustc's demand-driven organization.
77
The idea is pretty simple. Instead of entirely independent passes

0 commit comments

Comments
 (0)