about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2018-07-04rewrite suggestions intro to be less bizarrely edition/rustfix centricZack M. Davis-9/+13
2018-07-04mention lint-level command line flags as well as attributesZack M. Davis-1/+2
2018-07-04cautionary parenthetical about failing to emit a `DiagnosticBuilder`Zack M. Davis-1/+3
2018-07-04"easier" → "more informative"; omit needless clauseZack M. Davis-1/+1
2018-07-04`span_to_snippet` return value is a `Result`, not an `Option`Zack M. Davis-2/+2
2018-07-04add links for `Span`, `CodeMap`, and `rustfix`Zack M. Davis-14/+19
2018-07-04Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomezbors-0/+17
2018-07-04rustdoc book on codeblock hash escapingLucas Morales-0/+17
2018-07-04Unstable book documentation of tool lintsflip1995-0/+35
2018-06-26Keep glossary definition of codegenAlex Kitchens-1/+2
2018-06-26Rename trans to codegenAlex Kitchens-5/+5
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+28
2018-06-25Update query.mdEduard-Mihai Burtescu-3/+1
2018-06-25Update high-level-overview.mdEduard-Mihai Burtescu-1/+1
2018-06-25rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-9/+9
2018-06-25don't mention new rustdocZack M. Davis-4/+1
2018-06-25include `./` in example x.py commands for smoother copy-paste experienceZack M. Davis-2/+2
2018-06-25make the `while let` loop terminateNiko Matsakis-1/+1
2018-06-22Rollup merge of #51158 - ogham:patch-1, r=steveklabnikkennytm-0/+24
2018-06-18Update books for next releaseMark Simulacrum-0/+0
2018-06-12Capitalize a wordscalexm-2/+2
2018-06-12Add chalk rules for type defsscalexm-1/+75
2018-06-12rustdoc: add --extern-html-root-url flagQuietMisdreavus-0/+15
2018-06-12update wording, do not change parserNiko Matsakis-6/+11
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-176/+0
2018-06-11Mark alloc_jemalloc as perma-unstableSimon Sapin-13/+0
2018-06-11Move Unstable Book sections for #[global_allocator] and System to std::alloc ...Simon Sapin-148/+0
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-1/+0
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-3/+3
2018-06-10Merge pull request #149 from rust-lang-nursery/mark-i-m-patch-1Niko Matsakis-3/+10
2018-06-10Merge pull request #153 from mark-i-m/code_index_01Niko Matsakis-7/+23
2018-06-10Stabilize entry-or-defaultGuillaume Gomez-13/+0
2018-06-08update trait refMark Mansi-1/+1
2018-06-08removed whitespaceAlexander Regueiro-1/+1
2018-06-08mention blessMark Mansi-0/+4
2018-06-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-4/+4
2018-06-08Merge pull request #152 from mark-i-m/glossary_moreNiko Matsakis-0/+7
2018-06-05fix buildMark Mansi-2/+2
2018-06-05Add bit about ctags; close #80Mark Mansi-3/+21
2018-06-05Rollup merge of #51183 - teiesti:rustdoc-book-termination, r=steveklabnikMark Simulacrum-11/+30
2018-06-05Rollup merge of #50852 - mandeep:fix-rustdoc-example-testing, r=GuillaumeGomezMark Simulacrum-2/+4
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-0/+23
2018-06-05Improve wordingTobias Stolzmann-2/+3
2018-06-05Update rustdoc book to suggest using Termination trait instead of hidden ‘f...Tobias Stolzmann-11/+29
2018-06-04fix typoMark Mansi-1/+1
2018-06-04tests dont need to passMark Mansi-2/+2
2018-06-04long lineMark-1/+2
2018-06-04Address review feedbackMark-9/+16
2018-06-04add more on crater + perf runsMark-0/+17
2018-06-04add a bit about craterMark Mansi-1/+32