about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2019-02-28tweak docs for rustdoc's `--show-coverage`QuietMisdreavus-4/+8
2019-02-28update docs for doc coverageQuietMisdreavus-2/+4
2019-02-28tabs -> spacesQuietMisdreavus-4/+4
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+21
2019-02-27Update edition-guideEric Huss-0/+0
2019-02-27Add c_variadic to the unstable-bookDan Robertson-0/+50
- Add the c_variadic language feature - Add the c_variadic library feature
2019-02-27Auto merge of #58709 - kornelski:book, r=QuietMisdreavusbors-0/+0
Update book submodule Updates the book to the latest commit This is to include [documentation SEO fix](https://github.com/rust-lang/book/pull/1788) ASAP.
2019-02-25Update book submoduleKornel-0/+0
2019-02-25Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=CentrilMazdak Farrokhzad-20/+20
Deny the `overflowing_literals` lint for all editions The `overflowing_literals` was made deny by default for the 2018 edition by #54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
2019-02-23fix linkMark Mansi-1/+1
2019-02-23Organize and finish debugging chaptersMark Mansi-210/+241
2019-02-23Update src/implementing_new_features.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/implementing_new_features.mdWho? Me?!-1/+2
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/implementing_new_features.mdWho? Me?!-1/+2
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23issue_130_7 updated with review commentsRajkumar Natarajan-136/+172
2019-02-23Update src/implementing_new_feature.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/implementing_new_feature.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/implementing_new_feature.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/implementing_new_feature.mdWho? Me?!-2/+2
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23Update src/SUMMARY.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23issue_130_7 implementing new featuresRajkumar Natarajan-0/+136
2019-02-20fix typoAndre Bogus-1/+1
2019-02-20Rollup merge of #58544 - TheBiggerGuy:rustc-doc-cli-args, r=TimNNkennytm-2/+2
Fix doc for rustc "-g" flag The rustc `-g` CLI flag was miss documented to be a synonym of `-C debug-level=2` and not `-C debuglevel=2`. Also add links to the codegen docs for each synonym. I am unsure of this will conflict with work on #52938
2019-02-20Rollup merge of #58534 - dwijnand:mention-capping-forbid-lints, r=oli-obkkennytm-1/+3
Mention capping forbid lints I felt the description of forbid was misleading/incomplete without mentioning how --cap-lints interacts with it.
2019-02-20Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomezkennytm-0/+17
Modify doctest's auto-`fn main()` to allow `Result`s This lets the default `fn main()` ~~return `impl Termination`~~ unwrap Results, which allows the use of `?` in most tests without adding it manually. This fixes #56260 ~~Blocked on `std::process::Termination` stabilization.~~ Using `Termination` would have been cleaner, but this should work OK.
2019-02-18Small clarifications to glossary definitionsAlexander Regueiro-3/+3
2019-02-18Ignore Rust snippetvarkor-1/+1
2019-02-18Add more information and an example to Kind chaptervarkor-22/+40
2019-02-18Add preliminary chapter on kindsvarkor-2/+36
2019-02-18Add "drop glue" to the glossaryvarkor-0/+1
2019-02-18Add "memoise" to the glossaryvarkor-0/+1
2019-02-18Add "intern" to the glossaryvarkor-0/+1
2019-02-18Add "early-bound lifetime" and "late-bound lifetime" to the glossaryvarkor-0/+2
2019-02-18Add "item" to glossaryvarkor-0/+1
2019-02-18Add "lang item" to glossaryvarkor-0/+1
2019-02-17Add links to codegen docs for rustc synonym flagsGuy Taylor-2/+2
The rustc "-g" and "-o" fags are synonyms of the "-c" codegen flags. This adds a link to the codegen docs for each synonym.
2019-02-17Fix doc for rustc "-g" flagGuy Taylor-1/+1
The rustc "-g" CLI flag was miss documented to be a synonym of "-C debug-level=2" and not the correct "-C debuginfo=2".
2019-02-17Modify doctest's auto-`fn main()` to allow `Result`sAndre Bogus-0/+17
This lets the default `fn main()` unwrap any `Result`s, which allows the use of `?` in most tests without adding it manually.
2019-02-17Mention capping forbid lintsDale Wijnand-1/+3
I felt the description of forbid was misleading/incomplete without mentioning how --cap-lints interacts with it.
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-4/+4
Convert old first edition links to current edition one r? @steveklabnik
2019-02-13Convert old doc links to current editionLzu Tao-4/+4
Use footnote style to bypass the tidy check
2019-02-12Add documentation about -Clinker-plugin-lto to rustc book.Michael Woerister-1/+110
2019-02-10Rollup merge of #58350 - petrochenkov:embed, r=frewsxcvGuillaume Gomez-0/+0
Fix failing tidy (line endings on Windows) Updates to `embedded-book` including https://github.com/rust-embedded/book/pull/127.
2019-02-10Fix failing tidy (line endings on Windows)Vadim Petrochenkov-0/+0
2019-02-09Some writing improvement, conciseness of introRobert Hayek-4/+3
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-0/+42
Allow #[repr(align(x))] on enums (#57996) Tracking issue: #57996 Implements an extension of [RFC 1358](https://github.com/rust-lang/rfcs/blob/master/text/1358-repr-align.md) behind a feature flag (`repr_align_enum`). Originally introduced here for structs: #39999. It seems like only HIR-level changes are required, since enums are already aware of their alignment (due to alignment of their limbs). cc @bitshifter
2019-02-06`_with_applicability` methods are goneZack M. Davis-7/+6
The simpler `span_suggestion` method name now takes the applicability argument, thanks to Andy Russell (rust-lang/rust@0897ffc28f6).
2019-02-05Add Rustlings to the doc indexliv-0/+6
2019-02-04Update embedded book dependencyJames Munns-0/+0
2019-02-04Add embedded bookJames Munns-0/+16