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
tshepang 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
tshepang 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
tshepang Apr 12, 2025
e0a2250
ease copy-paste
tshepang Apr 12, 2025
1a20e21
Merge pull request #2326 from rust-lang/tshepang-patch-3
tshepang Apr 12, 2025
3ae1c9d
use more simple language
tshepang Apr 12, 2025
770a6fc
remove implied text
tshepang Apr 12, 2025
7ba53b7
add missing word
tshepang 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
tshepang Apr 12, 2025
14ea903
Merge pull request #2327 from rust-lang/tshepang-patch-1
jieyouxu Apr 12, 2025
e33a6d6
date-check rdg contribution section
tshepang Apr 12, 2025
f79a89d
Merge pull request #2330 from rust-lang/tshepang-patch-5
tshepang Apr 12, 2025
667aa2e
fix path
tshepang Apr 12, 2025
17f72ff
Merge pull request #2331 from rust-lang/tshepang-patch-6
tshepang Apr 12, 2025
2af7ec3
use consistent title capitalization
tshepang 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
tshepang Apr 14, 2025
97be6a6
Merge pull request #2333 from rust-lang/convetions-chapt-cleaning
tshepang 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
tshepang Apr 19, 2025
52616fa
Merge pull request #2344 from rust-lang/tshepang-patch-1
tshepang 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
tshepang Apr 19, 2025
b886a8e
Merge pull request #2347 from rust-lang/rustc-pull
tshepang 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
Next Next commit
Fix link to rustc_* TEST attributes in ui.md
  • Loading branch information
smanilov authored Apr 11, 2025
commit c285fe7256b5de9fd1db211a6491b46326d81f9c
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/tests/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,4 +575,4 @@ with "user-facing" Rust alone. Indeed, one could say that this slightly abuses
the term "UI" (*user* interface) and turns such UI tests from black-box tests
into white-box ones. Use them carefully and sparingly.

[compiler debugging]: ../compiler-debugging.md#rustc_test-attributes
[compiler debugging]: ../compiler-debugging.md#rustc_-test-attributes