| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-28 | tweak docs for rustdoc's `--show-coverage` | QuietMisdreavus | -4/+8 | |
| 2019-02-28 | update docs for doc coverage | QuietMisdreavus | -2/+4 | |
| 2019-02-28 | tabs -> spaces | QuietMisdreavus | -4/+4 | |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -0/+21 | |
| 2019-02-27 | Update edition-guide | Eric Huss | -0/+0 | |
| 2019-02-27 | Add c_variadic to the unstable-book | Dan Robertson | -0/+50 | |
| - Add the c_variadic language feature - Add the c_variadic library feature | ||||
| 2019-02-27 | Auto merge of #58709 - kornelski:book, r=QuietMisdreavus | bors | -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-25 | Update book submodule | Kornel | -0/+0 | |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak 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-23 | fix link | Mark Mansi | -1/+1 | |
| 2019-02-23 | Organize and finish debugging chapters | Mark Mansi | -210/+241 | |
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | issue_130_7 updated with review comments | Rajkumar Natarajan | -136/+172 | |
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -2/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/SUMMARY.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | issue_130_7 implementing new features | Rajkumar Natarajan | -0/+136 | |
| 2019-02-20 | fix typo | Andre Bogus | -1/+1 | |
| 2019-02-20 | Rollup merge of #58544 - TheBiggerGuy:rustc-doc-cli-args, r=TimNN | kennytm | -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-20 | Rollup merge of #58534 - dwijnand:mention-capping-forbid-lints, r=oli-obk | kennytm | -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-20 | Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez | kennytm | -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-18 | Small clarifications to glossary definitions | Alexander Regueiro | -3/+3 | |
| 2019-02-18 | Ignore Rust snippet | varkor | -1/+1 | |
| 2019-02-18 | Add more information and an example to Kind chapter | varkor | -22/+40 | |
| 2019-02-18 | Add preliminary chapter on kinds | varkor | -2/+36 | |
| 2019-02-18 | Add "drop glue" to the glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "memoise" to the glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "intern" to the glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "early-bound lifetime" and "late-bound lifetime" to the glossary | varkor | -0/+2 | |
| 2019-02-18 | Add "item" to glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "lang item" to glossary | varkor | -0/+1 | |
| 2019-02-17 | Add links to codegen docs for rustc synonym flags | Guy 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-17 | Fix doc for rustc "-g" flag | Guy 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-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre 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-17 | Mention capping forbid lints | Dale Wijnand | -1/+3 | |
| I felt the description of forbid was misleading/incomplete without mentioning how --cap-lints interacts with it. | ||||
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -4/+4 | |
| Convert old first edition links to current edition one r? @steveklabnik | ||||
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -4/+4 | |
| Use footnote style to bypass the tidy check | ||||
| 2019-02-12 | Add documentation about -Clinker-plugin-lto to rustc book. | Michael Woerister | -1/+110 | |
| 2019-02-10 | Rollup merge of #58350 - petrochenkov:embed, r=frewsxcv | Guillaume 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-10 | Fix failing tidy (line endings on Windows) | Vadim Petrochenkov | -0/+0 | |
| 2019-02-09 | Some writing improvement, conciseness of intro | Robert Hayek | -4/+3 | |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -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 gone | Zack 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-05 | Add Rustlings to the doc index | liv | -0/+6 | |
| 2019-02-04 | Update embedded book dependency | James Munns | -0/+0 | |
| 2019-02-04 | Add embedded book | James Munns | -0/+16 | |
