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

Merged
merged 19 commits into from
Oct 5, 2017
Merged

Rollup of 9 pull requests #45046

merged 19 commits into from
Oct 5, 2017

Commits on Sep 29, 2017

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

Commits on Oct 1, 2017

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

Commits on Oct 2, 2017

  1. fix ItemKind::DefaultImpl doc comment

    Upgrade comment to doc comment.
    durka authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    5517a1c View commit details
    Browse the repository at this point in the history
  2. fix comment on DefaultImpl

    durka authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    fc5e8dc View commit details
    Browse the repository at this point in the history
  3. update books for next release

    Also fixes some stdlib links to the reference which have changed.
    steveklabnik committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    851b6d4 View commit details
    Browse the repository at this point in the history
  4. Remove assertion that the argument to every EndRegion correspond to

    some dataflow-tracked borrow-data entry.
    
    Fix rust-lang#44828
    
    (The comment thread on the aforementioned issue discusses why its best
    to just remove this assertion.)
    pnkfelix committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    17f6b68 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

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

Commits on Oct 4, 2017

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

Commits on Oct 5, 2017

  1. Rollup merge of rust-lang#44664 - budziq:contributing_external, r=ste…

    …veklabnik
    
    Corrected the CONTRIBUTING.md "External Dependencies" section
    
    The "External Dependencies" section is a little outdated.
    Please see following comments rust-lang#44567 (comment) rust-lang#44567 (comment) for rationale.
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    b34ade0 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#44935 - vitiral:dependencies, r=steveklabnik

    Add links to headers in README and CONTRIBUTING
    
    this also adds dependencies to CONTRIBUTING
    
    I'm just getting started building the rust compiler and noticed this information/ability was missing.
    
    It was also missing the gdb dependency for running tests. I pulled the information out of `appveyor.yml` and recommended later than 7.1 because that is what [apt ships](https://packages.ubuntu.com/search?suite=trusty&keywords=gdb). Feel free to tell me something different!
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    3a037f1 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#44972 - durka:patch-44, r=arielb1

    fix ItemKind::DefaultImpl doc comment
    
    Upgrade comment to doc comment.
    
    ...Is this actually used? If so, why does the `Impl` variant right below have a `Defaultness`?
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    b380254 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#44980 - steveklabnik:update-books, r=estebank

    update books for next release
    
    Also fixes some stdlib links to the reference which have changed.
    
    First step in https://forge.rust-lang.org/release-process.html, doing it a few days early 😄
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    14d8055 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#44987 - pnkfelix:mir-borrowck-fix-borrowind…

    …exes-ice, r=arielb1
    
    `EndRegion` do not always correspond to borrow-data entries
    
    Remove assertion that the argument to every `EndRegion` correspond to some dataflow-tracked borrow-data entry.
    
    Fix rust-lang#44828
    
    (The comment thread on the aforementioned issue discusses why its best to just remove this assertion.)
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    9a43c28 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#44997 - SuriyaaKudoIsc:patch-1, r=steveklabnik

    Use HTTPS protocol for "chat.mibbit.com"
    
    I changed the `http://` protocol to `https://` for the `chat.mibbit.com` website. 📝
    
    --[**Suriyaa**](https://mozillians.org/de/u/suriyaakudo/) 🦊
    
    (*PS: Is somebody interested to vouch me at https://mozillians.org/de/u/suriyaakudo/?*)
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    856a12d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#45006 - MaikKlein:patch-2, r=nikomatsakis

    Typo in `librustc/README.md`
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    71fba53 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#45017 - GuillaumeGomez:mutex-links, r=estebank

    Add missing urls for Mutex
    
    r? @rust-lang/docs
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    8249004 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#45024 - QuietMisdreavus:doc-masked-issue-nu…

    …m, r=pnkfelix
    
    add the issue number to doc_masked's feature gate
    
    Whoops, missed this in the original `#[doc(masked)]` PR.
    kennytm authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    5440733 View commit details
    Browse the repository at this point in the history