about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2019-11-03Make Emscripten unwinding use a valid type_infoAmanieu d'Antras-1/+2
2019-11-03Allow foreign exceptions to unwind through Rust codeAmanieu d'Antras-2/+1
2019-10-25RFC 2008: StabilizationDavid Wood-76/+0
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-0/+80
2019-10-09Move unstable book entry into compiler flags directoryIgor Aleksanov-0/+0
2019-10-09Add an entry to the unstable bookIgor Aleksanov-0/+80
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-0/+5
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-27/+0
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-3/+3
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-5/+5
2019-08-17initial implementation of or-pattern parsingDan Robertson-0/+36
2019-08-06redox: convert to target_family unixJeremy Soller-5/+0
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-8/+0
2019-07-29Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkovMazdak Farrokhzad-0/+0
2019-07-28cleanup: Remove some language features related to built-in macrosVadim Petrochenkov-0/+0
2019-07-28Update unstable book wrt. subslice patterns.Mazdak Farrokhzad-1/+1
2019-07-27Remove run-pass test suitesVadim Petrochenkov-1/+1
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-0/+11
2019-07-14Add newlineCaio-1/+1
2019-07-14Chapter for param_attrsCaio-0/+27
2019-07-11hygiene: Fix wording of desugaring descriptionsVadim Petrochenkov-1/+2
2019-07-09Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichtonMazdak Farrokhzad-0/+9
2019-07-08add key and value methods to DebugMapAshley Mannix-0/+9
2019-07-07syntax: Add feature gate.David Wood-0/+11
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-2/+2
2019-07-02Update src/doc/unstable-book/src/language-features/member-constraints.mdNiko Matsakis-1/+1
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+29
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-36/+0
2019-06-30Switch tracking issue for 'slice_patterns'.Mazdak Farrokhzad-2/+2
2019-06-27Rollup merge of #62043 - Centril:remove-fnbox, r=cramertjMazdak Farrokhzad-35/+1
2019-06-22Remove FnBox.Mazdak Farrokhzad-35/+1
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-0/+37
2019-06-19Closures implement Copy and Clone, generators don'tJake Goulding-1/+1
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-1/+1
2019-06-15type_alias_enum_variants: Remove from unstable book.Mazdak Farrokhzad-36/+0
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-0/+176
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-42/+0
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-3/+3
2019-05-31Rollup merge of #61372 - mati865:books, r=Centril,GuillaumeGomezPietro Albini-16/+16
2019-05-30Migrate unstable-book to MdBook2Mateusz MikuĊ‚a-16/+16
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-42/+0
2019-05-15Stabilize RefCell::try_borrow_unguardedSimon Sapin-7/+0
2019-04-14Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehussMazdak Farrokhzad-0/+1
2019-04-11Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAusbors-0/+7
2019-04-07Change root path for unstable-bookBastian Gruber-0/+3
2019-04-06Add book.toml to tools/unstable, add copy_book_toml to sciptBastian Gruber-2/+0
2019-04-05Add ignore to doc codeMasaki Hara-2/+2
2019-04-05Simplify fnbox docs.Masaki Hara-235/+15
2019-04-05Stabilize boxed_closure_impls in 1.35.0.Charles Lew-98/+0
2019-04-05Fix failing tests.Masaki Hara-1/+1