summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-0/+67
2018-09-21Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-92/+0
2018-09-13introduce SelfCtorF001-3/+3
2018-09-13implement feature tuple_struct_self_ctorF001-0/+33
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-67/+0
2018-09-09remove #[used] from the unstable bookJorge Aparicio-157/+0
2018-09-04Document #[test_case] and #![test_runner]John Renner-0/+33
2018-08-31feature(doc_cfg): add docs for cfg(rustdoc)QuietMisdreavus-2/+6
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-3/+3
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-30/+0
2018-08-23update the unstable bookJorge Aparicio-3/+3
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-7/+9
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-26/+0
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-4/+4
2018-08-19Rename `catch_expr` feature to `try_blocks`Scott McMurray-3/+3
2018-08-19Fix the unstable bookScott McMurray-5/+7
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-15/+0
2018-08-19Fix typos found by codespell.Matthias Krüger-4/+4
2018-08-19Remove a now-unnecessary paragraph.Masaki Hara-19/+0
2018-08-19Update the unstable book regarding [e; dyn n].Masaki Hara-3/+3
2018-08-19Add an unstable-book article about unsized_locals.Masaki Hara-0/+199
2018-08-18Auto merge of #53324 - alexreg:self_in_typedefs, r=eddybbors-0/+24
2018-08-18Added page for feature to unstable book.Alexander Regueiro-0/+24
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-8/+3
2018-08-17Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmasterkennytm-10/+0
2018-08-15Remove outdated Unstable Book sectionsvarkor-10/+0
2018-08-13review commentEsteban Küber-1/+1
2018-08-11Extend documentation of `rustc_on_unimplemented`Esteban Küber-2/+95
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