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 5 pull requests #53717

Merged
merged 13 commits into from
Aug 26, 2018
Merged

Rollup of 5 pull requests #53717

merged 13 commits into from
Aug 26, 2018

Commits on Aug 3, 2018

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

Commits on Aug 16, 2018

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

Commits on Aug 20, 2018

  1. comment

    RalfJung committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    ffbb407 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    917cdd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f441a0 View commit details
    Browse the repository at this point in the history
  3. Add struct keyword doc

    GuillaumeGomez committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    61fc7f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Expand a collapsed element on onclick

    Doing the expansion on onhashchange seems too late.
    
    Fixes rust-lang#48726
    kzys committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    2c61f3c View commit details
    Browse the repository at this point in the history
  2. rustdoc: Fix gap on section anchor symbol when hovering.

    Fixes rust-lang#49485 for section headings.
    ehuss committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    1c888d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Rollup merge of rust-lang#53043 - GuillaumeGomez:improve-unstable-msg…

    …-display, r=QuietMisdreavus
    
    Improve unstable message display
    
    Fixes rust-lang#51387.
    Reopening of rust-lang#51563.
    
    New display:
    
    <img width="1440" alt="screen shot 2018-08-04 at 00 01 39" src="https://user-images.githubusercontent.com/3050060/43667793-dc14f708-9779-11e8-9808-f3ff126fc213.png">
    
    r? @QuietMisdreavus
    GuillaumeGomez committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    49944ae View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#53428 - RalfJung:libtest-terse, r=KodrAus

    libtest terse format: show how far in we are
    
    So for example `./x.py test src/libcore` looks like
    ```
    running 881 tests
    .................................................................................................... 100/881
    .................................................................................................... 200/881
    .................................................................................................... 300/881
    .............................................................i.i.................................... 400/881
    .................................................................................................... 500/881
    .................................................................................................... 600/881
    .................................................................................................... 700/881
    .................................................................................................... 800/881
    .................................................................................
    test result: ok. 879 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out
    ```
    When I am waiting for 3500 ui tests to complete, I am often missing some sense of how far in these 3500 it is.
    
    Getting the total count in `write_run_start` is a bit hacky; I did that to not change the "public interface" of the formatters. I can also give them an extra argument in their constructor so that they know from the beginning how many tests there will be. Would you prefer that? (I think I would, but I wanted to get feedback first.)
    GuillaumeGomez committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    e166e61 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#53626 - kzys:hashchange, r=GuillaumeGomez

    Automatically expand a section even after page load
    
    Fixes rust-lang#52774
    GuillaumeGomez committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    9c20f06 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#53651 - GuillaumeGomez:struct-keyword, r=Qu…

    …ietMisdreavus
    
    Add struct keyword doc
    
    Slowly, one keyword at a time.
    
    r? @QuietMisdreavus
    GuillaumeGomez committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    91755d1 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#53706 - ehuss:rustdoc-section-anchor, r=Gui…

    …llaumeGomez
    
    rustdoc: Fix gap on section anchor symbol when hovering.
    
    Fixes rust-lang#49485 for section headings.
    GuillaumeGomez committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    f9eef71 View commit details
    Browse the repository at this point in the history