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

Merged
merged 15 commits into from
May 21, 2016
Merged

Rollup of 6 pull requests #33758

merged 15 commits into from
May 21, 2016

Commits on May 17, 2016

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

Commits on May 18, 2016

  1. Fix code suggestion in test

    sanxiyn committed May 18, 2016
    Configuration menu
    Copy the full SHA
    bc4c67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdbf015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf1773 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    94f0918 View commit details
    Browse the repository at this point in the history
  2. Reword the short diagnostic for E0509

    Saying that a type *implements* a trait is much more idiomatic than saying it *defines* the trait.
    Robin Kruppe committed May 19, 2016
    Configuration menu
    Copy the full SHA
    e575d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93fb14f View commit details
    Browse the repository at this point in the history
  4. Clarify wording in transmute example

    * Change "four eights" to "four u8s"
    * Change "a 32" to "a u32"
    postmodern committed May 19, 2016
    Configuration menu
    Copy the full SHA
    345626f View commit details
    Browse the repository at this point in the history
  5. Catch thread in example

     - Consume result of thread join()
     - Add link to threading model
    dns2utf8 committed May 19, 2016
    Configuration menu
    Copy the full SHA
    22615ad View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Rollup merge of rust-lang#33668 - dns2utf8:catch_thread, r=steveklabnik

    Catch thread in example
    
    Since this is an example, the code will be copied by many people and should be over correct.
    
    ?r @steveklabnik
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    fda3134 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#33676 - rkruppe:e0509-exact-words, r=sanxiyn

    Reword the short diagnostic for E0509
    
    Saying that a type *implements* a trait is much more idiomatic than saying it *defines* the trait.
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    f22c5aa View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#33683 - sanxiyn:paren-span, r=nikomatsakis

    Preserve span when lowering ExprKind::Paren
    
    Fix rust-lang#33681.
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    5dc8dfa View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#33734 - luqmana:33387-mir_fat_ptr_coerce, r…

    …=arielb1
    
    [MIR] Add PointerCast for Unsize casts of fat pointers.
    
    Fixes rust-lang#33387.
    
    r? @eddyb
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    4913e88 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#33739 - GuillaumeGomez:error-code-tests, r=…

    …Manishearth
    
    Add new error code tests
    
    r? @steveklabnik
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    c67dae8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#33745 - postmodern:patch-1, r=steveklabnik

    Clarify wording in `transmute` example
    
    * Change "four eights" to "four u8s"
    * Change "a 32" to "a u32"
    GuillaumeGomez committed May 20, 2016
    Configuration menu
    Copy the full SHA
    4a3ba87 View commit details
    Browse the repository at this point in the history