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

Merged
merged 15 commits into from
Jun 25, 2016
Merged

Rollup of 8 pull requests #34464

merged 15 commits into from
Jun 25, 2016

Commits on Jun 22, 2016

  1. Fix typo in bootstrap README

    "boostrap" instead of "bootstrap"
    Vogtinator authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    03f9dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb17527 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Improve diagnostics E0425: use (public) items

    E0425: unresolved name
    liigo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    2d7bac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5215acc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Renames "lets_do_this" macro more appropriately.

    The macro gets used to create a mapping of identifiers to names and their
    associated functions. Since it creates a table of language items, let's rename
    it in a similar manner to how vec! creates a vec.
    pyjarrett committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    0187aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e848be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ef890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9b75e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. Rollup merge of rust-lang#34379 - liigo:patch-11, r=GuillaumeGomez

    Improve diagnostics E0425: `use` (public) name
    
    E0425: unresolved name
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    865a328 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34411 - Vogtinator:patch-1, r=sanxiyn

    Fix typo in bootstrap README
    
    "boostrap" instead of "bootstrap"
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    1f7a71b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#34414 - alfiedotwtf:patch-1, r=steveklabnik

    Switched tense to clarify what is happening in the example
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    1ac83cf View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#34435 - sanxiyn:typo, r=apasel422

    Fix typo in future incompatible lint
    
    Found in release triage.
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    bb12a53 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#34438 - frewsxcv:joinhandle, r=GuillaumeGomez

    Indicate how the `JoinHandle` struct is created.
    
    None
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    80b352c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#34445 - pyjarrett:lang_item_table_macro_ren…

    …ame, r=jseyfried
    
    Renames "lets_do_this" macro more appropriately.
    
    The macro gets used to create a mapping of identifiers to names and their
    associated functions. Since it creates a table of language items, let's rename
    it in a similar manner to how vec! creates a vec.
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    c6856d9 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#34449 - regexident:ast_docs, r=steveklabnik

    Improve `syntax::ast::*` type docs (examples, etc)
    
    An attempt at making the public types in `syntax::ast` a bit more approachable.
    
    [#rust-doc-days](https://facility9.com/2016/06/announcing-rust-doc-days/)
    Manishearth committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    77b6a64 View commit details
    Browse the repository at this point in the history