about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+20
2017-06-20Add `Read::initializer`.Steven Fackler-0/+7
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+5
2017-06-20added `FromStr` Impl for `char`tinaun-0/+5
2017-06-20Auto merge of #42495 - alexcrichton:new-stage0, r=Mark-Simulacrumbors-13/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-13/+0
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-0/+15
2017-06-19Add compile_error!() to the unsable bookWesley Wiser-0/+20
2017-06-18Remove SUMMARY.md of the unstable book as its autogeneratedest31-225/+0
2017-06-18Rollup merge of #42723 - ubsan:master, r=QuietMisdreavusMark Simulacrum-13/+13
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+6
2017-06-17Add `_` to the list of keywordsubsan-13/+13
2017-06-17Correct location of unstable book docsAlex Crichton-0/+0
2017-06-16Rollup merge of #42660 - steveklabnik:gh42632, r=frewsxcvCorey Farwell-0/+0
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-1130/+1
2017-06-16Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakisCorey Farwell-11/+0
2017-06-15placeholder for documentation of `allocator_api` library feature.Felix S. Klock II-0/+15
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-6/+0
2017-06-15Remove struct_field_attributes from the Unstable BookWonwoo Choi-11/+0
2017-06-15Remove some more stubsest31-78/+0
2017-06-14update book with redirect fixessteveklabnik-0/+0
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+34
2017-06-13Merge crate `collections` into `alloc`Murarth-6/+0
2017-06-14Don't require that stubs exist for features in the unstable bookest31-1061/+0
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-1/+1
2017-06-13Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushiCorey Farwell-0/+8
2017-06-12Fill in tracking issue for the profile featureMarco Castelluccio-2/+2
2017-06-07Auto merge of #42378 - steveklabnik:rustdoc-docs, r=frewsxcvbors-0/+500
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+8
2017-06-06Suggest 'profile' flagMarco Castelluccio-2/+2
2017-06-06Add basic documentation for the profile featureMarco Castelluccio-0/+16
2017-06-05fix testssteveklabnik-0/+2
2017-06-05address review feedbacksteveklabnik-18/+10
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+18
2017-06-03Rollup merge of #42353 - steveklabnik:update-books, r=GuillaumeGomezCorey Farwell-0/+0
2017-06-02Coming soonsteveklabnik-0/+10
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+8
2017-06-01Update various book repos for the next release.steveklabnik-0/+0
2017-06-01wipsteveklabnik-3/+494
2017-06-01Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakisCorey Farwell-0/+57
2017-05-31add a new mdbook for rustdocsteveklabnik-0/+5
2017-05-31Add some try_trait ramblings to the unstable bookScott McMurray-0/+43
2017-05-31Give the `try_trait` feature its own tracking issueScott McMurray-2/+2
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-0/+1
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-8/+0
2017-05-26Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichtonCorey Farwell-2/+2
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+13
2017-05-25Auto merge of #40847 - jseyfried:decl_macro, r=nrcbors-0/+10
2017-05-25Stabilize non capturing closure to fn coercionest31-8/+0
2017-05-25Lower `?` to `Try` instead of `Carrier`Scott McMurray-0/+14