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 8 pull requests #42233

Closed
wants to merge 19 commits into from
Closed

Rollup of 8 pull requests #42233

wants to merge 19 commits into from

Commits on May 23, 2017

  1. Give step_trait a distinct tracking issue from step_by

    iterator_step_by has decoupled their futures, so the tracking issue should split.
    scottmcm committed May 23, 2017
    Configuration menu
    Copy the full SHA
    794e572 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    94b074f View commit details
    Browse the repository at this point in the history
  2. Fix 'associate type' typo

    Charlie Somerville committed May 25, 2017
    Configuration menu
    Copy the full SHA
    8019430 View commit details
    Browse the repository at this point in the history
  3. Remove stray lockfile

    brson committed May 25, 2017
    Configuration menu
    Copy the full SHA
    435e1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0530339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b151ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04ac7c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ee9abc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. regression test for rust-lang#37665

    regression test for rust-lang#37550
    venkatagiri committed May 26, 2017
    Configuration menu
    Copy the full SHA
    95436c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2160b4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf1dc4 View commit details
    Browse the repository at this point in the history
  4. doc rewording

    king6cong committed May 26, 2017
    Configuration menu
    Copy the full SHA
    e66388d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#42169 - scottmcm:new-step-trait-issue, r=al…

    …excrichton
    
    Give step_trait a distinct tracking issue from step_by
    
    iterator_step_by has decoupled their futures, so the tracking issue should split.
    
    Old issue: rust-lang#27741
    New issue: rust-lang#42168
    
    r? @alexcrichton (another follow-up to closed PR rust-lang#42110 (comment))
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    592ef49 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#42215 - callahad:remove-superfluous-semis, …

    …r=Mark-Simulacrum
    
    Remove superfluous `;;` sequences
    
    Ran across a doubled `;;` in the docstring for `str::split`. Grep found a few more. :)
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    e892ffb View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#42216 - charliesome:associate-type-typo, r=…

    …petrochenkov
    
    Fix 'associate type' typo
    
    I came across an error message mentioning an 'associate type'.
    
    Since this is the only instance of this term in rustc (it's 'associated type' everywhere else), I think this might be a typo.
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    91f75b7 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#42224 - brson:lockfile, r=nikomatsakis

    Remove stray lockfile
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    af4ec62 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#42230 - venkatagiri:ice_regression_tests, r…

    …=Mark-Simulacrum
    
    regression tests for ICEs
    
    closes rust-lang#36379
    closes rust-lang#37550
    closes rust-lang#37665
    closes rust-lang#38160
    closes rust-lang#38954
    closes rust-lang#39362
    
    r? @Mark-Simulacrum
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    076a422 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#42236 - citizen428:docs/unchecked-indexing-…

    …slicing, r=GuillaumeGomez
    
    Update documentation for indexing/slicing methods
    
    See rust-lang#39911
    
    r? @steveklabnik
    frewsxcv committed May 26, 2017
    Configuration menu
    Copy the full SHA
    1a35f2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30b0326 View commit details
    Browse the repository at this point in the history