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

Merged
merged 13 commits into from
May 3, 2021
Merged

Commits on May 2, 2021

  1. Add link to Issue rust-lang#34202 in udp docs

    Signed-off-by: wcampbell <wcampbell1995@gmail.com>
    wcampbell0x2a committed May 2, 2021
    Configuration menu
    Copy the full SHA
    e4250a0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    8db7973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f758eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2247d46 View commit details
    Browse the repository at this point in the history
  4. use full path for E0761

    hi-rustin committed May 3, 2021
    Configuration menu
    Copy the full SHA
    461f520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb9f168 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ed197b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#84835 - wcampbell0x2a:add-issue-34202-link,…

    … r=m-ou-se
    
    Add link to Issue rust-lang#34202 in udp docs
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    dd5fc8e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#84852 - mautamu:master, r=GuillaumeGomez

    Change librustdoc write!(.. \n) to writeln!(..); fix comment grammar
    
    Howdy,
    
    This PR does the following:
    1. Updates the grammar of a comment in librustdoc.
    2. Replaces a few write!(..\n) macros with writeln!(..\n) for clarity. (Please let me know if there is a reason why this might be wrong!)
    
    Best,
    Mautamu
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ed1646a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#84854 - hi-rustin:rustin-patch-E0761, r=varkor

    use double quotes and full path for E0761
    
    close rust-lang#84828
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    3777221 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#84856 - kornelski:enomem, r=JohnTitor

    Correct stability of ErrorKind::OutOfMemory
    
    Fix for rust-lang#84744
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    2604440 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#84858 - LingMan:patch-1, r=JohnTitor

    Fix stability attributes of byte-to-string specialization
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    55e21e8 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#84860 - badboy:link-to-mcp, r=GuillaumeGomez

    Link to MCP from target tier policy
    
    Promoting new targets requires filing a MCP. Probably good to link to the documentation what that even is.
    GuillaumeGomez committed May 3, 2021
    Configuration menu
    Copy the full SHA
    2d789b6 View commit details
    Browse the repository at this point in the history