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 7 pull requests #80153

Closed
wants to merge 14 commits into from
Closed

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    46e9212 View commit details
    Browse the repository at this point in the history
  2. fix memory leak in test

    beepster4096 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    01f36c5 View commit details
    Browse the repository at this point in the history
  3. docs: Edit rustc_span::symbol::Symbol method

    Edit wording of the doc comment for rustc_span::symbol::Symbol::can_be_raw
    to match related methods.
    pierwill authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    54cce72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f1787 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    605c978 View commit details
    Browse the repository at this point in the history
  2. Edit formatting in Rust Prelude docs

    Use consistent punctuation and capitalization in the list
    of things re-exported in the prelude.
    
    Also adds a (possibly missing) word.
    pierwill committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ea338f5 View commit details
    Browse the repository at this point in the history
  3. Add missing punctuation to std::alloc docs

    Add a period to first line of module docs to match other modules in std.
    pierwill authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9cb43bd View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#80121 - LeSeulArtichaut:if-let-experimental…

    …, r=davidtwco
    
    Change the message for `if_let_guard` feature gate
    
    `if-let` guards are now implemented by rust-lang#79051 🎉
    Thanks `@camelid` for pointing this out 🙂
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    32123a3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#80123 - DrMeepster:maybe_uninit_write_slice…

    …, r=RalfJung
    
    Fix memory leak in test "mem::uninit_write_slice_cloned_no_drop"
    
    This fixes rust-lang#80116. I replaced the `Rc` based method I was using with a type that panics when dropped.
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    4a8f870 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#80130 - pierwill:patch-7, r=oli-obk

    docs: Edit rustc_span::symbol::Symbol method
    
    Edit wording of the doc comment for [rustc_span::symbol::Symbol::can_be_raw](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/symbol/struct.Symbol.html#method.can_be_raw) to match related methods.
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    40eb8ad View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#80135 - camelid:const-macro-nt, r=petrochenkov

    Don't allow `const` to begin a nonterminal
    
    Fixes rust-lang#79908.
    
    Thanks to Vadim Petrochenkov who [told me what the fix was][z]!
    
    [z]: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/finding.20which.20macro.20rule.20to.20use/near/220240422
    
    r? `@petrochenkov`
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    bd40604 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#80145 - pierwill:patch-8, r=lcnr

    Fix typo in rustc_typeck docs
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b31ab8f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#80146 - pierwill:pierwill-prelude-mod-docs,…

    … r=lcnr
    
    Edit formatting in Rust Prelude docs
    
    Use consistent punctuation and capitalization in the list of things re-exported in the prelude.
    
    Also adds a (possibly missing) word.
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a4f3508 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#80147 - pierwill:patch-9, r=lcnr

    Add missing punctuation to std::alloc docs
    
    Add a period to first line of module docs to match other modules in std.
    RalfJung authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    3c6140c View commit details
    Browse the repository at this point in the history