Commit graph

2764 commits

Author SHA1 Message Date
Tshepang Mbambo
de8b6beac8
add needed break 2025-03-24 10:40:03 +02:00
许杰友 Jieyou Xu (Joe)
b34181ad56
Merge pull request #2299 from jieyouxu/test-jobs-reorg
Slightly reorganize ecosystem tests, stub out codegen backend test pages
2025-03-24 16:29:25 +08:00
Chiichen
ee6a159826 doc: fix reference to #create-a-configtoml 2025-03-23 12:38:46 +08:00
Jieyou Xu
d58ccd86c2
Stub out codegen backend test pages 2025-03-21 16:48:58 +08:00
Jieyou Xu
957aacd036
Move Fuchsia and RfL under ecosystem-test-jobs/ folder
Includes redirects to avoid breaking existing links.
2025-03-21 16:48:57 +08:00
Boxy
2de68a1bb1 Update ParamEnv section for TypingEnv changes 2025-03-20 17:30:22 +00:00
Vadim Petrochenkov
904ec4daed
Merge pull request #2199 from sagudev/patch-1
Fix rib example
2025-03-20 15:26:12 +03:00
许杰友 Jieyou Xu (Joe)
594eed922d
Merge pull request #2295 from lolbinarycat/rustdoc-htmldocck
add new section on the `rustdoc` test suite
2025-03-20 14:49:50 +08:00
Tshepang Mbambo
2daaf49381
use correct code block markers
This makes this command pass

  mdbook test --chapter "Remarks on perma-unstable features"
2025-03-19 18:06:50 +02:00
Jakub Beránek
88478aca86
Set linkcheck in ci.yml 2025-03-19 17:25:07 +08:00
binarycat
eeda54f110 update filename in link 2025-03-18 13:29:14 -05:00
binarycat
7f29b47410 normalize link titles 2025-03-18 13:25:39 -05:00
binarycat
40b9be0c45 clean up wording/grammar and mention double quotes 2025-03-18 13:23:37 -05:00
binarycat
1081d98cf6 rename htmldocck.md -> rustdoc-test-suite.md 2025-03-18 13:21:15 -05:00
binarycat
6893f0ac7a rustdoc test suite: clean up wording and intro 2025-03-18 13:19:33 -05:00
binarycat
a172f23df0 htmldocck: expand limitations and mention compiletest directives 2025-03-18 13:10:26 -05:00
binarycat
3668c36662 add htmldocck.md to SUMMARY.md 2025-03-18 12:10:43 -05:00
binarycat
4f053a9ee9 add new section on the rustdoc test suite 2025-03-18 12:04:47 -05:00
Jakub Beránek
c987d34a7e
Add Fuchsia ping group page 2025-03-18 16:22:57 +01:00
Jakub Beránek
9ff4936afb
Reorder RfL tests page to move the "what if it breaks" section to the top 2025-03-18 16:17:59 +01:00
Jakub Beránek
74698d7c2c
Add Fuchsia ping group notice 2025-03-18 16:16:28 +01:00
许杰友 Jieyou Xu (Joe)
7faf2a53a0
Merge pull request #2268 from xizheyin/issue-137421
Add issue link for explaining that why rustc_private linker fails
2025-03-18 22:44:16 +08:00
xizheyin
3e448fd4f5 Add chapter Remarks on perma-unstable features
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-03-18 20:49:20 +08:00
Jieyou Xu
69ed0232ef
Merge from rustc 2025-03-18 12:08:38 +08:00
Jieyou Xu
6d515a73e2
Preparing for merge from rustc 2025-03-18 12:08:16 +08:00
bit-aloo
57645fa520
replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide 2025-03-17 12:56:44 +05:30
jyn
4aee995750 expand ${workspaceFolder} in sample vim config 2025-03-16 21:06:18 -04:00
Tshepang Mbambo
fdce008a92 add some copy-paste goodness 2025-03-15 11:35:41 +02:00
Tshepang Mbambo
35a70bd2c0 make 'mdbook test --chapter "Running tests"' pass 2025-03-15 11:35:15 +02:00
Tshepang Mbambo
901102f5cb those should not get shell highlighting 2025-03-15 11:32:16 +02:00
Jakub Beránek
2579bb59a4 Fix MCP links 2025-03-14 15:18:58 +01:00
许杰友 Jieyou Xu (Joe)
3d9bf08289
Merge pull request #2283 from jieyouxu/sync
Rustc pull
2025-03-14 16:08:03 +08:00
KonaeAkira
88aaf1d25a Fix grammar and remove redundant info 2025-03-13 23:56:04 +01:00
Josh Stone
190187bfa7
Remove the doc for no-system-llvm
This compiletest directive was removed in rust-lang/rust#120265.
2025-03-13 12:15:29 -07:00
许杰友 Jieyou Xu (Joe)
440d336b71 Document fetch.prunetags = true gotcha during rustc-pull 2025-03-13 15:44:23 +08:00
许杰友 Jieyou Xu (Joe)
7bde176305 Merge from rustc 2025-03-13 15:20:11 +08:00
许杰友 Jieyou Xu (Joe)
d4c5e752c5 Preparing for merge from rustc 2025-03-13 15:19:22 +08:00
Tshepang Mbambo
26176b017e
less text for same effect 2025-03-13 03:51:51 +02:00
Nicholas Nethercote
256c27e748 Move methods from Map to TyCtxt, part 4.
Continuing the work from #137350.

Removes the unused methods: `expect_variant`, `expect_field`,
`expect_foreign_item`.

Every method gains a `hir_` prefix.
2025-03-12 08:55:37 +11:00
Jakub Beránek
dfef1a7b5a Handle backticks in try job patterns 2025-03-10 14:07:46 +01:00
Jakub Beránek
06d86cd60c Modify try-job documentation 2025-03-10 14:07:45 +01:00
Oli Scherer
240a6d3401
Merge pull request #2258 from fee1-dead-contrib/constck
Rewrite effects checking chapter
2025-03-10 12:35:40 +01:00
许杰友 Jieyou Xu (Joe)
e405878315
Merge pull request #2273 from rust-lang/tshepang-patch-1
use new terminology
2025-03-10 17:59:15 +08:00
Tshepang Mbambo
4b2c077a7b
add missing punctuation 2025-03-10 11:15:32 +02:00
Tshepang Mbambo
7c6d6e30be
clean --bless text 2025-03-10 11:12:44 +02:00
Tshepang Mbambo
f2e77353be
add a pause, for readability 2025-03-10 10:38:30 +02:00
Tshepang Mbambo
775167251a
already mentioned before showing code snippet 2025-03-10 10:35:40 +02:00
Tshepang Mbambo
d51c922268
use new terminology 2025-03-10 10:29:30 +02:00
许杰友 Jieyou Xu (Joe)
7f83057e3d
Merge pull request #2270 from tshepang/example-llvm-prs
mention llvm 20 in example prs
2025-03-09 08:06:06 +08:00
许杰友 Jieyou Xu (Joe)
fc7ad745bb
Merge pull request #2271 from rust-lang/tshepang-patch-1
fix text
2025-03-09 08:04:28 +08:00