about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-0/+4
2023-07-20Clarify wording on breaking arrays across linesJosh Triplett-1/+1
2023-07-20style-guide: Fix example to match the rule it exemplifies (and match rustfmt)Josh Triplett-1/+2
2023-07-20style-guide: Fix typo: s/right-hand side/left-hand side/Josh Triplett-1/+1
2023-07-20style-guide: Add an additional chaining exampleJosh Triplett-1/+4
2023-07-20style-guide: Avoid using "should" or "may" for required parts of the default ...Josh Triplett-220/+252
2023-07-20style-guide: Simplify the structure of a recommendation (no semantic change)Josh Triplett-3/+1
2023-07-20style-guide: Fix an example to match the styleJosh Triplett-1/+1
2023-07-20style-guide: Fix typo: s/forth/fourth/gJosh Triplett-2/+2
2023-07-20style-guide: Remove material about tool configurabilityJosh Triplett-46/+2
2023-07-20Document --print KIND=PATH in Command-line Arguments documentationDavid Tolnay-0/+4
2023-07-18Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errorsbors-0/+34
2023-07-17Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726Matthias Krüger-0/+166
2023-07-17Rollup merge of #112741 - geometryolife:fix, r=workingjubileeMatthias Krüger-1/+1
2023-07-17Rollup merge of #113614 - he32:netbsd-riscv64-more, r=JohnTitorMatthias Krüger-1/+1
2023-07-17Rollup merge of #113042 - Cyanoxygen:add-mipsr6-target-docs, r=JohnTitorMatthias Krüger-4/+186
2023-07-13Correct `the` -> `there` typo in items.mdAlyssa Haroldsen-1/+1
2023-07-12platform-support.md: It's now verified that NetBSD/riscv64 can self-host.Havard Eidnes-1/+1
2023-07-11Rollup merge of #113385 - joshtriplett:style-guide-cleanup-chains, r=calebcar...Jubilee-4/+3
2023-07-11Add platform support information.Jonathan Pallant (Ferrous Systems)-1/+166
2023-07-11Add a sparc-unknown-none-elf target.Jonathan Pallant (Ferrous Systems)-0/+1
2023-07-11Rollup merge of #113548 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-07-11Rollup merge of #113386 - joshtriplett:style-guide-combinable-expressions, r=...Matthias Krüger-0/+10
2023-07-10Update booksrustbot-0/+0
2023-07-08Remove `default_free_fn` featureYuki Okushi-47/+0
2023-07-06Rollup merge of #113384 - joshtriplett:style-guide-grammar, r=compiler-errorsfee1-dead-11/+12
2023-07-06Rollup merge of #113145 - joshtriplett:style-guide-document-assignment-newlin...fee1-dead-2/+3
2023-07-05style-guide: Expand example of combinable expressions to include arraysJosh Triplett-0/+10
2023-07-05style-guide: Fix chain example to match rustfmt behaviorJosh Triplett-4/+3
2023-07-05style-guide: Rename "smallntp" non-terminal to "small_no_tuple" for clarityJosh Triplett-4/+4
2023-07-05style-guide: Clarify grammar for small patterns (not a semantic change)Josh Triplett-11/+12
2023-07-05style-guide: Add chapter for nightly formattingJosh Triplett-3/+5
2023-07-05Clarify that style guide does not cover nightly-only featuresMichael Goulet-0/+4
2023-07-05style-guide: Add section on bugs, and resolving bugsJosh Triplett-0/+13
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-0/+2
2023-07-03Update platform-support.mdJonathan Pallant (Ferrous Systems)-32/+32
2023-07-02Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator...bors-0/+5
2023-07-01Document tracking issue for rustdoc `show-type-layout`Trevor Gross-0/+2
2023-06-29Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc...Matthias Krüger-1/+2
2023-06-29Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu...Matthias Krüger-0/+5
2023-06-28style-guide: Document newline rules for assignment operatorsJosh Triplett-2/+3
2023-06-28style-guide: Narrow guidance about references and dereferencingJosh Triplett-1/+2
2023-06-28style-guide: Add an example of formatting a multi-line attributeJosh Triplett-0/+5
2023-06-28syle-guide: Clarify let-else furtherJosh Triplett-2/+24
2023-06-26Update booksEric Huss-0/+0
2023-06-26Add x86_64-unknown-linux-ohos targetAmanieu d'Antras-0/+34
2023-06-26Rollup merge of #112840 - loongarch-rs:update-docs, r=GuillaumeGomezMatthias Krüger-1/+1
2023-06-26Rollup merge of #112559 - SergioGasquez:master, r=JohnTitorMatthias Krüger-4/+6
2023-06-26Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obkMatthias Krüger-6/+115
2023-06-26Add target documentation for MIPS Release 6 targetsCyan-4/+186