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 11 pull requests #58266

Merged
merged 23 commits into from
Feb 7, 2019
Merged

Rollup of 11 pull requests #58266

merged 23 commits into from
Feb 7, 2019

Commits on Jan 10, 2019

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

Commits on Jan 22, 2019

  1. Mention that core::intrinsics::transmute is available at core::mem::t…

    …ransmute.
    
    In #[no_std] environments, std::mem::transmute is unavailable. Searching for transmute in libcore only pulls up core::intrinsics::transmute, which is behind the (unstable) core_intrinsics feature flag. Users wishing to use transmute in #[no_std] environments typically should use core::mem::transmute instead, as it is stable. This documentation makes core::mem::transmute discoverable.
    jrvanwhy committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0c54d2d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

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

Commits on Jan 25, 2019

  1. Instead of adding a paragraph mentioning std::mem::transmute and core…

    …::mem::transmute, create documentation pages for them.
    
    This renders them discoverable via search. I removed the mention of the exports in the transmute documentation, but can re-add it if desired.
    jrvanwhy committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    1c8c94a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

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

Commits on Jan 31, 2019

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

Commits on Feb 1, 2019

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

Commits on Feb 2, 2019

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

Commits on Feb 4, 2019

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

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    8b886e0 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    729e37d View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#57504 - GuillaumeGomez:re-enable-history, r…

    …=QuietMisdreavus
    
    Re-enable history api on file:// protocol
    
    Fixes rust-lang#57135.
    
    I tested locally on chrome (since it was the browser having issues with history management on `file://` protocol) and it worked fine so I guess we can re-enable it.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    55c0922 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#57848 - jrvanwhy:transmute-export-doc, r=Qu…

    …ietMisdreavus
    
    Generate a documentation page for core::mem::transmute.
    
    In `#[no_std]` environments, `std::mem::transmute` is unavailable. Searching for "core transmute" online only pulls up `core::intrinsics::transmute`, which is behind the (unstable) `core_intrinsics` feature flag. Users wishing to use transmute in `#[no_std]` environments typically should use `core::mem::transmute` instead, as it is stable. This documentation makes `core::mem::transmute` discoverable.
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    2f2d61a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#57884 - GuillaumeGomez:update-minifier-arra…

    …y, r=QuietMisdreavus
    
    Update minifier version
    
    Should fix rust-lang#57754 (at least it's a bit faster on my computer).
    
    The whole point of this update is to create a huge array instead of creating a lot of variables.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    4c62d7e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#57954 - euclio:rustdoc-stability, r=QuietMi…

    …sdreavus
    
    rustdoc: remove blank unstable spans
    
    Rustdoc generates blank unstable spans for unstable struct fields: ![screen shot 2019-01-28 at 1 05 04 pm](https://user-images.githubusercontent.com/1372438/51856295-5e8ed500-22fd-11e9-8074-025eddb4ef65.png)
    
    This PR removes them:
    ![screen shot 2019-01-28 at 1 07 22 pm](https://user-images.githubusercontent.com/1372438/51856424-aada1500-22fd-11e9-86f0-34e2aa78b8b1.png)
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    bb9d66d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#58028 - GuillaumeGomez:fix-settings-image-l…

    …ink, r=QuietMisdreavus
    
    Fix image link in the settings menu
    
    Fixes rust-lang#57892.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    1a99a32 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#58033 - euclio:rustdoc-tags, r=QuietMisdreavus

    rustdoc: wrap stability tags in colored spans
    
    A cosmetic change to make the stability tags stand out a bit against the docs. Opening for discussion.
    
    Before:
    
    ![screen shot 2019-01-31 at 3 29 36 pm](https://user-images.githubusercontent.com/1372438/52083406-54730d80-256d-11e9-8e61-b8caff569434.png)
    ![screen shot 2019-01-31 at 3 31 32 pm](https://user-images.githubusercontent.com/1372438/52083408-54730d80-256d-11e9-97b7-43e808448f65.png)
    
    After:
    ![screen shot 2019-01-31 at 3 29 18 pm](https://user-images.githubusercontent.com/1372438/52083405-54730d80-256d-11e9-9983-19d9519b2ed8.png)
    ![screen shot 2019-01-31 at 3 29 46 pm](https://user-images.githubusercontent.com/1372438/52083407-54730d80-256d-11e9-8c32-11a1ad7d3f34.png)
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    f61a4f8 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#58086 - GuillaumeGomez:rustdoc-file-list-im…

    …provement, r=Manishearth
    
    [rustdoc] Improve file list display
    
    Improve a bit the arrows to show a folder's file and the arrow to show/hide the left panel.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    f22c445 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#58143 - GuillaumeGomez:sort-elements-in-sid…

    …ebar, r=QuietMisdreavus
    
    Sort elements in the sidebar
    
    Fixes rust-lang#57448.
    
    Not sorting fields or variants though.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    2c9f1f5 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#58146 - GuillaumeGomez:dont-collapse-everyt…

    …hing, r=QuietMisdreavus
    
    Prevent automatic collapse of methods impl blocks
    
    Fixes rust-lang#57582.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    064b787 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#58150 - GuillaumeGomez:dont-apply-impl-coll…

    …apse-rules-to-trait-impls, r=Manishearth
    
    Don't apply impl block collapse rules to trait impls
    
    Fixes rust-lang#58147.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    da8da5e View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#58185 - GuillaumeGomez:images-url, r=SimonS…

    …apin
    
    Remove images' url to make it work even without internet connection
    
    Needed for local std docs mainly.
    
    cc @SimonSapin
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    761caa2 View commit details
    Browse the repository at this point in the history