许杰友 Jieyou Xu (Joe)
d8cca31abf
Merge pull request #2232 from yegeunyang/#2114
...
Add a link to declare_lint! macro doc in diagnostics.md
2025-01-29 04:08:54 +00:00
yegeunyang
0127e6479f
Add link to declare_lint! macro
2025-01-28 21:05:12 -06:00
Michael Howell
5861aa21d9
Add some extra pointers for rustdoc frontend devs
2025-01-28 11:04:26 -07:00
Jakub Beránek
2412289fc9
Fix rustc-pull CI's bash commands
2025-01-27 23:34:43 +01:00
Noah Lev
885641bab1
Merge pull request #2223 from marxin/CI-cache-restore-key
...
CI: use key-restore for cache GH action
2025-01-26 14:21:09 -08:00
Eric Huss
5210a8d1e9
Correct information on dylib compression
...
Compression of dylibs was removed in https://github.com/rust-lang/rust/pull/113695 (and decompression removed in https://github.com/rust-lang/rust/pull/132402 ).
2025-01-26 12:08:48 -08:00
León Orell Valerian Liehr
20818c47a5
Remove accidental leading empty line in code block
2025-01-26 02:42:09 +01:00
Eric Huss
40e051f1bf
Update boring lines to sync with rustdoc
2025-01-25 13:49:32 -08:00
Martin Liska
1392e074b7
CI: use key-restore for cache GH action
...
It seems one can't overwrite a cache entry:
```
Failed to save: Unable to reserve cache with key linkcheck--0.8.1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/master, Key: linkcheck--0.8.1, Version: 33f8fd511bed9c91c40778bc5c27cb58425caa894ab50f9c5705d83cb78660e0
Warning: Cache save failed.
```
A proper solution is to use `restore-keys`:
https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
2025-01-25 18:22:00 +01:00
Yuki Okushi
bda56643be
Merge pull request #2221 from ada4a/patch-1
2025-01-25 14:00:46 +09:00
Ada Alakbarova
17a14b627e
fix(solve/significant-changes): typo
2025-01-24 14:12:17 +01:00
Jakub Beránek
353d916a0a
Revert "Add @bors rollup=never to rustc-push PR body"
2025-01-24 13:59:05 +01:00
Jakub Beránek
5be02d6f05
Add @bors rollup=never to rustc-push PR body
2025-01-21 17:00:28 +01:00
Jakub Beránek
28b5e11e2a
Send a message to Zulip when a sync finishes
2025-01-20 18:15:59 +01:00
Jakub Beránek
470ab13c5c
Merge pull request #2215 from Kobzol/pull
...
rustc pull
2025-01-20 15:54:51 +01:00
Jakub Beránek
1e0204beae
Merge from rustc
2025-01-20 14:12:41 +01:00
Jakub Beránek
808bd95586
Preparing for merge from rustc
2025-01-20 14:11:57 +01:00
Jakub Beránek
29be13d4be
Add portable SIMD to list of subtrees
2025-01-20 13:53:10 +01:00
许杰友 Jieyou Xu (Joe)
d6b0828d79
docs: document how to install a suitable josh-proxy locally
...
Co-authored-by: Boxy <rust@boxyuwu.dev>
2025-01-20 12:35:45 +08:00
Noratrieb
f1b83fe5d9
Fix dev guide docs for error-pattern
...
I know it would have made more sense to make this PR to the dev guide
repo but I had already made the fix before I realized that.
2025-01-19 11:36:41 +01:00
Yuki Okushi
84fdb5177e
Merge pull request #2211 from patrickoliveira15/patch/inference-invariance
2025-01-18 05:26:20 +09:00
Patrick Oliveira
80c664a382
remove outdated text about wfx implies
2025-01-17 12:04:42 -03:00
许杰友 Jieyou Xu (Joe)
6a57fbfc9b
compiletest: fix outdated rustdoc-js test suite name
2025-01-17 08:40:04 +08:00
lcnr
f8f912d330
nyaa
2025-01-15 14:23:48 +01:00
Ryan Mehri
4a03a9f041
fix some more typos
2025-01-14 23:01:42 -08:00
许杰友 Jieyou Xu (Joe)
1327eeb5db
Merge pull request #2202 from Kobzol/pull-ci
2025-01-15 14:06:04 +08:00
Noah Lev
31f855bc71
Fix some broken links
...
* Rename `StringReader -> Lexer`
* Remove deleted `Query` struct
* Update some internal links
2025-01-14 21:52:33 -08:00
许杰友 Jieyou Xu (Joe)
3ae724e6a0
rustc-dev-guide: document BOOTSTRAP_TRACING and bootstrap tracing setup
2025-01-13 13:46:20 +08:00
onur-ozkan
b54d65230f
rustc-dev-guide: update outdated LLVM stamp filename
...
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-01-12 08:47:57 +03:00
Jakub Beránek
980412f029
Add CI workflow for performing rustc-pull
2025-01-11 17:50:07 +01:00
许杰友 Jieyou Xu (Joe)
90e0127674
Merge pull request #2205 from ehuss/ci-config
2025-01-11 00:34:43 +08:00
Eric Huss
43848beb68
Fix calculate-job-matrix.py link
2025-01-10 08:26:52 -08:00
Eric Huss
fcbcc7411d
Document how to find the configuration used in CI
...
This documents how to determine which settings are used in CI, since I
see this question come up regularly. We currently don't have a great way
to answer the question, but at least there is something.
2025-01-10 08:16:37 -08:00
Noah Lev
b4297e729f
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
Jakub Beránek
f761e1ac3c
Error if there is nothing to pull
2025-01-08 17:52:01 +01:00
Jakub Beránek
7e2a690889
Print an explicit message if the base repo head commit is up-to-date
2025-01-08 17:52:01 +01:00
Martin Liska
1ffe0eabf7
Update key
2025-01-08 17:07:08 +01:00
Martin Liska
9577119d19
Save linkcheck cache always
2025-01-08 17:05:11 +01:00
Jakub Beránek
a5e424e07a
Preparing for merge from rustc
2025-01-08 13:40:40 +01:00
Jakub Beránek
65819b193a
Update rustc-dev-guide
2025-01-07 19:10:03 +01:00
Max Heller
d91316e0e6
Fix broken raw HTML ( #2198 )
2025-01-07 16:00:59 +08:00
许杰友 Jieyou Xu (Joe)
8561cc8ddf
Only keep label description in Forge docs
2025-01-06 18:59:36 +02:00
Jakub Beránek
be5d7818f3
Add rustc-dev-guide to the list of repositories managed by josh ( #2197 )
2025-01-06 18:30:59 +08:00
Boxy
25beca904f
add josh-sync build dir to gitignore ( #2196 )
2025-01-06 02:57:03 +08:00
Jakub Beránek
98d7162b26
Preparing for merge from rustc
2025-01-05 18:15:01 +01:00
Jakub Beránek
515d7eb33f
Preparing for merge from rustc
2025-01-05 18:12:52 +01:00
Boxy
1a75c30604
Split stuff out of representing types, and rewrite early/late bound chapter ( #2192 )
2025-01-05 17:51:45 +01:00
Stuart Cook
a483d98993
Describe how to use rust-analyzer with rmake.rs ( #2191 )
2025-01-05 17:51:45 +01:00
Tshepang Mbambo
f46e4aa3a9
fix comment
2025-01-05 17:51:45 +01:00
Tshepang Mbambo
a5207d30d3
make paragraph more readable
2025-01-05 17:51:45 +01:00