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 25 pull requests #35321

Closed
wants to merge 64 commits into from
Closed

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    e805cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad5f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    451683f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeb3af8 View commit details
    Browse the repository at this point in the history
  5. Fix grammar verification

     * Use make check-lexer to verify the grammar.
     * Extend grammar/README
     * Add make clean-grammar rule
     * Add target check-build-lexer-verifier to make tidy, so it will build the verifier with every build and catch future errors
    dns2utf8 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    76026d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

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

Commits on Jul 31, 2016

  1. Provide more explicit example of wildcard version in guessing game doc.

    Beginners may try to adapt the tutorial to develop their own code.
    When using different dependencies, they may use the wildcard for
    versioning.  Since they are new to the language, they will not know
    that the wildcard asterisk is a string, not a token.  Make the correct
    format more explicit, to remove one potential source of frustration.
    jongiddy committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    b77b9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e3ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7093d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e960021 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Merge guidelines from RFC 1567 into UX Guidelines.

    This is a partial fix for issue rust-lang#34808.
    
    Most of the wording was copied verbatim from the RFC. Main difference is that I moved the actual template to the top of the section.
    
    It also makes the error explanations the longest section in the guidelines doc for now.
    Havvy committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    cede35e View commit details
    Browse the repository at this point in the history
  2. Add Derive not possible question to Copy

    This adds a question and answer to the Q&A section of the Copy
    docs. Specifically, it asks the question I asked while reading
    the docs, and gives its answer.
    Havvy committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    157f7c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    57e3b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d8db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3081dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    727d929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fa9b8d View commit details
    Browse the repository at this point in the history
  6. Update the-stack-and-the-heap.md

    Was surprised to learn that heaps were used in this way, then realized upon reading [the linked paper](http://www.cs.cmu.edu/afs/cs/academic/class/15213-f98/doc/dsa.pdf) that it's a totally different type of heap—an important distinction.
    mLuby authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    d90c166 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Configuration menu
    Copy the full SHA
    3e46c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d603892 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b690c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc6f5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20721a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1607d5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c89e278 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Clean up std::raw docs

    There is no longer a `Repr` trait, so mentioning a missing impl of it
    was potentially confusing.
    apasel422 committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    33a4806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6131815 View commit details
    Browse the repository at this point in the history
  3. Tidying up some of the line spacing / code formatting for NOTE/ERROR …

    …annotation to match other files.
    leikahing committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    0e75684 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded0d51 View commit details
    Browse the repository at this point in the history
  5. Update E0079 to new format

    Yossi Konstantinovsky committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    7fc0b2f View commit details
    Browse the repository at this point in the history
  6. Update error message for E0172

    Roy Brunton committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    ee8d6b0 View commit details
    Browse the repository at this point in the history
  7. Update error message E0178

    Adam Medziński committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    08ff7a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eeda69f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    034e659 View commit details
    Browse the repository at this point in the history
  10. Updated E0071 to new format.

    The span underlines only the name of the thing that's not a struct rather
    than the whole expression.
    razielgn committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    7c58b26 View commit details
    Browse the repository at this point in the history
  11. E0110 update error format

    circuitfox committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    5430e55 View commit details
    Browse the repository at this point in the history
  12. Update error message E0120

    Vincent Prouillet committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    4492838 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0bdb17 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#34319 - zackmdavis:explain_slice_pattern_er…

    …rors, r=GuillaumeGomez
    
    extended information for slice pattern errors (E0527 through E0529)
    
    r? @GuillaumeGomez
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    f52bf09 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#34894 - Havvy:patch-2, r=steveklabnik

    Merge guidelines from RFC 1567 into UX Guidelines.
    
    This is a partial fix for issue rust-lang#34808.
    
    Most of the wording was copied verbatim from the RFC. Main difference is that I moved the actual template to the top of the section.
    
    It also makes the error explanations the longest section in the guidelines doc for now.
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    30e2581 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#34994 - dns2utf8:doc_grammar, r=steveklabnik

    Fix grammar verifcation
    
    I wanted to improve the [grammar-section](https://doc.rust-lang.org/grammar.html#items-and-attributes) but I can not build it.
    
    r? @steveklabnik @brson
    
    EDIT: I resolved some of the issues, removed the compiler output from the entry.
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    9d57bd0 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#35041 - frewsxcv:range-rangeargument, r=Gui…

    …llaumeGomez
    
    Add doc examples for `range::RangeArgument::{start,end}`.
    
    None
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    7f559d4 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#35042 - Havvy:copy_error_doc, r=GuillaumeGomez

    Add Derive not possible question to Copy
    
    This adds a question and answer to the Q&A section of the Copy
    docs. Specifically, it asks the question I asked while reading
    the docs, and gives its answer.
    
    cc @steveklabnik
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    f301a92 View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#35076 - GuillaumeGomez:file_type_docs, r=st…

    …eveklabnik
    
    Add doc examples for FileType struct
    
    Part of rust-lang#29356.
    
    r? @steveklabnik
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    3f87e78 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d6af812 View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#35137 - jongiddy:explicit-wildcard, r=steve…

    …klabnik
    
    Provide more explicit example of wildcard version in guessing game doc.
    
    Beginners may try to adapt the tutorial to develop their own code.
    When using different dependencies, they may use the wildcard for
    versioning.  Since they are new to the language, they will not know
    that the wildcard asterisk is a string, not a token.  Make the correct
    format more explicit, to remove one potential source of frustration.
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    ccf4fbf View commit details
    Browse the repository at this point in the history
  22. Rollup merge of rust-lang#35175 - frewsxcv:tcp, r=GuillaumeGomez

    A couple `std::net` doc improvements.
    
    None
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    707a291 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9ddde2c View commit details
    Browse the repository at this point in the history
  24. Rollup merge of rust-lang#35182 - frewsxcv:nulerror, r=steveklabnik

    Add doc example for `std::ffi::NulError::nul_position`.
    
    None
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    01562a1 View commit details
    Browse the repository at this point in the history
  25. Rollup merge of rust-lang#35189 - mLuby:patch-1, r=steveklabnik

    Update the-stack-and-the-heap.md
    
    Was surprised to learn that heaps were used in this way, then realized upon reading [the linked paper](http://www.cs.cmu.edu/afs/cs/academic/class/15213-f98/doc/dsa.pdf) that it's a totally different type of heap—an important distinction.
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    46f4682 View commit details
    Browse the repository at this point in the history
  26. Rollup merge of rust-lang#35239 - dns2utf8:doc_park_timeout, r=stevek…

    …labnik
    
    Doc `std::thread::park_timeout`
    
    r? @steveklabnik
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    540451f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1a0a919 View commit details
    Browse the repository at this point in the history
  28. Rollup merge of rust-lang#35266 - circuitfox:35247-E0109-update-error…

    …-format, r=jonathandturner
    
    E0109 Update error format
    
    Fixes rust-lang#35247 as part of rust-lang#35233.
    
    r? @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    36a1560 View commit details
    Browse the repository at this point in the history
  29. Rollup merge of rust-lang#35281 - apasel422:repr, r=steveklabnik

    Clean up `std::raw` docs
    
    There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing.
    
    r? @steveklabnik
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    361d9b4 View commit details
    Browse the repository at this point in the history
  30. Rollup merge of rust-lang#35285 - razielgn:updated-e0071-to-new-forma…

    …t, r=jonathandturner
    
    Updated E0071 to new format.
    
    Bonus: the span underlines only the name of the thing that's not a struct rather than the whole expression.
    
    Part of rust-lang#35233.
    Fixes rust-lang#35220.
    
    r? @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    e70b1ba View commit details
    Browse the repository at this point in the history
  31. Rollup merge of rust-lang#35289 - birryree:E0060_E0061_format_update,…

    … r=jonathandturner
    
    E0060 e0061 format update
    
    This fixes rust-lang#35215 and fixes rust-lang#35216 as part of rust-lang#35233
    
    A separate issue will be opened to track the bonus portion of the tickets as @jaredwy will be handling that part.
    
    ?r @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    7188c3e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fc24283 View commit details
    Browse the repository at this point in the history
  33. Rollup merge of rust-lang#35294 - Roybie:35272-E0172-update-error-for…

    …mat, r=jonathandturner
    
    Update error message for E0172
    
    Fixes rust-lang#35272 as part of rust-lang#35233.
    
    r? @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    423aa39 View commit details
    Browse the repository at this point in the history
  34. Rollup merge of rust-lang#35296 - medzin:master, r=jonathandturner

    Update error message E0178
    
    Fixes rust-lang#35273 as part of rust-lang#35233.
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    bf4d779 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ef18466 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3d9003d View commit details
    Browse the repository at this point in the history
  37. Rollup merge of rust-lang#35299 - circuitfox:E0110-update-error-forma…

    …t, r=jonathandturner
    
    E0110 update error format
    
    Fixes rust-lang#35248
    
    Part of rust-lang#35233
    
    r? @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    59a2293 View commit details
    Browse the repository at this point in the history
  38. Rollup merge of rust-lang#35318 - sciyoshi:update-e0124, r=jonathandt…

    …urner
    
    Update E0124 to the new error format
    
    Part of rust-lang#35233. This resolves rust-lang#35255.
    
    r? @jonathandturner
    steveklabnik authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    60c1910 View commit details
    Browse the repository at this point in the history