许杰友 Jieyou Xu (Joe)
dee312db6c
Merge pull request #2206 from ehuss/fix-matrix-link
2025-01-11 00:32:01 +08:00
Eric Huss
cd9705f029
Fix calculate-job-matrix.py link
2025-01-10 08:26:52 -08:00
Jakub Beránek
d54ac947bf
Merge pull request #2203 from camelid/ci-fix
...
ci: Remove incorrect use of `continue-on-error`
2025-01-09 22:38:27 +01:00
Noah Lev
bb0051a006
ci: Remove incorrect use of `continue-on-error`
...
This will cause the CI build to be marked successful even if the build
failed. Instead, use `if: '!cancelled()'` to always save the cache
(except when the job is cancelled), even if the linkcheck failed.
See https://stackoverflow.com/a/58859404 for more.
2025-01-09 13:37:03 -08:00
Noah Lev
610e80b95c
Merge pull request #2030 from marxin/ci-cache
...
Save linkcheck cache always
2025-01-09 13:19:21 -08:00
Martin Liska
10c76e1bfc
Update key
2025-01-08 17:07:08 +01:00
Martin Liska
57d1e6b068
Save linkcheck cache always
2025-01-08 17:05:11 +01:00
Jakub Beránek
7d59cb33f6
Merge pull request #2200 from Kobzol/rustc-pull
...
Rustc pull
2025-01-08 13:47:34 +01:00
Jakub Beránek
a04d719b49
Merge from rustc
2025-01-08 13:40:53 +01:00
Jakub Beránek
55ac466fd7
Preparing for merge from rustc
2025-01-08 13:40:40 +01:00
Max Heller
0fd52366ca
Fix broken raw HTML ( #2198 )
2025-01-07 16:00:59 +08:00
许杰友 Jieyou Xu (Joe)
32835d18d8
Only keep label description in Forge docs
2025-01-06 18:59:36 +02:00
bors
1e3e23878b
Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472
...
Merge the intrinsic and user tests for `select_unpredictable`
[1] mentions that having a single test with `-Zmerge-functions=disabled` is preferable to having two separate tests. Apply that to the new `select_unpredictable` test here.
[1]: https://github.com/rust-lang/rust/pull/133964#issuecomment-2569693325
2025-01-06 10:52:07 +00:00
Jakub Beránek
1dad69ebd4
Add rustc-dev-guide to the list of repositories managed by josh ( #2197 )
2025-01-06 18:30:59 +08:00
bors
c1e98fc7e5
Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee
...
add m68k-unknown-none-elf target
r? `@workingjubilee`
The existing `m68k-unknown-linux-gnu` target builds `std` by default, requires atomics, and has a base cpu with an fpu. A smaller/more embedded target is desirable both to have a baseline target for the ISA, as well to make debugging easier for working on the llvm backend. Currently this target is using the `M68010` as the minimum CPU due, but as missing features are merged into the `M68k` llvm backend I am hoping to lower this further.
I have been able to build very small crates using a toolchain built against this target (together with a later version of `object`) using the configuration described in the target platform-support documentation, although getting anything of substantial complexity to build quickly hits errors in the llvm backend
2025-01-06 05:23:55 +00:00
bors
86428b4a82
Auto merge of #135127 - Kobzol:rustc-dev-guide-sync, r=BoxyUwU
...
rustc-dev-guide subtree update
This PR performs the first update of rustc-dev-guide code from its repository.
r? `@BoxyUwU`
2025-01-05 19:35:30 +00:00
Boxy
42160c343a
add josh-sync build dir to gitignore ( #2196 )
2025-01-06 02:57:03 +08:00
Jakub Beránek
a74bcb71f1
Preparing for merge from rustc
2025-01-05 18:15:01 +01:00
Jakub Beránek
4bbbd5802d
Preparing for merge from rustc
2025-01-05 18:12:52 +01:00
Boxy
885fd79971
Split stuff out of representing types, and rewrite early/late bound chapter ( #2192 )
2025-01-05 17:51:45 +01:00
Stuart Cook
bb71c99918
Describe how to use rust-analyzer with `rmake.rs` ( #2191 )
2025-01-05 17:51:45 +01:00
Tshepang Mbambo
027bbb345c
fix comment
2025-01-05 17:51:45 +01:00
Tshepang Mbambo
b3b1d09278
make paragraph more readable
2025-01-05 17:51:45 +01:00
Tshepang Mbambo
7dbf25b2f8
repetition not needed
2025-01-05 17:51:45 +01:00
Jakub Beránek
eb70681870
Document josh subtrees and update subtree repository list ( #2182 )
2025-01-05 17:51:45 +01:00
Jakub Beránek
4a73ebae45
Add tooling for performing Josh synces ( #2183 )
2025-01-05 17:51:45 +01:00
Onur Özkan
63548be44e
comment out FIXMEs to not display them on UI ( #2186 )
2025-01-05 17:51:45 +01:00
Max Heller
08b4cd8efc
Use `id` attribute for `<a>` tags instead of deprecated `name` attribute ( #2184 )
2024-12-31 22:02:50 +08:00
Noah Lev
d85deb6064
Opt into, rather than out of, linkcheck ( #2180 )
...
This makes it less of a hassle to render the book locally.
2024-12-30 17:22:22 +08:00
Stuart Cook
6637742182
Remove stale implementation details of coverage instrumentation ( #2179 )
...
This level of detail in the dev guide is a maintenance burden; better to leave
this sort of thing to in-tree comments.
2024-12-30 12:02:52 +11:00
Martin Liška
c609846601
Remove properly tracked config file from .gitignore & add support for skipping of link-checking ( #2023 )
...
* Remove properly tracked config file from .gitignore
The file is part of the git history and is a configuration file.
Fixes : #2018
* Add env. variable support
* Refactoring
* Really skip linkcheck if requested
2024-12-29 13:23:49 -08:00
Martin Liška
de8511be8c
Add a couple of linkcheck exceptions: ( #2120 )
...
* Add a couple of linkcheck exceptions:
Addresses:
```
Server returned 500 Internal Server Error for https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
Server returned 401 Unauthorized for https://objects.githubusercontent.com/github-production-release-asset-2e65be/343907537/60cd5880-7b81-11eb-9502-68d5f473ebe2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241103T085906Z&X-Amz-Expires=300&X-Amz-Signature=e532fd7d2bd271f12988982bc8e5a47a0f966b40452b55d444bbb74292ac1fb1&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Drustc.generic.wpaProfile&response-content-type=application%2Foctet-stream
Server returned 500 Internal Server Error for https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive
```
* Skip only github.com/rust-lang/rust/pulls?q=
2024-12-29 12:58:21 -08:00
Martin Liška
ddff18e30a
Add missing link for [Node] ( #2177 )
2024-12-30 04:34:34 +08:00
Martin Liška
ecad0213d7
Fix 403 received for HEAD request ( #2176 )
2024-12-30 04:33:45 +08:00
Martin Liška
0d9aca4ccd
Start using mdbook-linkcheck2 ( #2103 )
2024-12-28 15:00:32 -08:00
clubby789
5f32a38a3d
Document `x test --no-capture` ( #2174 )
2024-12-28 19:55:20 +08:00
Stuart Cook
9b22375c78
Remove the `-test` suffix from normalize directives ( #2172 )
2024-12-28 17:32:43 +08:00
bjorn3
e70f551db6
Rework the driver docs ( #2162 )
2024-12-27 20:40:32 +08:00
clubby789
4e746875ed
Document `forbid-output` for UI tests ( #2171 )
2024-12-27 12:21:52 +00:00
clubby789
b746f63983
completions: Zsh is now supported ( #2173 )
2024-12-27 09:03:10 +08:00
lcnr
6af30f87b7
region-outlives propagation ( #2169 )
...
* region-outlives propagation
* woops
* gamer
2024-12-23 10:17:51 +01:00
clubby789
a49028cf1e
Document the `--debugger` flag ( #2170 )
2024-12-23 08:43:28 +00:00
Marco Ieni
b5529ca9ba
document the public ci dashboard ( #2167 )
2024-12-18 19:53:17 +08:00
Chris Bloodsworth
6afff2e610
Fix trivial typo of "query-fied"
...
"Query-field" should be "Query-fied" - three instances.
2024-12-18 08:01:33 +02:00
Tshepang Mbambo
ee9a5845e0
typo, pause
2024-12-18 07:56:30 +02:00
Ryan Mehri
421c7282e1
Fix some typos
2024-12-18 07:56:30 +02:00
Eric Huss
766fbbbe3d
Add suggestion for `--keep-stage 0` ( #2164 )
2024-12-18 01:00:38 +08:00
Connor Tsui
8e495d4b93
specify what a CGU is ( #2163 )
2024-12-16 15:12:01 +08:00
Tshepang Mbambo
1f2c5e10ff
functionality removed from codebase (part 2) ( #2160 )
2024-12-10 22:27:37 +08:00
Tshepang Mbambo
8f3bf55222
functionality removed from codebase ( #2159 )
2024-12-10 22:11:11 +08:00