Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 6 pull requests #36378

Merged
merged 12 commits into from
Sep 10, 2016
Merged

Rollup of 6 pull requests #36378

merged 12 commits into from
Sep 10, 2016

Commits on Aug 27, 2016

  1. rustdoc: Add missing item types to page titles

    Most pages include the item type in the title such as "Struct
    std::vec::Vec". However it is missing from the pages for foreign
    functions, type definitions, macros, statics and constants. This adds them
    so for example, instead of a title of "std::u32::MAX" it is "Constant
    std::u32::MAX" to match the others.
    ollie27 committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    a7c671b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Configuration menu
    Copy the full SHA
    b99c5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102b3a9 View commit details
    Browse the repository at this point in the history
  3. Fixed typo in nomicon

    JDemler committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    f6aab5b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    a3f05ce View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Update the wording for E0063. This will truncate the fields to 3.

    Instead of listing every field it will now show missing `a`, `z`, `b`, and 1 other field
    jaredadobe committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    0e32d11 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Rollup merge of rust-lang#35691 - jaredwy:update-error-63, r=jonathan…

    …dturner
    
    Update the wording for E0063. This will truncate the fields to 3.
    
    Instead of listing every field it will now show missing `a`, `z`, `b`, and 1 other field
    This is for rust-lang#35218 as part of rust-lang#35233
    
    r? @jonathandturner
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    65af27b View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#36045 - ollie27:rustdoc_titles3, r=stevekla…

    …bnik
    
    rustdoc: Add missing item types to page titles
    
    Most pages include the item type in the title such as "Struct std::vec::Vec". However it is missing from the pages for foreign functions, type definitions, macros, statics and constants. This adds them so for example, instead of a title of "std::u32::MAX" it is "Constant std::u32::MAX" to match the others.
    
    [before](https://doc.rust-lang.org/nightly/std/u32/constant.MAX.html) [after](https://ollie27.github.io/rust_doc_test/std/u32/constant.MAX.html)
    [before](https://doc.rust-lang.org/nightly/std/io/type.Result.html) [after](https://ollie27.github.io/rust_doc_test/std/io/type.Result.html)
    
    Previous discussions: rust-lang#34345, rust-lang#35003
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    26315bf View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#36311 - frewsxcv:instant-elapsed-example, r…

    …=GuillaumeGomez
    
    Add doc example for `std::time::Instant::elapsed`.
    
    None
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    30198bf View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#36314 - tshepang:not-needed, r=GuillaumeGomez

    doc: we got coercion going on here, so no need to be this explicit
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    a221ad0 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#36326 - JDemler:master, r=steveklabnik

    Fixed typo in nomicon
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    8bfc561 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#36346 - oli-obk:patch-1, r=arielb1

    clean up `get_vtable`'s doc comment
    GuillaumeGomez committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    2ded399 View commit details
    Browse the repository at this point in the history