summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2018-05-02Add tool_attributes feature to unstable bookSeiichi Uchida-0/+26
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-30/+0
2018-04-22Add doc about doc alias featureGuillaume Gomez-0/+23
2018-04-17stabilize `slice_rsplit` featuretinaun-10/+0
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-1/+1
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-3/+3
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-0/+1
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-4/+4
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-4/+4
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-0/+8
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-0/+8
2018-04-10Fix the unstable book to account for ok-wrappingScott McMurray-4/+4
2018-04-02Remove splice page from unstable book.Thayne McCombs-22/+0
2018-03-28Auto merge of #49460 - kennytm:rollup, r=kennytmbors-23/+0
2018-03-28Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushikennytm-23/+0
2018-03-28Stabilize match_default_bindingsTaylor Cramer-58/+0
2018-03-26Fix missed i128 feature gatesMark Mansi-1/+1
2018-03-26Rename unstable book correctlyMark Mansi-3/+3
2018-03-26Rename unstable-book chapterMark Mansi-0/+0
2018-03-26Stabilize i128 feature tooMark Mansi-1/+1
2018-03-26Update nightly bookMark Mansi-13/+6
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-66/+0
2018-03-26Stabilize universal_impl_traitTaylor Cramer-32/+0
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-10/+10
2018-03-21Stabilize method `String::retain`Murarth-23/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-10/+10
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-47/+16
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-20/+0
2018-03-08Stabilize const_indexing featureOliver Schneider-19/+0
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-37/+0
2018-02-25Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify...kennytm-77/+0
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-37/+0
2018-02-17Fix unstable bookGuillaume Gomez-0/+3
2018-02-12Delete information about 'entry_and_modify' from Unstable bookhedgehog1024-77/+0
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-0/+17
2018-02-05Stabilize use_nested_groupsPietro Albini-90/+0
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-23/+0
2018-02-01Fix lang items box example codeVolker Mische-13/+8
2018-01-30stabilize match_beginning_vertJonathan Goodman-23/+0
2018-01-30Add ? to unstable bookMark Mansi-0/+17
2018-01-30Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavuskennytm-3/+3
2018-01-17Punctuation and clarity fixes.James Mantooth-3/+3
2018-01-16Implement repr(transparent)Robin Kruppe-0/+176
2018-01-13Enforce dashes in the unstable book file namesest31-0/+0
2018-01-03Add docs for `crate_in_paths`, `extern_in_paths` and `extern_absolute_paths` ...Vadim Petrochenkov-0/+137
2018-01-03Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcvkennytm-7/+0
2017-12-28Add an entry in the unstable bookMatt Peterson-0/+14
2017-12-03Fix invalid link to lint_plugin_test.rsKenjiro Nakayama-1/+1
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-0/+90