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

Closed
wants to merge 23 commits into from
Closed

Rollup of 8 pull requests #77544

wants to merge 23 commits into from

Commits on Sep 29, 2020

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

Commits on Oct 1, 2020

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

Commits on Oct 2, 2020

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

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    0e68e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c836e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e18017 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3950a6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec2474 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Update to chalk 0.31. Implement some unimplemented. Ignore some tests…

    … in compare mode chalk don't finish.
    jackh726 committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    3d17eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3641a37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4585c22 View commit details
    Browse the repository at this point in the history
  4. rewrite old test so that its attributes are consistent with what we w…

    …ant in the language.
    
    (Note that the fact this test existed is a slight sign that we may need a crater
    run on this bugfix...)
    pnkfelix authored and Mark-Simulacrum committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    b4e77d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9601724 View commit details
    Browse the repository at this point in the history
  6. Inline "eof" methods

    tamird committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    f78a7ad View commit details
    Browse the repository at this point in the history
  7. Prevent forbid from being ignored if overriden at the same level.

    That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
    forbidding foo.
    pnkfelix authored and Mark-Simulacrum committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    afa2a67 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matt…

    …hewjasper
    
    Add check for doc alias attribute at crate level
    
    Fixes #76298, #64734, #69365.
    
    r? @ollie27
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    61fbf53 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of #77219 - mightyiam:issue_77100, r=jyn514

    core::global_allocator docs link to std::alloc::GlobalAlloc
    
    Closes #77100
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    4268859 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of #77395 - ssomers:btree_love_the_leaf_edge_comments, r…

    …=Mark-Simulacrum
    
    BTreeMap: admit the existence of leaf edges in comments
    
    The btree code is ambiguous about leaf edges (i.e., edges within leaf nodes). Iteration relies on them heavily, but some of the comments suggest there are no leaf edges (extracted from #77025)
    
    r? @Mark-Simulacrum
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    9434988 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of #77426 - tamird:sockaddr-scope-id, r=dtolnay

    Include scope id in SocketAddrV6::Display
    
    r? @tmandry
    
    I couldn't find any unit tests for these functions.
    
    cc @ghanan94 @brunowonka
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    1c397b9 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of #77471 - ssomers:btree_cleanup_3, r=Mark-Simulacrum

    BTreeMap: refactoring around edges, missed spots
    
    Tweaks from #77244 (and more) that are really inconsistencies in #77005.
    
    r? @Mark-Simulacrum
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    ba5d93d View commit details
    Browse the repository at this point in the history
  13. Rollup merge of #77515 - jackh726:chalk-0.31, r=matthewjasper

    Update to chalk 0.31
    
    Gonna assign @nikomatsakis to the review here, but since he is pretty busy recently, if anyone else wants to review this, that would be much appreciated.
    
    r? @nikomatsakis
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    ce5455e View commit details
    Browse the repository at this point in the history
  14. Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnay

    Avoid unchecked casts in net parser
    
    Once this and #77426 are in, I'll send another PR adding scope id parsing.
    
    r? @dtolnay
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    bdd34bc View commit details
    Browse the repository at this point in the history
  15. Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-overrid…

    …e-forbid-in-same-scope, r=petrochenkov
    
    Disallow overriding forbid in same scope
    
    Rebased #73379.
    
    Fixes #70819.
    jonas-schievink committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    04fcbc7 View commit details
    Browse the repository at this point in the history