-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 25 pull requests #35321
Commits on Jul 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e805cb6 - Browse repository at this point
Copy the full SHA e805cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad5f6f - Browse repository at this point
Copy the full SHA aad5f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 451683f - Browse repository at this point
Copy the full SHA 451683fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb3af8 - Browse repository at this point
Copy the full SHA aeb3af8View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 76026d1 - Browse repository at this point
Copy the full SHA 76026d1View commit details
Commits on Jul 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2bed205 - Browse repository at this point
Copy the full SHA 2bed205View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda473f - Browse repository at this point
Copy the full SHA fda473fView commit details
Commits on Jul 31, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for b77b9b7 - Browse repository at this point
Copy the full SHA b77b9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e3ff4 - Browse repository at this point
Copy the full SHA 65e3ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7093d1d - Browse repository at this point
Copy the full SHA 7093d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e960021 - Browse repository at this point
Copy the full SHA e960021View commit details
Commits on Aug 1, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for cede35e - Browse repository at this point
Copy the full SHA cede35eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 157f7c1 - Browse repository at this point
Copy the full SHA 157f7c1View commit details
Commits on Aug 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 57e3b9e - Browse repository at this point
Copy the full SHA 57e3b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d8db1 - Browse repository at this point
Copy the full SHA f2d8db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3081dd8 - Browse repository at this point
Copy the full SHA 3081dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727d929 - Browse repository at this point
Copy the full SHA 727d929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa9b8d - Browse repository at this point
Copy the full SHA 1fa9b8dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d90c166 - Browse repository at this point
Copy the full SHA d90c166View commit details
Commits on Aug 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3e46c9d - Browse repository at this point
Copy the full SHA 3e46c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d603892 - Browse repository at this point
Copy the full SHA d603892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b690c9 - Browse repository at this point
Copy the full SHA 9b690c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc6f5a - Browse repository at this point
Copy the full SHA 4fc6f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20721a4 - Browse repository at this point
Copy the full SHA 20721a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1607d5b - Browse repository at this point
Copy the full SHA 1607d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c89e278 - Browse repository at this point
Copy the full SHA c89e278View commit details
Commits on Aug 4, 2016
-
There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing.
Configuration menu - View commit details
-
Copy full SHA for 33a4806 - Browse repository at this point
Copy the full SHA 33a4806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6131815 - Browse repository at this point
Copy the full SHA 6131815View commit details -
Tidying up some of the line spacing / code formatting for NOTE/ERROR …
…annotation to match other files.
Configuration menu - View commit details
-
Copy full SHA for 0e75684 - Browse repository at this point
Copy the full SHA 0e75684View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded0d51 - Browse repository at this point
Copy the full SHA ded0d51View commit details -
Yossi Konstantinovsky committed
Aug 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 7fc0b2f - Browse repository at this point
Copy the full SHA 7fc0b2fView commit details -
Update error message for E0172
Roy Brunton committedAug 4, 2016 Configuration menu - View commit details
-
Copy full SHA for ee8d6b0 - Browse repository at this point
Copy the full SHA ee8d6b0View commit details -
Adam Medziński committed
Aug 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 08ff7a8 - Browse repository at this point
Copy the full SHA 08ff7a8View commit details -
Set label for unreachable pattern
Part of rust-lang#35233 Fixes rust-lang#35190 r? @jonathandturner
Configuration menu - View commit details
-
Copy full SHA for eeda69f - Browse repository at this point
Copy the full SHA eeda69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 034e659 - Browse repository at this point
Copy the full SHA 034e659View commit details -
The span underlines only the name of the thing that's not a struct rather than the whole expression.
Configuration menu - View commit details
-
Copy full SHA for 7c58b26 - Browse repository at this point
Copy the full SHA 7c58b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5430e55 - Browse repository at this point
Copy the full SHA 5430e55View commit details -
Vincent Prouillet committed
Aug 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 4492838 - Browse repository at this point
Copy the full SHA 4492838View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bdb17 - Browse repository at this point
Copy the full SHA a0bdb17View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f52bf09 - Browse repository at this point
Copy the full SHA f52bf09View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 30e2581 - Browse repository at this point
Copy the full SHA 30e2581View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9d57bd0 - Browse repository at this point
Copy the full SHA 9d57bd0View commit details -
Rollup merge of rust-lang#35041 - frewsxcv:range-rangeargument, r=Gui…
…llaumeGomez Add doc examples for `range::RangeArgument::{start,end}`. None
Configuration menu - View commit details
-
Copy full SHA for 7f559d4 - Browse repository at this point
Copy the full SHA 7f559d4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f301a92 - Browse repository at this point
Copy the full SHA f301a92View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3f87e78 - Browse repository at this point
Copy the full SHA 3f87e78View commit details -
Rollup merge of rust-lang#35109 - GuillaumeGomez:io_docs, r=steveklabnik
Add io::Error doc examples Fixes rust-lang#29359. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for d6af812 - Browse repository at this point
Copy the full SHA d6af812View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ccf4fbf - Browse repository at this point
Copy the full SHA ccf4fbfView commit details -
Rollup merge of rust-lang#35175 - frewsxcv:tcp, r=GuillaumeGomez
A couple `std::net` doc improvements. None
Configuration menu - View commit details
-
Copy full SHA for 707a291 - Browse repository at this point
Copy the full SHA 707a291View commit details -
Rollup merge of rust-lang#35181 - GuillaumeGomez:vec_doc, r=steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 9ddde2c - Browse repository at this point
Copy the full SHA 9ddde2cView commit details -
Rollup merge of rust-lang#35182 - frewsxcv:nulerror, r=steveklabnik
Add doc example for `std::ffi::NulError::nul_position`. None
Configuration menu - View commit details
-
Copy full SHA for 01562a1 - Browse repository at this point
Copy the full SHA 01562a1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 46f4682 - Browse repository at this point
Copy the full SHA 46f4682View commit details -
Rollup merge of rust-lang#35239 - dns2utf8:doc_park_timeout, r=stevek…
…labnik Doc `std::thread::park_timeout` r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 540451f - Browse repository at this point
Copy the full SHA 540451fView commit details -
Rollup merge of rust-lang#35264 - GuillaumeGomez:E0132_update, r=jona…
…thandturner E0132 update Fixes rust-lang#35258. r? @jonathandturner
Configuration menu - View commit details
-
Copy full SHA for 1a0a919 - Browse repository at this point
Copy the full SHA 1a0a919View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 36a1560 - Browse repository at this point
Copy the full SHA 36a1560View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 361d9b4 - Browse repository at this point
Copy the full SHA 361d9b4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e70b1ba - Browse repository at this point
Copy the full SHA e70b1baView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7188c3e - Browse repository at this point
Copy the full SHA 7188c3eView commit details -
Rollup merge of rust-lang#35291 - yossi-k:master, r=jonathandturner
Update E0079 to new format Fixes rust-lang#35222. Part of rust-lang#35233. r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for fc24283 - Browse repository at this point
Copy the full SHA fc24283View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 423aa39 - Browse repository at this point
Copy the full SHA 423aa39View commit details -
Rollup merge of rust-lang#35296 - medzin:master, r=jonathandturner
Update error message E0178 Fixes rust-lang#35273 as part of rust-lang#35233.
Configuration menu - View commit details
-
Copy full SHA for bf4d779 - Browse repository at this point
Copy the full SHA bf4d779View commit details -
Rollup merge of rust-lang#35297 - saml:e0001-label, r=jonathandturner
Set label for unreachable pattern Part of rust-lang#35233 Fixes rust-lang#35190 r? @jonathandturner
Configuration menu - View commit details
-
Copy full SHA for ef18466 - Browse repository at this point
Copy the full SHA ef18466View commit details -
Rollup merge of rust-lang#35298 - Keats:err-120, r=jonathandturner
Update error message E0120 Fixes rust-lang#35253 as part of rust-lang#35233. r? @jonathandturner
Configuration menu - View commit details
-
Copy full SHA for 3d9003d - Browse repository at this point
Copy the full SHA 3d9003dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 59a2293 - Browse repository at this point
Copy the full SHA 59a2293View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 60c1910 - Browse repository at this point
Copy the full SHA 60c1910View commit details