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 #60410

Closed
wants to merge 13 commits into from
Closed

Commits on Apr 28, 2019

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

Commits on Apr 29, 2019

  1. Revert "Update Source Code Pro fonts to version 2.030"

    This reverts commit 6bafc58.
    Manishearth committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    7aab005 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    3c00dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4945594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da46eea View commit details
    Browse the repository at this point in the history
  4. Fix tests

    JohnTitor committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    bb3549f View commit details
    Browse the repository at this point in the history
  5. Use multispan

    JohnTitor committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    f56d285 View commit details
    Browse the repository at this point in the history
  6. Fix spans

    JohnTitor committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    db7f265 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#60354 - Centril:cleanup-declare-features-ac…

    …cepted, r=oli-obk
    
    Cleanup declare_features! for 'accepted' with a uniform style + sort them
    
    r? @oli-obk
    
    cc rust-lang#60362
    cc rust-lang#60361
    Centril authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    0118c43 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#60362 - Centril:cleanup-declare-features-ac…

    …tive, r=oli-obk
    
    Cleanup 'active' declare_features! with uniform style + sorting.
    
    r? @oli-obk
    
    (added the FIXME you wanted)
    cc rust-lang#60354
    cc rust-lang#60361
    Centril authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    54fd023 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#60382 - Manishearth:revert-code-font, r=Gui…

    …llaumeGomez
    
    Revert "Update Source Code Pro fonts to version 2.030"
    
    Temporary fix for rust-lang#60365
    
    rust-lang#60146 updated all fonts (not just the fonts that were buggy), however it looks like the new Source Code Pro is buggy.
    
    We should test this out of tree: `cargo doc` on anything, replace the font in `target/doc`, and use `python -m SimpleHTTPServer` to see what's going on.
    
    Till we figure that out, I'll just back this out.
    
    r? @GuillaumeGomez
    
    This reverts commit 6bafc58.
    Centril authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    ebb6561 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…

    …ewjasper
    
    Remove functions to simplify handling of feature(bind_by_move_pattern_guards)
    
    Fixes rust-lang#59192
    
    r? @matthewjasper
    Centril authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    d11b871 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#60409 - JohnTitor:error-for-existential-typ…

    …e, r=oli-obk
    
    Require a trait in the bounds of existential types
    
    Fixes rust-lang#53090
    
    r? @oli-obk
    Centril authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    eccb332 View commit details
    Browse the repository at this point in the history