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 9 pull requests #74151

Closed
wants to merge 25 commits into from

Commits on Jul 3, 2020

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

Commits on Jul 6, 2020

  1. Use relative path for local links to primitives in libcore

    Else, links to `char::foo` would point into `/path/to/src/libcore/std/primitive.char.html#method.foo`.
    
    Split out from rust-lang#73804.
    sethp committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    81fbfc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3a0f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Two new rustdoc tests for intra links

    They both produce less-than-desirable output (links going to docs.rust-lang.org), but I haven't figured out yet how to assert about them properly.
    sethp committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    33a5d00 View commit details
    Browse the repository at this point in the history
  2. build extern docs as well

    sethp committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    165aecb View commit details
    Browse the repository at this point in the history
  3. Assert current behavior for links

    For the two of these tests that have a local `char` to link to, this behavior isn't what's expected, but is what's happening presently.
    sethp committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    865b930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56fb717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f258d98 View commit details
    Browse the repository at this point in the history
  6. Update books

    ehuss committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b50c13c View commit details
    Browse the repository at this point in the history
  7. Revert "Add guard to check for local core crate"

    This reverts commit ee3a0f8.
    sethp committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8d267db View commit details
    Browse the repository at this point in the history
  8. Update rust-installer to latest version

    This pulls in a fix for the install script on some tr(1) implementations,
    as well as an update to use `anyhow` instead of `failure` for error
    handling.
    michaelforney committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    32025fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd07774 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Liballoc use vec instead of vector

    Keep congruency with other parts, full word vector is rarely used.
    pickfire authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7bc85e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0965443 View commit details
    Browse the repository at this point in the history
  3. update miri

    RalfJung committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    512f9e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9366458 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#73989 - RalfJung:ub-enum-test, r=oli-obk

    adjust ub-enum test to be endianess-independent
    
    @cuviper noted that our test fails on "other" endianess systems (I never know which is which^^), so let's fix that.
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f4fcb60 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#74077 - sethp:docs/fix-intra-doc-primitive-…

    …link, r=jyn514
    
    Use relative path for local links to primitives
    
    Else, links to `char::foo` would point into `/path/to/src/libcore/std/primitive.char.html#method.foo`.
    
    Split out from rust-lang#73804.
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b3ab41d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#74131 - ollie27:rustdoc_invalid_codeblock_a…

    …ttributes_name, r=GuillaumeGomez
    
    rustdoc: Rename invalid_codeblock_attribute lint to be plural
    
    Lint names should be plural as per the lint naming conventions: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints
    
    r? @GuillaumeGomez
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5b60bbe View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#74135 - ehuss:update-books, r=ehuss

    Update books
    
    ## book
    
    3 commits in 4e7c00bece1544d409312ec93467beb62b5bd0cb..84a31397b34f9d405df44f2899ff17a4828dba18
    2020-06-19 09:39:12 -0400 to 2020-07-04 10:50:18 -0500
    - Update Windows install instructions (rust-lang/book#2389)
    - Update ch01-02-hello-world.md (rust-lang/book#2386)
    - bump mdbook version in github action (rust-lang/book#2380)
    
    ## reference
    
    2 commits in 04d5d5d7ba624b6f5016298451f3a63d557f3260..0ea7bc494f1289234d8800bb9185021e0ad946f0
    2020-06-16 15:08:05 -0700 to 2020-07-02 15:33:04 -0700
    - Fix mis-capitalization of type name. (rust-lang/reference#844)
    - Fix name of trait for array indexing. (rust-lang/reference#840)
    
    ## embedded-book
    
    1 commits in 616962ad0dd80f34d8b802da038d0aed9dd691bb..94d9ea8460bcbbbfef1877b47cb930260b5849a7
    2020-06-23 16:03:45 +0000 to 2020-07-05 14:17:40 +0000
    - Note on transformation of static variables by attribute exception  (rust-embedded/book#251)
    
    ## rust-by-example
    
    1 commits in 6f94ccb48da6fa4ed0031290f21411cf789f7d5e..229c6945a26a53a751ffa4f9cb418388c00029d3
    2020-06-20 17:51:30 -0300 to 2020-07-06 10:13:15 -0300
    - Modify comments (rust-lang/rust-by-example#1359)
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3ee0f3f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#74136 - JohnTitor:index-page-link, r=Guilla…

    …umeGomez
    
    Fix broken link in rustdocdoc
    
    The previous link redirects to https://www.rust-lang.org/learn.
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4057300 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#74142 - pickfire:patch-1, r=dtolnay

    Liballoc use vec instead of vector
    
    Keep congruency with other parts, full word vector is rarely used.
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    bed5f7d View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#74143 - pickfire:patch-2, r=jonas-schievink

    Try remove unneeded ToString import in liballoc slice
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    32a29e1 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#74145 - michaelforney:rust-installer, r=Mar…

    …k-Simulacrum
    
    Update rust-installer to latest version
    
    This pulls in a fix for the install script on some tr(1) implementations,
    as well as an update to use `anyhow` instead of `failure` for error
    handling.
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    38e67bd View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#74146 - RalfJung:miri, r=RalfJung

    update miri
    
    Fixes rust-lang#74132
    Cc @rust-lang/miri r? @ghost
    Manishearth authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ef081d1 View commit details
    Browse the repository at this point in the history