Haowei Hsu
a250445f8e
fix(docs): add newlines between prefix/suffix chapters
...
add newlines between prefix/suffix chapters in SUMMARY.md
to ensure correct extraction by mdbook-i18n-helpers.
2025-04-18 18:49:34 +08:00
Manuel Drehwald
23c4b36751
upstream autodiff build instructions
2025-04-17 20:52:07 -04:00
许杰友 Jieyou Xu (Joe)
b8d3c51b30
Merge pull request #2339 from rust-lang/autodiff-docs
2025-04-17 14:03:30 +08:00
Manuel Drehwald
5cedd19842
add a first version of autodiff docs
2025-04-17 14:01:05 +08:00
Jakub Beránek
01928b1abd
Merge pull request #2337 from xizheyin/sync-code
...
Remind to update dev branch while behind too many commits
2025-04-16 07:36:00 +02:00
xizheyin
523f2a571a
Remind to update dev branch while behind too many commits
...
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-04-16 13:09:29 +08:00
Tshepang Mbambo
85c796488d
Merge pull request #2333 from rust-lang/convetions-chapt-cleaning
...
Coding conventions chapter cleaning
2025-04-14 08:43:05 +02:00
Tshepang Mbambo
07d3c69637
clean "Coding conventions" chapter
...
- use correct code block markers
- add missing title
- rustfmt can now use edition setting in its config
... and this is set in Rust repo
- reduce visual noise
- needless repetition
- convention is to start sentence with upper case
- sembr
- whitespace
- semi-heading not adding much value
- fix grammar
2025-04-14 08:41:22 +02:00
许杰友 Jieyou Xu (Joe)
78a5c64129
Merge pull request #2334 from rust-lang/consistency
2025-04-13 23:38:27 +08:00
Jieyou Xu
79af744efe
tests: document `-A {unused,internal_features}` ui test mode presets
2025-04-13 23:34:24 +08:00
Tshepang Mbambo
4a71db13fa
use consistent title capitalization
2025-04-12 13:01:16 +02:00
Tshepang Mbambo
e4fab61c10
fix path
2025-04-12 10:41:48 +02:00
Tshepang Mbambo
2904f18294
Merge pull request #2330 from rust-lang/tshepang-patch-5
...
date-check rdg contribution section
2025-04-12 10:28:49 +02:00
Tshepang Mbambo
a0a83bc7c8
date-check rdg contribution section
2025-04-12 10:28:15 +02:00
许杰友 Jieyou Xu (Joe)
72c9cc85cd
Merge pull request #2327 from rust-lang/tshepang-patch-1
2025-04-12 16:25:17 +08:00
Tshepang Mbambo
d7794fb801
Merge pull request #2329 from rust-lang/tshepang-patch-4
...
add missing word
2025-04-12 10:25:07 +02:00
Tshepang Mbambo
8721d56e32
add missing word
2025-04-12 10:24:31 +02:00
Tshepang Mbambo
962701f408
remove implied text
...
"how much to trust" implies the opposite
2025-04-12 10:21:10 +02:00
Tshepang Mbambo
5c08026fe2
use more simple language
...
Not obvious what "sort by" means
2025-04-12 09:39:13 +02:00
Tshepang Mbambo
8d31603721
ease copy-paste
2025-04-12 06:14:37 +02:00
Freya Arbjerg
54b7da853a
Update "crater" link to actually point to crater.md
2025-04-12 00:05:26 +02:00
Tshepang Mbambo
58cbfe4ea8
Merge pull request #2320 from smanilov/patch-1
...
Update table of contents in about-this-guide.md
2025-04-11 18:43:11 +02:00
Stan Manilov
281f106cde
Update table of contents in about-this-guide.md
...
1. added two new parts: Bootstrapping and Supporting Infrastructure;
2. touched up names of pre-existing parts, to match actual names in sidebar;
3. syntactic nits (start description of Analysis with a capital letter); and
4. make numbered list use only 1.
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2025-04-11 16:57:44 +03:00
Stan Manilov
ca410e88e4
Fix link to rustc_* TEST attributes in ui.md
2025-04-11 12:12:46 +03:00
Tshepang Mbambo
e76ab78d1d
improve flow
2025-04-07 06:42:37 +02:00
The rustc-dev-guide Cronjob Bot
216eb512fb
Merge from rustc
2025-04-07 04:12:22 +00:00
Levi Zim
4188afe2e7
Fix deadlink in libs-and-metadata.md
2025-04-06 20:05:03 +08:00
binarycat
7fda61b116
add some links about the rustdoc-gui test suite
2025-04-03 15:09:11 -05:00
bors
20d0bf9f27
Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr
...
Rollup of 7 pull requests
Successful merges:
- #139080 (Experimental feature gate for `super let`)
- #139145 (slice: Remove some uses of unsafe in first/last chunk methods)
- #139149 (unstable book: document import_trait_associated_functions)
- #139273 (Apply requested API changes to `cell_update`)
- #139282 (rustdoc: make settings checkboxes always square)
- #139283 (Rustc dev guide subtree update)
- #139294 (Fix the `f16`/`f128` feature gates on integer literals)
r? `@ghost`
`@rustbot` modify labels: rollup
2025-04-03 15:31:20 +00:00
Vadim Petrochenkov
8f4357e7a2
compiletest: Require `//~` annotations even if `error-pattern` is specified
2025-04-03 11:08:55 +03:00
Tshepang Mbambo
a90cb7416c
test directive can appear anywhere in the file
2025-04-03 02:04:49 +02:00
Jieyou Xu
64527fa438
Merge from rustc
2025-04-02 23:26:35 +08:00
clubby789
fcb6370406
Fix partial clone link
2025-03-30 13:21:01 +01:00
Tshepang Mbambo
01bbdec63c
Merge pull request #2289 from y1lan/fix_compiler_err_of_examples
...
Fix compile errors of all the examples
2025-03-29 23:10:13 +02:00
许杰友 Jieyou Xu (Joe)
fdca2d3605
Merge pull request #2288 from rust-lang/tshepang-known-bug-takes-args
...
mention that known-bug test directive takes arguments
2025-03-30 02:31:33 +08:00
Tshepang Mbambo
6c1077e05d
mention that know-bug test directive takes arguments
2025-03-29 20:02:01 +02:00
Vadim Petrochenkov
628eb7064d
compiletest: Support matching diagnostics on lines below
2025-03-29 13:30:20 +03:00
Samuel Tardieu
f1a4e592db
Fix trivial typo of `BoundVariableKind`
2025-03-28 21:04:21 +01:00
Santiago Pastorino
a480687c6c
Fix code generation link
2025-03-28 12:38:32 -03:00
mejrs
9745529523
Delete from_method from rustc_on_unimplemented documentation
2025-03-27 18:32:48 +01:00
Vadim Petrochenkov
2e81955d9c
compiletest: Support matching on diagnostics without a span
2025-03-25 17:33:09 +03:00
Tshepang Mbambo
55e47b61f5
typo
2025-03-24 10:41:19 +02:00
Tshepang Mbambo
07e905fbe6
add needed break
2025-03-24 10:40:03 +02:00
许杰友 Jieyou Xu (Joe)
354463193d
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
6f9680da7a
doc: fix reference to #create-a-configtoml
2025-03-23 12:38:46 +08:00
Jieyou Xu
b7fc809e0b
Stub out codegen backend test pages
2025-03-21 16:48:58 +08:00
Jieyou Xu
8c3302aa5f
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
b5522c1f58
Update `ParamEnv` section for `TypingEnv` changes
2025-03-20 17:30:22 +00:00
Vadim Petrochenkov
c95537b30a
Merge pull request #2199 from sagudev/patch-1
...
Fix rib example
2025-03-20 15:26:12 +03:00
许杰友 Jieyou Xu (Joe)
047ccc0a28
Merge pull request #2295 from lolbinarycat/rustdoc-htmldocck
...
add new section on the `rustdoc` test suite
2025-03-20 14:49:50 +08:00