about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2021-01-22Add link to promotion.md (#1033)Joshua Nelson-1/+1
* Add link to promotion.md * Improve link text Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-01-21Add missing periodCamelid-1/+1
2021-01-20Remove "Skipping LLVM build" sectionJoshua Nelson-34/+9
`download-ci-llvm` is available and enabled by default for all tier 1 platforms, so there is no need to change it. Using system LLVM over CI llvm is still supported, but is not recommended. Building LLVM from source is still supported. This also notes that you need to explicitly disable downloading LLVM when updating the submodule.
2021-01-20Add mdbook-toc, markers, and documentation (#1028)Iñaki Garay-76/+177
* Add mdbook-toc to travis, book.toml and documentation * Add toc markers * Whitespace cleanup and some punctuation * Addressed comments
2021-01-19Link to `feature_err` in stability section (#1022)Joshua Nelson-1/+4
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+15
- Only feature gate associated items - Add docs to unstable book
2021-01-17Fix typo (#1027)Martin Geisler-1/+1
2021-01-17Note that `--check` now allows using any stageJoshua Nelson-4/+1
2021-01-16improved the readablity of a lineashosive-1/+1
2021-01-16Fixed a grammatical error in hardawre requirements sectionsaki-osive-1/+1
2021-01-14Corrected MIR file path and fixed a typo (#1020)saki-osive-2/+2
2021-01-14Rollup merge of #80973 - ehuss:update-books, r=ehussMara Bos-0/+0
Update books ## nomicon 2 commits in a5a48441d411f61556b57d762b03d6874afe575d..a8584998eacdea7106a1dfafcbf6c1c06fcdf925 2020-12-06 10:39:41 +0900 to 2021-01-06 12:49:49 -0500 - Update vector code examples - Remove outdated information about `jemalloc` ## reference 13 commits in b278478b766178491a8b6f67afa4bcd6b64d977a..50af691f838937c300b47812d0507c6d88c14f97 2020-12-21 18:18:03 -0800 to 2021-01-12 21:19:20 -0800 - Update grammar for parser unification. (rust-lang/reference#927) - Define constraining an implementation (rust-lang/reference#928) - Document extra behavior of #[no_mangle] (rust-lang/reference#930) - Add a float examle without a `.`. (rust-lang/reference#929) - Add more details about const generics. (rust-lang/reference#921) - Fix footnotes. (rust-lang/reference#926) - Add "Logic errors" as behavior not considered unsafe (rust-lang/reference#919) - Update grammar for order of parameters/arguments. (rust-lang/reference#920) - Fix formatting in the tuple section (rust-lang/reference#923) - document const generics (rust-lang/reference#901) - Update mdbook (rust-lang/reference#918) - linkage.md: update link to FFI section of the Book. (rust-lang/reference#917) - Document array expression with a const. (rust-lang/reference#914) ## book 8 commits in 5bb44f8b5b0aa105c8b22602e9b18800484afa21..ac57a0ddd23d173b26731ccf939f3ba729753275 2020-12-18 20:07:31 -0500 to 2021-01-09 14:18:45 -0500 - Update version of mdbook we're testing with to 0.4.5 (rust-lang/book#2561) - Fix grammar in ch13-01-closures.md (rust-lang/book#2534) - Merge remote-tracking branch 'origin/pr/2527' - Clarify code example ch6.3 (rust-lang/book#2485) - Fix link added in rust-lang/book#2495 to be relative and at the bottom - Merge remote-tracking branch 'origin/pr/2495' - Update output to match the updated poem punctuation - Fix rust-lang/book#2539 - Remove fancy apostrophes from poem for Windows ## rust-by-example 3 commits in 1cce0737d6a7d3ceafb139b4a206861fb1dcb2ab..03e23af01f0b4f83a3a513da280e1ca92587f2ec 2020-12-21 17:36:29 -0300 to 2021-01-09 10:20:28 -0300 - Replace for loop with iteration (rust-lang/rust-by-example#1404) - Update mdbook (rust-lang/rust-by-example#1402) - Add note for match guards to include catch-all (rust-lang/rust-by-example#1401) ## embedded-book 1 commits in ba34b8a968f9531d38c4dc4411d5568b7c076bfe..ceec19e873be87c6ee5666b030c6bb612f889a96 2020-11-17 00:20:43 +0000 to 2021-01-03 13:13:10 +0000 - book.toml: add link to GitHub repo (rust-embedded/book#276)
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2021-01-12Update booksEric Huss-0/+0
2021-01-12Add a note about UI test entry limitation (#1019)Yuki Okushi-0/+17
2021-01-10Fix relative linksJoshua Nelson-8/+8
Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-01-10Add context to dated information (#1013)Iñaki Garay-67/+90
* Fixes #924 Add context to dated information * Fixes #924 Addressed comments and some uses of 'currently' * Update src/contributing.md Co-authored-by: Joshua Nelson <joshua@yottadb.com> * Update src/salsa.md Co-authored-by: Joshua Nelson <joshua@yottadb.com> * Fixes #924 Addressed comments * Fixes #924 Fixed line lengths. Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2021-01-10Fix typoJoshua Nelson-1/+1
Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-01-10Update 'Workspace structure' section (#1017)Camelid-6/+12
* Update description of `src/` * Note that `library/` also contains the Rust runtime
2021-01-10Address review commentsJoshua Nelson-25/+41
- Improve wording - Use relative links - Use a proper list instead of a wall of text - Improve examples
2021-01-10Document differences from markdownJoshua Nelson-0/+3
2021-01-10Update intra-doc link documentation to match the implementationJoshua Nelson-8/+56
2021-01-10Fix typo in source-based-code-coverage.mdIkko Ashimine-1/+1
preceeding -> preceding
2021-01-09Point to `HirId` instead of `NodeId`Camelid-1/+1
2021-01-09Fix typo (#1016)Camelid-1/+1
"currenty"!
2021-01-05Break up long lineRyan Levick-1/+2
2021-01-05Remove backticks and comment about possible bugRyan Levick-5/+1
2021-01-05Update src/compiler-debugging.mdRyan Levick-3/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2021-01-05Make instructions for configuring compiler for debug more explicitRyan Levick-10/+20
2021-01-04Remove old sentence that should have been removedCamelid-6/+3
It was mistakenly not removed in #997.
2021-01-04Fix "Potential incomplete link" error on compiler-debugging.mdYuki Okushi-1/+3
2021-01-04Update mdbookEric Huss-1/+1
2021-01-04Add link to rust-analyzer docs on getting started pageRyan Levick-1/+2
2021-01-04Fix some typosSebastian Widua-2/+2
2021-01-03Tweak wording around provider purityCamelid-3/+3
2021-01-02Fix typo (reflex -> reflect)Laurențiu Nicola-1/+1
2021-01-01Clarify that `check` uses a different stage than `build` (#999)Joshua Nelson-1/+5
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-26/+33
2020-12-31Fix broken link for `BoundRegion` (#998)Yuki Okushi-2/+2
2020-12-31Update logging section and explain `RUSTC_LOG_COLOR` (#997)Camelid-26/+66
* Update logging section and explain `RUSTC_LOG_COLOR` * Small fixes Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com> * Mention that prefixes of paths work as log filters * `=debug` matches `debug!` *and higher* * Note that `MIRI_LOG_COLOR` only applies to logs from Miri Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
2020-12-29Fix broken link in the contributing guide (#996)Joshua Nelson-1/+1
2020-12-29Fix typo in ffi-pure.mdIkko Ashimine-1/+1
accesing -> accessing
2020-12-28rustc invocation standarized (#992)Iñaki Garay-85/+89
* rustc invocation standarized * Addressed comments * Addressed comments * Addressed comments * Updated command output
2020-12-28Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievinkMara Bos-1/+1
rustdoc book: fix example `lib.rs` file is created only if `--lib` flag is specified
2020-12-28Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514Mara Bos-0/+6
Add links to the source for the rustc and rustdoc books. This adds a little icon in the upper-right corner of the books so that readers can find the source if they want to make changes or file issues. This is already included in several of the other books.
2020-12-28Update glossary.md (#994)Wesley Wiser-16/+16
* Update glossary.md - Added additional information to some of the definitions. - Made term capitalization consistent so that only terms which refer to acronyms or concrete types are capitalized. Please let me know if that isn't desirable for some reason. * Update src/appendix/glossary.md Co-authored-by: Joshua Nelson <jyn514@gmail.com> * Update src/appendix/glossary.md Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com> * Update src/appendix/glossary.md Co-authored-by: Joshua Nelson <jyn514@gmail.com> Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
2020-12-27[Fixes #778] Added and reorganized lecture links (#993)Iñaki Garay-23/+44
* Added and reorganized lecture links * Addressed comments * Addressed comments
2020-12-27rustdoc book: fix exampleMarco Ieni-1/+1
2020-12-27Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514bors-0/+20
rustdoc: stabilise --default-theme command line option As discussed in #77213, this seems like it has bedded in and can be safely and usefully made stable. (rustdoc already has other stable options that interact quite intimately with the rustdoc-supplied CSS, and also an option for supplying entirely different CSS, so exposing the theme names this way seems a very minor step.) There is also a commit to do some minor grammar fixes to the help message.
2020-12-26Fix missing deny-by-default.md file.Eric Huss-0/+3