Skip to content

Commit 010ab13

Browse files
authored
Triage some date-check items (rust-lang#1513)
1 parent 1489305 commit 010ab13

6 files changed

+6
-6
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can also install the hook as a step of running `./x.py setup`!
2323
a file. By default, `rust-analyzer` runs the `cargo check` and `rustfmt`
2424
commands, but you can override these commands to use more adapted versions
2525
of these tools when hacking on `rustc`. For example, for Visual Studio Code,
26-
you can write: <!-- date-check: apr 2022 --><!-- the date comment is for the edition below -->
26+
you can write: <!-- date-check: nov 2022 --><!-- the date comment is for the edition below -->
2727

2828
```JSON
2929
{

src/conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Formatting is checked by the `tidy` script. It runs automatically when you do
2121

2222
If you want to use format-on-save in your editor, the pinned version of
2323
`rustfmt` is built under `build/<target>/stage0/bin/rustfmt`. You'll have to
24-
pass the <!-- date-check: April 2022 --> `--edition=2021` argument yourself when calling
24+
pass the <!-- date-check: nov 2022 --> `--edition=2021` argument yourself when calling
2525
`rustfmt` directly.
2626

2727
[fmt]: https://github.com/rust-dev-tools/fmt-rfcs

src/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Moreover, the compiler wasn't originally built to use a query system; the query
292292
system has been retrofitted into the compiler, so parts of it are not query-fied
293293
yet. Also, LLVM isn't our code, so that isn't querified either. The plan is to
294294
eventually query-fy all of the steps listed in the previous section,
295-
but as of <!-- date-check --> November 2021, only the steps between HIR and
295+
but as of <!-- date-check --> November 2022, only the steps between HIR and
296296
LLVM IR are query-fied. That is, lexing, parsing, name resolution, and macro
297297
expansion are done all at once for the whole program.
298298

src/parallel-rustc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ the previous `Data Structures` and `Parallel Iterators`. See [this tracking issu
141141

142142
## Rustdoc
143143

144-
As of <!-- date-check--> May 2022, there are still a number of steps
144+
As of <!-- date-check--> November 2022, there are still a number of steps
145145
to complete before rustdoc rendering can be made parallel. More details on
146146
this issue can be found [here][parallel-rustdoc].
147147

src/rustdoc-internals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ these passes, please let us know!)
6666

6767
[44136]: https://github.com/rust-lang/rust/issues/44136
6868

69-
Here is the list of passes as of <!-- date-check --> May 2022:
69+
Here is the list of passes as of <!-- date-check --> November 2022:
7070

7171
- `calculate-doc-coverage` calculates information used for the `--show-coverage`
7272
flag.

src/salsa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ want to watch [Salsa In More
99
Depth](https://www.youtube.com/watch?v=i_IhACacPRY), also by Niko
1010
Matsakis.
1111

12-
> As of <!-- date-check --> April 2022, although Salsa is inspired by
12+
> As of <!-- date-check --> November 2022, although Salsa is inspired by
1313
> (among other things) rustc's query system, it is not used directly in rustc.
1414
> It _is_ used in chalk and extensively in `rust-analyzer`, but there are no
1515
> medium or long-term concrete plans to integrate it into the compiler.

0 commit comments

Comments
 (0)