about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2018-07-27add section in booktoidiu-0/+45
2018-07-23update nightly bookmark-2/+4
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-241/+0
2018-07-14Update lint plugin sample code.eonil-0/+2
2018-07-04Unstable book documentation of tool lintsflip1995-0/+35
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+28
2018-06-25make the `while let` loop terminateNiko Matsakis-1/+1
2018-06-12update wording, do not change parserNiko Matsakis-6/+11
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-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-4/+4
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-0/+23
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