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

Merged
merged 20 commits into from
Aug 31, 2019
Merged

Rollup of 7 pull requests #64026

merged 20 commits into from
Aug 31, 2019

Commits on Aug 6, 2019

  1. Match the loop examples

    dns2utf8 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ae1e7ca View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

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

Commits on Aug 25, 2019

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

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    0e74246 View commit details
    Browse the repository at this point in the history
  2. Merge oli-obk mail addresses

    oli-obk committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    c6e7f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    0f3e596 View commit details
    Browse the repository at this point in the history
  2. better variable names

    RalfJung committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    235ee34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d75723e View commit details
    Browse the repository at this point in the history
  4. make unions repr(C)

    RalfJung committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    38f6b96 View commit details
    Browse the repository at this point in the history
  5. tweak const-valid test

    RalfJung committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    cf57409 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7fed14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d86163 View commit details
    Browse the repository at this point in the history
  8. add test

    RalfJung committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    bb34749 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62957 - dns2utf8:doc_loop_keyword, r=Guilla…

    …umeGomez
    
    Match the loop examples
    
    The idea is to show the usefulness of the expression side by side.
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    c96a677 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#63600 - rust-lang:oli-obk-patch-1, r=Mark-S…

    …imulacrum
    
    Merge oli-obk mail addresses
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    f6e43e8 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#63684 - GrayJack:const_list_new, r=Centril

    Constify LinkedList new function
    
    Change the `LinkedList::new()` function to become a const fn, allowing the use in constant context.
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b76a558 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#63847 - GuillaumeGomez:system-theme-detecti…

    …on, r=kinnison
    
    [rustdoc] Fix system theme detection
    
    Fixes rust-lang#63830
    
    The problem is that it returns the property "entirely" (so with the quotes in our case). Removing them fixes the issue.
    
    cc @fenhl
    
    r? @kinnison
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    5f07ff7 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#63999 - GuillaumeGomez:as-ref-missing-links…

    …, r=Mark-Simulacrum
    
    Add missing links on AsRef trait
    
    cc @rust-lang/docs
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    ac71a7f View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#64014 - RalfJung:miri-slice, r=oli-obk

     miri: detect too large dynamically sized objects
    
    Needed to make rust-lang/miri#929 pass.
    
    r? @oli-obk
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1dc8b23 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#64015 - RalfJung:const-tests, r=oli-obk

    some const-eval test tweaks
    
    Best reviewed commit-by-commit.
    
    r? @oli-obk
    Centril authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d997596 View commit details
    Browse the repository at this point in the history