about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-176/+0
2018-06-11Mark alloc_jemalloc as perma-unstableSimon Sapin-13/+0
2018-06-11Move Unstable Book sections for #[global_allocator] and System to std::alloc ...Simon Sapin-148/+0
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-1/+0
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-3/+3
2018-06-10Stabilize entry-or-defaultGuillaume Gomez-13/+0
2018-06-03s/panic_fmt/panic_impl/g in docsJorge Aparicio-17/+18
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-2/+2
2018-05-26Point to the current box syntax tracking issueest31-2/+2
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-0/+67
2018-05-13stabilize :lifetimeAlex Burka-14/+0
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-0/+17
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