about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-08-03Update nomiconSimon Sapin-0/+0
2017-07-28Update rename State in docsJohn Kåre Alsaker-11/+11
2017-07-28Remove support for `gen arg`Alex Crichton-9/+9
2017-07-28Tweak docsJohn Kåre Alsaker-8/+8
2017-07-28Touch up unstable docs for generatorsAlex Crichton-4/+11
2017-07-28Fix examplesJohn Kåre Alsaker-5/+8
2017-07-28Clarifying documentation for generatorAlex Crichton-4/+7
2017-07-28Add documentation for generatorsAlex Crichton-0/+232
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-20/+0
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-0/+0
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-20/+0
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-0/+0
2017-07-20Document use of `compiler_builtins` with `no_std` binariesJoe Ranweiler-0/+43
2017-07-14Update the books.steveklabnik-0/+0
2017-07-10Test src/doc once moreMark Simulacrum-3/+3
2017-07-06remove associated_consts feature gateSean McArthur-85/+0
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-35/+0
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-119/+78
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-119/+78
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-54/+49
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-35/+0
2017-07-02Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichtonbors-40/+0
2017-07-02Documentationest31-2/+4
2017-07-02Stabilize feature sort_unstableStjepan Glavina-40/+0
2017-06-30Stabilize 'more_io_inner_methods' feature.Sergio Benitez-11/+0
2017-06-30Track `iterator_for_each` in #42986Josh Stone-2/+2
2017-06-30Auto merge of #42782 - cuviper:iterator_for_each, r=alexcrichtonbors-0/+17
2017-06-29Give a tracking-issue number for unsized tuple coercion.Masaki Hara-2/+2
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+27
2017-06-28Fix link referenceAndreas Sommer-1/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-0/+7
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-20Add `Iterator::for_each`Josh Stone-0/+17
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