Commit Graph

14 Commits

Author SHA1 Message Date
ron da80677d6a Fix typos and grammar in top-level and src/doc documentation
- CONTRIBUTING.md: add missing verb "is"
- INSTALL.md: fix subject-verb agreement ("requires" → "require")
- RELEASES.md: fix 4 issues (previous → previously, remove extra "is",
  add hyphen in Rust-for-Linux, results → result)
- src/doc/not_found.md: fix misspelling ("Standary" → "Standard")
- src/doc/index.md: fix awkward grammar in Embedded Rust Book description
2026-02-10 10:22:19 -05:00
Zijie Zhao 436fb87eeb Rename rust.use-lld to rust.bootstrap-override-lld in INSTALL.md 2026-01-14 14:20:45 -06:00
onur-ozkan a224942d4c mention about x.py setup in INSTALL.md
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-04-24 09:15:53 +03:00
bit-aloo 1954494ec9 change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
Jieyou Xu 53ee6968a3 Update MSVC INSTALL.md instructions to recommend VS 2022 + recent Windows 10/11 SDK 2025-03-04 03:47:45 +08:00
Naveen R. Iyer 0df736c2a9 add clarity for custom path installation
install.sysconfdir is another value, in addition to install.prefix,
that could be set for custom path installation.

Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com>
2024-10-06 07:37:00 -05:00
Jubilee 1d59d22ac1 Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Mark-Simulacrum
use "bootstrap" instead of "rustbuild" in comments and docs

Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion. This should make it clearer, especially for new contributors.
2024-07-13 20:19:45 -07:00
simonLeary42 dfac6fa5c6 cmake version is from LLVM, link to LLVM docs 2024-07-09 15:23:59 -04:00
onur-ozkan 48192701e0 use "bootstrap" instead of "rustbuild" in comments and docs
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-07-07 00:07:08 +03:00
xiaoxiangxianzi 3157114f0b chore: fix some comments
Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
2024-03-27 22:32:53 +08:00
Matt Harding 61e83dccee Fix numbering in INSTALL.md#MinGW 2024-03-11 02:25:21 +00:00
Matt Harding c7a48a507a Revert back to Git-for-Windows for MinGW CI builds
In https://github.com/rust-lang/rust/pull/121182 the mingw build was
changed to use MSYS2's version of Git. This commit reverts that, as
it was considered too slow.
2024-03-07 03:09:29 +00:00
Matt Harding e27c4722d3 Update INSTALL.md instructions for MinGW 2024-02-16 11:19:39 +00:00
henrispriet 994d11ace9 Move section "Installing from Source" to seperate file 2024-01-13 17:22:55 +01:00