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

Merged
merged 10 commits into from
Sep 9, 2019
Merged

Rollup of 5 pull requests #64313

merged 10 commits into from
Sep 9, 2019

Commits on Sep 4, 2019

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

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    4c62950 View commit details
    Browse the repository at this point in the history
  2. Resolve attributes in several places

    Arm, Field, FieldPat, GenericParam, Param, StructField and Variant
    c410-f3r committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    63a5f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b117bd7 View commit details
    Browse the repository at this point in the history
  4. Unify escape usage

    GuillaumeGomez committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    0d34fe4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#63468 - c410-f3r:attrs, r=petrochenkov

    Resolve attributes in several places
    
    Resolve attributes for Arm, Field, FieldPat, GenericParam, Param, StructField and Variant.
    
    This PR is based on @petrochenkov work located at petrochenkov@83fdb8d.
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    457a23f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#64121 - timvermeulen:iter_step_by_internal,…

    … r=scottmcm
    
    Override `StepBy::{try_fold, try_rfold}`
    
    Previous PR: rust-lang#51435
    
    The previous PR was closed in favor of rust-lang#51601, which was later reverted. I don't think these implementations will make it harder to specialize `StepBy<Range<_>>` later, so we should be able to land this without any consequences.
    
    This should fix rust-lang#57517 – in my benchmarks `iter` and `iter.step_by(1)` now perform equally well, provided internal iteration is used.
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7e98ec5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#64278 - guanqun:check-git, r=Mark-Simulacrum

    check git in bootstrap.py
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    1769a42 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#64306 - lukas-code:patch-1, r=jonas-schievink

    Fix typo in config.toml.example
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    063740f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#64312 - GuillaumeGomez:rustdoc-better-esc-h…

    …andling, r=Mark-Simulacrum
    
    Unify escape usage
    
    Fixes rust-lang#63443.
    
    I chose to keep the search text when pressing escape so when we focus on the search bar, we got the results again without needing to load them again. I also unified a bit a few things (maybe I should have done it in another commit, sorry...).
    
    r? @Mark-Simulacrum
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f7ee130 View commit details
    Browse the repository at this point in the history