| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-16 | talk about --linker | QuietMisdreavus | -0/+13 | |
| 2018-03-16 | talk about --crate-version | QuietMisdreavus | -0/+12 | |
| 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 | talk about --playground-url | QuietMisdreavus | -0/+23 | |
| 2018-03-16 | Rollup merge of #48961 - Songbird0:rustdoc_doctests_assertions, r=GuillaumeGomez | kennytm | -0/+16 | |
| Rustdoc: example of use of assertions I added this section at the beginning of the file because it seems to be basic information. Let me know if there's someplace more relevant. See #47945. | ||||
| 2018-03-15 | talk about --markdown-(before|after)-content | QuietMisdreavus | -0/+28 | |
| 2018-03-15 | add new section about CLI flags | QuietMisdreavus | -0/+7 | |
| 2018-03-15 | fix link | QuietMisdreavus | -1/+1 | |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -20/+0 | |
| Stabilize the syntax `a..=b` and `..=b`. | ||||
| 2018-03-14 | add headings to categorize the features | QuietMisdreavus | -6/+18 | |
| 2018-03-14 | talk about doc(include) | QuietMisdreavus | -3/+19 | |
| 2018-03-14 | talk about doc(masked) | QuietMisdreavus | -0/+20 | |
| 2018-03-14 | talk about doc(spotlight) | QuietMisdreavus | -0/+20 | |
| 2018-03-14 | talk about doc(cfg) | QuietMisdreavus | -0/+52 | |
| 2018-03-13 | talk about intra-links | QuietMisdreavus | -0/+45 | |
| 2018-03-13 | Add a section for using assertions into doc tests. | Anthony Defranceschi | -0/+16 | |
| See #47945. | ||||
| 2018-03-12 | talk about error numbers for compile_fail doctests | QuietMisdreavus | -0/+23 | |
| 2018-03-12 | add page to the Rustdoc Book about unstable features | QuietMisdreavus | -0/+11 | |
| 2018-03-12 | big fences to show that ```rust is the same as ``` | QuietMisdreavus | -0/+4 | |
| 2018-03-08 | Stabilize const_indexing feature | Oliver Schneider | -19/+0 | |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -1/+0 | |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -37/+10 | |
| Fixes #47311. r? @nrc | ||||
| 2018-02-25 | Rollup merge of #48166 - ↵ | kennytm | -77/+0 | |
| hedgehog1024:hedgehog1024-stabilize-entry_and_modify, r=alexcrichton Stabilize 'entry_and_modify' feature Stabilize `entry_and_modify` feature introduced by #44734. Closes #44733 | ||||
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -37/+10 | |
| Remove experimental -Zremap-path-prefix-from/to, and replace it with the stabilized --remap-path-prefix=from=to variant. This is an implementation for issue of #41555. | ||||
| 2018-02-21 | Update the book to promote second edition | steveklabnik | -0/+0 | |
| This updates the book repository, but mostly to include https://github.com/rust-lang/book/pull/1180 TL;DR: the second edition is close enough to done that we should universally recommend it over the first edition. | ||||
| 2018-02-17 | Fix unstable book | Guillaume Gomez | -0/+3 | |
| 2018-02-17 | Update to last repository version | Guillaume Gomez | -0/+0 | |
| 2018-02-12 | Delete information about 'entry_and_modify' from Unstable book | hedgehog1024 | -77/+0 | |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -0/+17 | |
| Implement `?` macro repetition See rust-lang/rfcs#2298 (with disposition merge) | ||||
| 2018-02-09 | Update books for next release | Mark Simulacrum | -0/+0 | |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, ↵ | kennytm | -90/+0 | |
| r=petrochenkov Stabilize use_nested_groups As requested in #44494. Documentation PRs already sent. | ||||
| 2018-02-06 | Rollup merge of #47753 - steveklabnik:update-book, r=alexcrichton | kennytm | -0/+0 | |
| Update book This PR does two things: 1. update the book to include https://github.com/rust-lang/book/pull/1088 2. update to mdbook 0.1 Both of these things are big changes, so I want to land them now, well before the next branch, so we can kick the tires. ------------------------------ Locally, I'm seeing some weirdness around the reference and this:  Putting this PR up so others can try and build and see if it reproduces for them. | ||||
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -90/+0 | |
| 2018-02-04 | update reference | steveklabnik | -0/+0 | |
| 2018-02-04 | update trpl | steveklabnik | -0/+0 | |
| Includes https://github.com/rust-lang/book/pull/1088 and https://github.com/rust-lang/book/commit/62210e326c27697e94ce429c1683dcea4e4887e4 | ||||
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, ↵ | kennytm | -23/+0 | |
| r=petrochenkov Stabilize feature(match_beginning_vert) With this feature stabilized, match expressions can optionally have a `|` at the beginning of each arm. Reference PR: rust-lang-nursery/reference#231 Closes #44101 | ||||
| 2018-02-01 | Fix lang items box example code | Volker Mische | -13/+8 | |
| The `exchange_free` lang item is gone in favour of `box_free` [1]. Some warnings are also fixed by this commit. [1]: https://github.com/rust-lang/rust/commit/ca115dd083a1fe1d2b4892c5e50e49eb83ff1f3 | ||||
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -23/+0 | |
| 2018-01-30 | Add ? to unstable book | Mark Mansi | -0/+17 | |
| 2018-01-30 | Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavus | kennytm | -3/+3 | |
| Punctuation and clarity fixes. | ||||
| 2018-01-24 | fix for documentation error issue 47716 | evelynmitchell | -1/+1 | |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -0/+176 | |
| Implement repr(transparent) r? @eddyb for the functional changes. The bulk of the PR is error messages and docs, might be good to have a doc person look over those. cc #43036 cc @nox | ||||
| 2018-01-20 | Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik | Guillaume Gomez | -0/+2 | |
| add Rust By Example to the bookshelf cc #46194 With #46196 freshly merged, we should add a link to the main docs distribution so people can find it! We discussed this at the docs team meeting today and decided to go ahead with adding it to the bookshelf. | ||||
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -0/+0 | |
| 2018-01-17 | Punctuation and clarity fixes. | James Mantooth | -3/+3 | |
| 2018-01-16 | add Rust By Example to the bookshelf | QuietMisdreavus | -0/+2 | |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -0/+176 | |
| 2018-01-15 | Reexport -> re-export in documentation section headings | Carol (Nichols || Goulding) | -3/+3 | |
| 2018-01-15 | Rollup merge of #47414 - est31:master, r=alexcrichton | kennytm | -0/+0 | |
| Enforce dashes in the unstable book file names Also rename the existing underscore using files to use dashes. Fixes #47394. | ||||
| 2018-01-13 | Adding RBE as a submodule #46194 | projektir | -0/+0 | |
