Skip to content

Commit b46d7e1

Browse files
committed
Update some date-check comments
I removed one of them because it doesn't seem necessary.
1 parent b19d40c commit b46d7e1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Moreover, the compiler wasn't originally built to use a query system; the query
262262
system has been retrofitted into the compiler, so parts of it are not query-fied
263263
yet. Also, LLVM isn't our code, so that isn't querified either. The plan is to
264264
eventually query-fy all of the steps listed in the previous section,
265-
but as of <!-- date: 2021-02 --> February 2021, only the steps between HIR and
265+
but as of <!-- date: 2021-11 --> February 2021, only the steps between HIR and
266266
LLVM IR are query-fied. That is, lexing, parsing, name resolution, and macro
267267
expansion are done all at once for the whole program.
268268

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: 2021-02 --> February 2021:
69+
Here is the list of passes as of <!-- date: 2021-10 --> October 2021:
7070

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

src/tests/intro.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ essence, it runs `./x.py test` after building for each of them.
126126

127127
The integration bot [bors] is used for coordinating merges to the master branch.
128128
When a PR is approved, it goes into a [queue] where merges are tested one at a
129-
time on a wide set of platforms using GitHub Actions (as of <!-- date: 2021-01
130-
--> January 2021, over 50 different configurations). Due to the limit on the
129+
time on a wide set of platforms using GitHub Actions. Due to the limit on the
131130
number of parallel jobs, we run CI under the [rust-lang-ci] organization except
132131
for PRs. Most platforms only run the build steps, some run a restricted set of
133132
tests, only a subset run the full suite of tests (see Rust's [platform tiers]).

0 commit comments

Comments
 (0)