QuietMisdreavus
5e93394d32
talk about --display-warnings
2018-03-20 11:18:42 -05:00
QuietMisdreavus
b5ab5ceb4b
talk about --resource-suffix
2018-03-16 15:06:36 -05:00
QuietMisdreavus
6b2906018f
talk about --themes and --theme-checker
2018-03-16 14:41:51 -05:00
QuietMisdreavus
cc4f97e883
talk about --sort-modules-by-appearance
2018-03-16 14:30:56 -05:00
QuietMisdreavus
33ed787b49
talk about --linker
2018-03-16 13:46:10 -05:00
QuietMisdreavus
f9d3845138
talk about --crate-version
2018-03-16 13:38:06 -05:00
QuietMisdreavus
5d8443aeb1
talk about --playground-url
2018-03-15 14:44:17 -05:00
QuietMisdreavus
bb328237fc
talk about --markdown-(before|after)-content
2018-03-15 12:47:26 -05:00
QuietMisdreavus
43ed37711e
add new section about CLI flags
2018-03-15 09:35:22 -05:00
QuietMisdreavus
c24a58c87c
fix link
2018-03-15 09:29:54 -05:00
QuietMisdreavus
3d90b4d738
add headings to categorize the features
2018-03-14 17:22:15 -05:00
QuietMisdreavus
067553d5a1
talk about doc(include)
2018-03-14 17:13:52 -05:00
QuietMisdreavus
82bd146d60
talk about doc(masked)
2018-03-14 16:40:28 -05:00
QuietMisdreavus
23a1da4d63
talk about doc(spotlight)
2018-03-14 16:06:53 -05:00
QuietMisdreavus
0f96e145fb
talk about doc(cfg)
2018-03-14 15:32:25 -05:00
QuietMisdreavus
30adb53f46
talk about intra-links
2018-03-13 17:00:51 -05:00
QuietMisdreavus
373b2cdcd1
talk about error numbers for compile_fail doctests
2018-03-12 17:26:20 -05:00
QuietMisdreavus
c685b57bf2
add page to the Rustdoc Book about unstable features
2018-03-12 17:16:21 -05:00
Oliver Schneider
45abb1ba84
Stabilize const_indexing feature
2018-03-08 08:34:14 +01:00
Oliver Schneider
e97089dae3
Move librustc_const_eval to librustc_mir
2018-03-08 08:08:14 +01:00
Manish Goregaokar
fac7d7cfb2
Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn
...
Fixes #47311 .
r? @nrc
2018-02-28 15:09:24 -08:00
kennytm
b443e57ce6
Rollup merge of #48166 - 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-25 15:54:42 +08:00
Jeremy Fitzhardinge
56a6828533
Implement --remap-path-prefix
...
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-22 15:13:21 -08:00
steveklabnik
ef48e0f2b9
Update the book to promote second edition
...
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-21 14:26:09 -05:00
Guillaume Gomez
c5be497888
Fix unstable book
2018-02-17 18:27:46 +01:00
Guillaume Gomez
de8b429420
Update to last repository version
2018-02-17 16:31:07 +01:00
hedgehog1024
4360dfa126
Delete information about 'entry_and_modify' from Unstable book
2018-02-12 22:27:33 +03:00
bors
b8398d947d
Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis
...
Implement `?` macro repetition
See rust-lang/rfcs#2298 (with disposition merge)
2018-02-11 18:11:01 +00:00
Mark Simulacrum
fe8e0d98f1
Update books for next release
2018-02-09 11:27:47 -07:00
kennytm
55aef3c9c7
Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petrochenkov
...
Stabilize use_nested_groups
As requested in #44494 . Documentation PRs already sent.
2018-02-06 02:13:51 +08:00
kennytm
ddc4284b71
Rollup merge of #47753 - steveklabnik:update-book, r=alexcrichton
...
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:
![image](https://user-images.githubusercontent.com/27786/35411917-8dcbb31a-01e8-11e8-8c30-0bd280d93b9d.png )
Putting this PR up so others can try and build and see if it reproduces for them.
2018-02-06 02:13:49 +08:00
Pietro Albini
01f0814a2a
Stabilize use_nested_groups
2018-02-05 10:23:40 +01:00
steveklabnik
b320829da4
update reference
2018-02-04 15:44:48 -05:00
steveklabnik
dcb3e21b06
update trpl
...
Includes https://github.com/rust-lang/book/pull/1088 and
62210e326c
2018-02-04 15:44:48 -05:00
kennytm
1439c2ac35
Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, 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-04 23:28:58 +08:00
Volker Mische
cf78ff3913
Fix lang items box example code
...
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-02-01 00:21:43 +01:00
Jonathan Goodman
a99b5db56a
stabilize match_beginning_vert
2018-01-30 16:00:55 -06:00
Mark Mansi
6943430e6d
Add ? to unstable book
2018-01-30 12:42:51 -06:00
kennytm
19aac099a5
Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavus
...
Punctuation and clarity fixes.
2018-01-30 17:10:48 +08:00
evelynmitchell
05652d2ae3
fix for documentation error issue 47716
2018-01-24 09:25:46 -07:00
bors
b887317da6
Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb
...
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-22 08:10:41 +00:00
Guillaume Gomez
d3176efa78
Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik
...
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 22:32:43 +01:00
Simon Sapin
c97c1f7dc3
Mark Unique as perma-unstable, with the feature renamed to ptr_internals.
2018-01-20 11:09:23 +01:00
James Mantooth
c2e26121db
Punctuation and clarity fixes.
2018-01-17 05:23:21 -06:00
QuietMisdreavus
0e1ecbed83
add Rust By Example to the bookshelf
2018-01-16 19:35:39 -06:00
Robin Kruppe
2be697bc21
Implement repr(transparent)
2018-01-16 08:58:32 +01:00
Carol (Nichols || Goulding)
c698496f84
Reexport -> re-export in documentation section headings
2018-01-15 13:36:52 -05:00
kennytm
63f4285247
Rollup merge of #47414 - est31:master, r=alexcrichton
...
Enforce dashes in the unstable book file names
Also rename the existing underscore using files to use dashes.
Fixes #47394 .
2018-01-15 18:49:37 +08:00
projektir
a2df413187
Adding RBE as a submodule #46194
2018-01-13 13:04:53 -08:00
est31
38e2667584
Enforce dashes in the unstable book file names
...
Also rename the existing underscore using files to use dashes.
Fixes #47394 .
2018-01-13 15:44:44 +01:00