Commit graph

2389 commits

Author SHA1 Message Date
Jaic1
96bbce385f Typo in src/mir/passes.md
accidently -> accidentally

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2024-07-15 17:16:43 +02:00
chj
c62dd210ad Improve doc of MIR queries & passes 2024-07-15 17:16:43 +02:00
Noah Lev
8f603fb06b Bump all other deps 2024-07-09 08:20:59 +02:00
Noah Lev
b1ab88c560 Fix chrono deprecations 2024-07-09 08:20:59 +02:00
Noah Lev
b565e17230 Bump chrono
The specific reason I decided to update is since newer versions of
chrono don't depend on time 0.1, which has some soundness issues.
Of course, staying up-to-date in general is a good idea.
2024-07-09 08:20:59 +02:00
Noah Lev
46cdd517cd Fix typo: lists -> lints (#2011)
It's a bit of a tongue-twister it seems.
2024-07-08 21:28:55 +00:00
onur-ozkan
f67b83e3be use "bootstrap" instead of "rustbuild"
Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-07-06 23:28:20 +02:00
Arjun Patel
985fe2dda3 Fix grammar issue in optimize-build.md (#2009) 2024-07-02 11:05:55 +08:00
Tyler Mandry
72d6a3cb6e Update name of Fuchsia builder (#2008) 2024-07-01 21:05:14 +02:00
Urgau
1d34d89dee Update new target check-cfg instructions 2024-07-01 12:51:26 +02:00
Jakub Beránek
3ce0a3878e Add link to integration tests list 2024-07-01 00:31:56 +02:00
Jakub Beránek
348374b51d Add Rust for Linux integration tests documentation 2024-07-01 00:31:56 +02:00
Tyler Mandry
1d3f9d46ad Add docs for building Fuchsia locally and in CI (#1989) 2024-06-28 23:12:08 +02:00
DianQK
13ecd00486 provide libstdc++.so.6 through LD_LIBRARY_PATH 2024-06-27 16:15:59 +02:00
许杰友 Jieyou Xu (Joe)
ddfa50dedb tests: document how to run run-make on Windows (#2002) 2024-06-24 05:21:15 +00:00
许杰友 Jieyou Xu (Joe)
ef22f393b3 tests/headers: document needs-symlink (#2001)
Added in <https://github.com/rust-lang/rust/pull/126862>.
2024-06-24 04:31:35 +00:00
Yosh
b1633a8d83 Rename wasm32-wasi to wasm32-wasip1 2024-06-23 20:21:42 +02:00
Aaron Hill
61fb0c61f0 Document inert vs active attributes (#1110)
* Document inert vs active attributes

This PR adds a subsection to the 'Syntax and AST' section describing
inert vs active attributes.

For consistency, I've also updated the '#[test] implementation' page to
stop referring to `#[test]' as a 'built in' attribute, since that has a
specific meaning defined on this page.

* Update src/attributes.md

Co-authored-by: Noah Lev <camelidcamel@gmail.com>

* Update src/attributes.md

Co-authored-by: Noah Lev <camelidcamel@gmail.com>

* Update src/attributes.md

Co-authored-by: Noah Lev <camelidcamel@gmail.com>

* Update src/attributes.md

Co-authored-by: Noah Lev <camelidcamel@gmail.com>

* Update src/attributes.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Update src/test-implementation.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Update src/attributes.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Update src/test-implementation.md

* Update src/test-implementation.md

* Update src/test-implementation.md

---------

Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2024-06-23 16:09:09 +02:00
许杰友 Jieyou Xu (Joe)
8e9224a314 docs: document hard-resetting submodules 2024-06-19 20:14:28 +02:00
León Orell Valerian Liehr
d560048950 Fix note about compiletest header rustfix-only-machine-applicable (#1998) 2024-06-18 23:50:10 +01:00
许杰友 Jieyou Xu (Joe)
a9586ed0b3 docs: mention RUSTC_ICE=0 to suppress ICE file 2024-06-18 19:24:17 +01:00
onur-ozkan
119324974d tell about STAGE0_MISSING_TARGETS for new targets
We just realized that the bootstrap target sanity check isn't documented anywhere,
and it would be quite exhausting to learn this manually through a series of failing CI builds.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-06-16 08:39:57 +02:00
Jakub Beránek
97b4c5bb15 Rewrite CI documentation 2024-06-13 15:14:55 +02:00
Stuart Cook
502eab5d37 Compiletest docs for recently-added features (#1994)
* Docs for `needs-forced-clang-based-tests` (was `needs-matching-clang`)

* Docs for `aux-codegen-backend`

* Docs for `{{sysroot-base}}` and `{{target-linker}}`
2024-06-12 15:58:02 +01:00
Lukas Wirth
3059388e54 Add {{target}} to header substitutions 2024-06-12 15:59:20 +02:00
许杰友 Jieyou Xu (Joe)
fb65180a33 run-make: add tip about quick-compile with stage0 rustc 2024-06-10 13:49:19 +02:00
erikdesjardins
25c93ae124 Mention COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS in needs-llvm-components documentation (#1990) 2024-06-10 12:41:47 +01:00
Jakub Beránek
4daa8ec7d0 Add run-make port initiative to the Recurring work section (#1992) 2024-06-09 09:57:13 +01:00
Stuart Cook
fd44bc7954 Document the //@ unused-revision-names: test header (#1991) 2024-06-08 13:13:44 +01:00
听寒
fe90400b81 Fix dead links (#1988)
* fix dead links in memory.md

* fix dead links in ty_module/generic_arguments.md

* Update src/memory.md

use .md instead of .html for self-links

Co-authored-by: Noah Lev <camelidcamel@gmail.com>

---------

Co-authored-by: Noah Lev <camelidcamel@gmail.com>
2024-06-03 23:15:15 -07:00
听寒
a92a91b016 should use & to load completions for PowerShell (#1978) 2024-06-04 06:31:05 +01:00
Boxy
244bbab256 Reviews 2024-05-31 01:27:28 +01:00
Boxy
78b0cfaade Rewrite the "representing types" section to be more comprehensive 2024-05-31 01:27:28 +01:00
Boxy
de61e2c1e6 Introduce chapter for defining generic parameters 2024-05-31 01:27:28 +01:00
onur-ozkan
2b77e6a101 sync the stage0 filename
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-05-25 15:42:06 -07:00
Jakub Beránek
30943bbafb Add Rust for Linux notification group entry 2024-05-25 15:40:04 -07:00
surechen
bcf5158759 fix some typos 2024-05-21 11:56:12 +02:00
Boxy
8c1f651e8b add a high level explanation, and remove a disclaimer (#1982) 2024-05-17 19:04:58 +02:00
David Archibald
ddd2553d1b Fix broken link to "Lowering" 2024-05-17 12:15:36 +02:00
gstjepan2
142acaf9fe Fix broken link 2024-05-16 04:53:03 +02:00
Jakub Beránek
fb40adf925 Add note about how to pick up abandoned PRs 2024-05-15 19:59:36 +02:00
Ardi
904caf29f2 Toc here is overkill 2024-05-15 09:45:05 +02:00
许杰友 Jieyou Xu (Joe)
bcb6af36de Link to lint L-* labels 2024-05-13 20:09:18 +02:00
Matthew Woodcraft
417afb2145 Update the rustc_interface examples for current rustc (#1974) 2024-05-11 00:06:30 +01:00
surechen
95fef283f5 Edit Parameter Environments's url as it has been edited in #1953 2024-05-09 15:22:03 +02:00
Urgau
7126c786b8 Improve FALSE sentence
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2024-05-06 08:48:21 +02:00
Urgau
eef30e68e7 Add documentation for check-cfg by-default in UI tests 2024-05-06 08:48:21 +02:00
Mads Marquart
3e905285f4 Add Apple notification group (#1964) 2024-05-05 14:13:50 -04:00
Jakub Beránek
98b188f277 Add an example how to add a job to PR CI 2024-05-04 08:04:25 +02:00
Jakub Beránek
456ac6dbe7 Update CI documentation to avoid mentioning expand-yaml-anchors 2024-05-04 08:04:25 +02:00