| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -23/+0 | |
| Rollup of 12 pull requests - Successful merges: #49243, #49329, #49364, #49400, #49405, #49427, #49428, #49429, #49439, #49442, #49444, #49452 - Failed merges: | ||||
| 2018-03-28 | Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi | kennytm | -23/+0 | |
| Stabilize method `String::retain` Closes #43874 | ||||
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -58/+0 | |
| This includes a submodule update to rustfmt in order to allow a stable feature declaration. | ||||
| 2018-03-27 | Fix a typo | Tomáš Gavenčiak | -1/+1 | |
| 2018-03-27 | Add info on test result caching | Tomáš Gavenčiak | -0/+6 | |
| 2018-03-27 | talk about --edition in the Rustdoc Book | QuietMisdreavus | -0/+13 | |
| 2018-03-26 | reformat basically the whole rustdoc.md | Mark Mansi | -131/+162 | |
| 2018-03-26 | still more long lines | Mark Mansi | -26/+33 | |
| 2018-03-26 | More long lines | Mark Mansi | -44/+55 | |
| 2018-03-26 | Fix long lines in conventions | Mark Mansi | -2/+2 | |
| 2018-03-26 | Fix long lines in const-eval | Mark Mansi | -1/+2 | |
| 2018-03-26 | Fix long lines in compiletest | Mark Mansi | -61/+114 | |
| 2018-03-26 | Fix long lines in stupid stats appendix | Mark Mansi | -5/+5 | |
| 2018-03-26 | Fix long lines in glossary | Mark Mansi | -1/+3 | |
| 2018-03-26 | Travis CI script now sets `globstar` shell option. | Alexander Regueiro | -0/+1 | |
| 2018-03-26 | make the script give more useful feedback | Niko Matsakis | -0/+16 | |
| 2018-03-26 | Hard-wrapped lines that are too long. | Alexander Regueiro | -161/+206 | |
| 2018-03-26 | Ignore line check on certain types of lines or in certain blocks. | Alexander Regueiro | -4/+10 | |
| 2018-03-26 | Added check for all source files to ensure they have no lines longer than 80 ↵ | Alexander Regueiro | -0/+22 | |
| chars. | ||||
| 2018-03-26 | Added EditorConfig file for `src`. | Alexander Regueiro | -0/+9 | |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -1/+1 | |
| 2018-03-26 | Rename unstable book correctly | Mark Mansi | -3/+3 | |
| 2018-03-26 | Rename unstable-book chapter | Mark Mansi | -0/+0 | |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 | |
| 2018-03-26 | Update nightly book | Mark Mansi | -13/+6 | |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -66/+0 | |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -32/+0 | |
| 2018-03-25 | Minor grammar and syntax fixes | Dan Robertson | -6/+10 | |
| Minor grammar and syntax fixes found while reading. | ||||
| 2018-03-25 | Rollup merge of #49318 - steveklabnik:update-books, r=kennytm | kennytm | -0/+0 | |
| update books for next release | ||||
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -10/+10 | |
| Make resuming generators unsafe instead of the creation of immovable generators cc @withoutboats Fixes #47787 | ||||
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 | |
| 2018-03-23 | Rollup merge of #49028 - ↵ | Alex Crichton | -0/+363 | |
| QuietMisdreavus:the-dark-forbidden-corners-of-rustdoc, r=frewsxcv add an "unstable features" chapter to the rustdoc book There are several rustdoc features that currently are undocumented, but also don't fit with the rest of the Rustdoc Book since they're also unstable. Some of these have corresponding feature gates and chapters in the Unstable Book, but many don't, and i wanted a place to talk about them officially. Goal: talk about everything rustdoc can do that needs nightly - [x] Feature gates (extensions to the doc attribute that can be caught by the compiler) - [x] doc(cfg) - [x] doc(masked) - [x] doc(spotlight) - [x] doc(include) - [x] Command-line flags (features that require a CLI flag to use, where the flag itself is a `-Z` command or otherwise requires `-Z unstable-options` before rustdoc will accept it) - [x] markdown-before-content/markdown-after-content - [x] playground-url - [x] display-warnings - [x] crate-version - [x] linker - [x] sort-modules-by-appearance - [x] themes/theme-checker - [x] resource-suffix - [x] `-Z force-unstable-if-unmarked` - [x] Nightly-gated functionality (features that are gated by requiring a nightly build without needing a CLI flag or a feature gate to unlock) - [x] intra-links - [x] error numbers for `compile_fail` doctests | ||||
| 2018-03-22 | Add mdbook search. | Eric Huss | -1/+3 | |
| 2018-03-21 | Stabilize method `String::retain` | Murarth | -23/+0 | |
| 2018-03-21 | review comments | QuietMisdreavus | -11/+13 | |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable ↵ | John Kåre Alsaker | -10/+10 | |
| generators. Fixes #47787 | ||||
| 2018-03-20 | talk about force-unstable-if-unmarked | QuietMisdreavus | -0/+13 | |
| 2018-03-20 | talk about --display-warnings | QuietMisdreavus | -0/+16 | |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -47/+16 | |
| Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)` | ||||
| 2018-03-19 | bump mdbook to 0.1.5 | Niko Matsakis | -1/+1 | |
| 2018-03-19 | describe how the lowering code works | Niko Matsakis | -0/+67 | |
| 2018-03-16 | talk about --resource-suffix | QuietMisdreavus | -0/+13 | |
| 2018-03-16 | talk about --themes and --theme-checker | QuietMisdreavus | -0/+24 | |
| 2018-03-16 | talk about --sort-modules-by-appearance | QuietMisdreavus | -0/+13 | |
| 2018-03-16 | talk about --linker | QuietMisdreavus | -0/+13 | |
| 2018-03-16 | talk about --crate-version | QuietMisdreavus | -0/+12 | |
| 2018-03-16 | Add incremental compilation debugging subchapter | Mark Mansi | -0/+114 | |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -0/+16 | |
| Rollup of 17 pull requests - Successful merges: #48706, #48875, #48892, #48922, #48957, #48959, #48961, #48965, #49007, #49024, #49042, #49050, #48853, #48990, #49037, #49049, #48972 - Failed merges: | ||||
| 2018-03-15 | add names to the trait lowering rules | Niko Matsakis | -0/+21 | |
| This allows cross-references from the code. | ||||
| 2018-03-15 | Updated parenthetical | Who? Me?! | -3/+3 | |
