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 6 pull requests #67440

Merged
merged 13 commits into from
Dec 20, 2019
Merged

Commits on Dec 12, 2019

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

Commits on Dec 15, 2019

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

Commits on Dec 18, 2019

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

Commits on Dec 19, 2019

  1. Set release channel on non-dist builders

    Toolstate publication only runs if the channel is "nightly" and
    previously the toolstate builders did not know that the channel was
    nightly (since they are not dist builders).
    
    A look through bootstrap seems to indicate that nothing should directly
    depend on the channel being set to `-dev` on the test builders, though
    this may cause some problems with UI tests (if for some reason they're
    dumping the channel into stderr), but we cannot find evidence of such so
    hopefully this is fine.
    Mark-Simulacrum committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cbd1e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc02bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df93bab View commit details
    Browse the repository at this point in the history
  4. Fix toolstate history format

    We were inserting *before* the existing newline, so we should prepend it
    not append it to our inserted string.
    Mark-Simulacrum committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1787b2b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67253 - elichai:2019-12-fmt, r=Dylan-DPC

    Add more delegations to the fmt docs and add doctests
    
    HI,
    this is a continuation to rust-lang#67021
    I replaced the `Debug` example with one that use the `Debug*` helpers so that padding etc will work too.
    I also added asserts for the doctests as @RalfJung asked :)
    
    The only thing I left with the `write!` macro is the `Display` example as I didn't know if there's a better way to do that.
    
    r? @QuietMisdreavus
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    939beb5 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67281 - llogiq:nonoverlapping-insert, r=ale…

    …xcrichton
    
    add string.insert benchmarks
    
    This adds benchmarks for `String::insert` and `String::insert_str`
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9d1baaf View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67351 - Mark-Simulacrum:always-channel, r=p…

    …ietroalbini
    
    Set release channel on non-dist builders
    
    Toolstate publication only runs if the channel is "nightly" and
    previously the toolstate builders did not know that the channel was
    nightly (since they are not dist builders).
    
    A look through bootstrap seems to indicate that nothing should directly
    depend on the channel being set to `-dev` on the test builders, though
    this may cause some problems with UI tests (if for some reason they're
    dumping the channel into stderr), but we cannot find evidence of such so
    hopefully this is fine.
    
    r? @pietroalbini
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    380afc1 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#67421 - LeSeulArtichaut:patch-1, r=Centril

    Fix internal documentation typo
    
    r? @Centril
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ac80d59 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#67432 - Mark-Simulacrum:fix-toolstate, r=Ce…

    …ntril
    
    Fix toolstate history format
    
    We were inserting *before* the existing newline, so we should prepend it
    not append it to our inserted string.
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    8f20e67 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#67436 - NieDzejkob:todo-stabilization-fix, …

    …r=alexcrichton
    
    Correct the todo! stabilization version
    
    None
    Mark-Simulacrum authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    5f64777 View commit details
    Browse the repository at this point in the history