about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2021-01-10Address review commentsJoshua Nelson-25/+41
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
2021-01-09Point to `HirId` instead of `NodeId`Camelid-1/+1
2021-01-09Fix typo (#1016)Camelid-1/+1
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
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
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
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
2020-12-28rustc invocation standarized (#992)Iñaki Garay-85/+89
2020-12-28Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievinkMara Bos-1/+1
2020-12-28Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514Mara Bos-0/+6
2020-12-28Update glossary.md (#994)Wesley Wiser-16/+16
2020-12-27[Fixes #778] Added and reorganized lecture links (#993)Iñaki Garay-23/+44
2020-12-27rustdoc book: fix exampleMarco Ieni-1/+1
2020-12-27Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514bors-0/+20
2020-12-26Fix missing deny-by-default.md file.Eric Huss-0/+3
2020-12-26Add links to the source for the rustc and rustdoc books.Eric Huss-0/+6
2020-12-25Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err...bors-3/+0
2020-12-22Revert "Remove missing_fragment_specifier lint"Wesley Wiser-3/+0
2020-12-21Update booksEric Huss-0/+0
2020-12-13Fix `cargo-binutils` linkEFanZh-3/+3
2020-12-12Document `error-pattern` header (#989)Yuki Okushi-0/+33
2020-12-11Fix some link failures and typosYuki Okushi-10/+10
2020-12-10Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obkTyler Mandry-21/+2
2020-12-10Update sanitizer supported docs to reflect realityCorey Farwell-2/+26
2020-12-10All links to rustdoc-internals.mdNixon Enraght-Moony-0/+10
2020-12-10Update const-fn doc in unstable-bookDaiki Ihara-21/+2
2020-12-07Fixes to Rust coverageRich Kadel-4/+87
2020-12-07Add a section on identifiers in the MIR (#951)Camelid-2/+47
2020-12-07Adds a dev guide section on Rust CoverageRich Kadel-1/+635
2020-12-06Edit the Mir page to fix infelicities. (#984)Siddharth-12/+17
2020-12-06Add links to the rust documentation for all MIR structs (#982)Siddharth-11/+22
2020-12-04Link to the Rustdoc book in the rustdoc chapter (#981)Joshua Nelson-0/+2
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-0/+2
2020-12-03Combination of commitsRich Kadel-14/+89