about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2024-09-24Update the-parser.mdTbkhi-39/+45
2024-09-24Minor editsNoratrieb-133/+133
2024-09-24Update macro-expansion.mdTbkhi-1/+1
2024-09-24Update macro-expansion.mdTbkhi-1/+1
2024-09-24additional changes to links and some textTbkhi-120/+121
2024-09-24Update macro-expansion.mdTbkhi-7/+7
removing parens
2024-09-24Update macro-expansion.mdTbkhi-176/+187
2024-09-24Use 2021 edition for example code playground linkNoah Lev-1/+1
The playground defaults to 2015. Might as well use the latest edition.
2024-09-24Move example code block to paragraph referencing itNoah Lev-6/+6
Noticed by Mario Carneiro.
2024-09-24Minor editsNoratrieb-17/+17
- un-codeblock some words - uncomment the last paragraph (it's useful to know this)
2024-09-24Update name-resolution.mdTbkhi-1/+1
2024-09-24Update name-resolution.mdTbkhi-47/+59
2024-09-24feat: Add section about partial clones with `git clone --filter='blob:none'`Felix Rath-4/+24
2024-09-24mention rustc's stable-through-unstable bug being fixeddianne-4/+6
2024-09-24Fix `is_diagnostic_item()` exampletrevyn-1/+1
2024-09-24Revise wording to not imply *only* Python 3.10 can be installed许杰友 Jieyou Xu (Joe)-4/+3
2024-09-24Update src/tests/compiletest.mdnora-1/+3
2024-09-24Document `crashes` test suite许杰友 Jieyou Xu (Joe)-0/+37
Describe procedure for adding new crashes tests and removing crashes tests when the crash is intentionally fixed. Also mention setting `COMPILETEST_VERBOSE_CRASHES=1` env var for verbose crashes test output.
2024-09-24Fix getting diagnostics exampleVetle Rasmussen-3/+6
2024-09-24Document `#[rustc_default_body_unstable]`dianne-0/+10
2024-09-24Describe `.git-blame-ignore-rev`许杰友 Jieyou Xu (Joe)-0/+13
2024-09-24Note lldb debuginfo requires `python310.dll` to be present in `PATH`许杰友 Jieyou Xu (Joe)-0/+11
2024-09-23Rollup merge of #130759 - rustbot:docs-update, r=ehussMichael Goulet-0/+0
Update books ## rust-lang/book 5 commits in e7d217be2a75ef1753f0988d6ccaba4d7e376259..99cf75a5414fa8adbe3974bd0836661ca901708f 2024-09-23 16:18:39 UTC to 2024-09-11 18:38:03 UTC - translations: remove broken link (rust-lang/book#4036) - Update build instructions: include mdbook plugins (rust-lang/book#4032) - Add `cargo init` usage suggestion to 1.3 (rust-lang/book#4025) - Use immutable borrow of `TcpStream` when creating `BufReader` (rust-lang/book#4024) - Upgrade to Rust 1.81 (rust-lang/book#4031) ## rust-lang/edition-guide 1 commits in b3ca7ade0f87d7e3fb538776defc5b2cc4188172..c7ebae25cb4801a31b6f05353f6d85bfa6feedd1 2024-09-22 08:47:02 UTC to 2024-09-22 08:47:02 UTC - Update static_mut_refs now that it is a lint (rust-lang/edition-guide#322) ## rust-lang/reference 10 commits in 687faf9958c52116d003b41dfd29cc1cf44f5311..24fb2687cdbc54fa18ae4acf5d879cfceca77b2c 2024-09-22 09:07:12 UTC to 2024-09-10 19:24:17 UTC - do not talk about the 'address of a constant' (rust-lang/reference#1624) - Add spec identifier syntax to interior-mutability.md (rust-lang/reference#1585) - Add spec identifier syntax to input-format.md (rust-lang/reference#1584) - Document limitations on block doc comments (rust-lang/reference#1602) - Places based on misaligned pointers: also mention 'static's as a possible base for place projections (rust-lang/reference#1606) - type-layout: mention that call ABI compatibility is a separate concern (rust-lang/reference#1608) - stabilize `const_extern_fn` (rust-lang/reference#1596) - const_eval: update for const_mut_refs and const_refs_to_cell stabilization (rust-lang/reference#1590) - fix: unclosed tag `sup` (rust-lang/reference#1612) - Fix improper documentation on casting non_exhaustive enums (rust-lang/reference#1607) ## rust-lang/rustc-dev-guide 13 commits in 0ed9229f5b6f7824b333beabd7e3d5ba4b9bd971..555f3de2fa0d61c4294b74d245f1cbad6fcbf589 2024-09-23 12:51:33 UTC to 2024-09-10 07:32:10 UTC - chore: add missing `.` (rust-lang/rustc-dev-guide#2074) - Add remark on required free disk space (rust-lang/rustc-dev-guide#2073) - fix broken links (rust-lang/rustc-dev-guide#2063) - Add advice about submitting potentially hard-to-review PRs (rust-lang/rustc-dev-guide#2036) - Edit a sentence for clarity (rust-lang/rustc-dev-guide#2071) - Emphasize how to run a single tool test (rust-lang/rustc-dev-guide#2070) - Remove chalk is owned by WG-traits (rust-lang/rustc-dev-guide#2068) - Fix conditions lowering text for enums with no fields (rust-lang/rustc-dev-guide#2066) - update proof tree chapter (rust-lang/rustc-dev-guide#2054) - Add docs for JS tests (rust-lang/rustc-dev-guide#2048) - Reflect `x.py test`'s `--rustc-args` option being renamed to `--compiletest-rustc-args` (rust-lang/rustc-dev-guide#2062) - we standardized on this more reliable command (rust-lang/rustc-dev-guide#2061) - Fix Typo and Remove Outdated Line About C Variadics (rust-lang/rustc-dev-guide#2060)
2024-09-23Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxuMichael Goulet-0/+9
Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: https://github.com/rust-lang/compiler-team/issues/784
2024-09-23Update booksrustbot-0/+0
2024-09-23Add new Tier-3 target: `loongarch64-unknown-linux-ohos`Xiaotian Wu-0/+9
MCP: https://github.com/rust-lang/compiler-team/issues/784 Co-authored-by: WANG Rui <wangrui@loongson.cn>
2024-09-23Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxuJubilee-2/+0
Remove x86_64-fuchsia and aarch64-fuchsia target aliases Closes #106649.
2024-09-23chore: add missing `.` (#2074)Marco Ieni-1/+1
2024-09-23Add remark on required free disk space (#2073)许杰友 Jieyou Xu (Joe)-0/+14
2024-09-23fix broken links (#2063)Max Heller-2/+2
2024-09-23Add advice about submitting potentially hard-to-review PRs (#2036)许杰友 Jieyou Xu (Joe)-0/+34
2024-09-23Edit a sentence for clarity (#2071)joculatrix-2/+2
2024-09-22Add some missing tracking issue linksclubby789-0/+12
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-4/+4
2024-09-21Remove x86_64-fuchsia and aarch64-fuchsia target aliasesArtyom Tetyukhin-2/+0
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x ↵Taiki Endo-0/+7
inline assembly
2024-09-20Add arm64e-apple-tvos targetArtyom Tetyukhin-1/+40
2024-09-20Update std support for all vxworks target archsB I Mohammed Abbas-2/+2
2024-09-20Add Vxworks RISC-V targetsB I Mohammed Abbas-0/+4
2024-09-20Emphasize how to run a single tool test (#2070)adwin-0/+11
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-2/+2
2024-09-18Remove chalk is owned by WG-traitsSantiago Pastorino-2/+1
2024-09-18Fix conditions lowering text for enums with no fields (#2066)Santiago Pastorino-1/+1
2024-09-17update proof tree chapter (#2054)lcnr-38/+35
* update proof tree chapter * uwu * cool beans
2024-09-16Update Trusty target maintainersNicole LeGare-1/+2
2024-09-16Add x86_64-unknown-trusty as tier 3Nicole LeGare-0/+1
2024-09-15Further clarificationMichael Howell-2/+5
2024-09-15Specify, more explicitly, the default behaviorMichael Howell-7/+6
2024-09-15Update src/rustdoc-internals/search.mdMichael Howell-1/+1
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
2024-09-15Clean up misleading languageMichael Howell-3/+2