Skip to content

rustc-dev-guide subtree update #140044

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

Merged
merged 40 commits into from
Apr 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c285fe7
Fix link to rustc_* TEST attributes in ui.md
smanilov Apr 11, 2025
5806cb5
Merge pull request #2324 from smanilov/patch-3
Apr 11, 2025
b2fce61
Update table of contents in about-this-guide.md
smanilov Apr 8, 2025
e6eb98f
Merge pull request #2320 from smanilov/patch-1
Apr 11, 2025
c5e2369
Update "crater" link to actually point to crater.md
freyacodes Apr 11, 2025
46df457
Merge pull request #2325 from freyacodes/crater-link-fix
Apr 12, 2025
e0a2250
ease copy-paste
Apr 12, 2025
1a20e21
Merge pull request #2326 from rust-lang/tshepang-patch-3
Apr 12, 2025
3ae1c9d
use more simple language
Apr 12, 2025
770a6fc
remove implied text
Apr 12, 2025
7ba53b7
add missing word
Apr 12, 2025
af4419a
Merge pull request #2328 from rust-lang/tshepang-patch-3
jieyouxu Apr 12, 2025
208e421
Merge pull request #2329 from rust-lang/tshepang-patch-4
Apr 12, 2025
14ea903
Merge pull request #2327 from rust-lang/tshepang-patch-1
jieyouxu Apr 12, 2025
e33a6d6
date-check rdg contribution section
Apr 12, 2025
f79a89d
Merge pull request #2330 from rust-lang/tshepang-patch-5
Apr 12, 2025
667aa2e
fix path
Apr 12, 2025
17f72ff
Merge pull request #2331 from rust-lang/tshepang-patch-6
Apr 12, 2025
2af7ec3
use consistent title capitalization
Apr 12, 2025
40bfc14
Enable [canonicalize-issue-links] and [no-mentions] in triagebot.toml
Urgau Apr 12, 2025
de1dfd3
Merge pull request #2335 from Urgau/triagebot-feat-1
Urgau Apr 12, 2025
8c378f7
tests: document `-A {unused,internal_features}` ui test mode presets
jieyouxu Apr 9, 2025
38f06e3
Merge pull request #2321 from jieyouxu/ui-lint-allows
jieyouxu Apr 13, 2025
b3b89b6
Merge pull request #2334 from rust-lang/consistency
jieyouxu Apr 13, 2025
9e99fc3
clean "Coding conventions" chapter
Apr 14, 2025
97be6a6
Merge pull request #2333 from rust-lang/convetions-chapt-cleaning
Apr 14, 2025
855ecf9
Remind to update dev branch while behind too many commits
xizheyin Apr 16, 2025
a9bcdb0
Merge pull request #2337 from xizheyin/sync-code
Kobzol Apr 16, 2025
1236dcb
add a first version of autodiff docs
ZuseZ4 Apr 17, 2025
35a3c3b
Merge pull request #2339 from rust-lang/autodiff-docs
jieyouxu Apr 17, 2025
834dbf5
upstream autodiff build instructions
ZuseZ4 Apr 18, 2025
9e2e6d7
Merge pull request #2340 from rust-lang/autodiff-build-instr
ZuseZ4 Apr 18, 2025
311ef44
readme: be copy-paste friendly
Apr 19, 2025
52616fa
Merge pull request #2344 from rust-lang/tshepang-patch-1
Apr 19, 2025
a0c64dc
Preparing for merge from rustc
invalid-email-address Apr 19, 2025
3b2302e
Merge from rustc
invalid-email-address Apr 19, 2025
07b7f00
fix broken link
Apr 19, 2025
b886a8e
Merge pull request #2347 from rust-lang/rustc-pull
Apr 19, 2025
1ab497b
document `#[cfg(bootstrap)]` in dependencies
folkertdev Apr 19, 2025
976d13f
Merge pull request #2346 from folkertdev/bootstrap-in-dependencies
jieyouxu Apr 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
date-check rdg contribution section
  • Loading branch information
Tshepang Mbambo authored Apr 12, 2025
commit e33a6d6f60fdc647469a758c9fe62041ffd2d8e4
6 changes: 3 additions & 3 deletions src/doc/rustc-dev-guide/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,20 +395,20 @@ Just a few things to keep in mind:
add a special annotation before specifying the date:

```md
<!-- date-check --> Sep 2024
<!-- date-check --> Apr 2025
```

Example:

```md
As of <!-- date-check --> Sep 2024, the foo did the bar.
As of <!-- date-check --> Apr 2025, the foo did the bar.
```

For cases where the date should not be part of the visible rendered output,
use the following instead:

```md
<!-- date-check: Sep 2024 -->
<!-- date-check: Apr 2025 -->
```

- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide
Expand Down