-
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 23 pull requests #35747
Rollup of 23 pull requests #35747
Commits on Aug 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2ed052d - Browse repository at this point
Copy the full SHA 2ed052dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31da7f6 - Browse repository at this point
Copy the full SHA 31da7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a2c25 - Browse repository at this point
Copy the full SHA 91a2c25View commit details
Commits on Aug 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d652639 - Browse repository at this point
Copy the full SHA d652639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4d8ba - Browse repository at this point
Copy the full SHA 4e4d8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758aff7 - Browse repository at this point
Copy the full SHA 758aff7View commit details -
provide additional justification for array interface design
Explain why Rust does not implement traits for large arrays. Explain why most methods are implemented on slices rather than arrays.
Configuration menu - View commit details
-
Copy full SHA for e173ead - Browse repository at this point
Copy the full SHA e173eadView commit details
Commits on Aug 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 19a3337 - Browse repository at this point
Copy the full SHA 19a3337View commit details -
Configuration menu - View commit details
-
Copy full SHA for e586d21 - Browse repository at this point
Copy the full SHA e586d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5286a5a - Browse repository at this point
Copy the full SHA 5286a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a026e2c - Browse repository at this point
Copy the full SHA a026e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d998d6 - Browse repository at this point
Copy the full SHA 6d998d6View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fa61f82 - Browse repository at this point
Copy the full SHA fa61f82View commit details -
Fix spacing in code of closures.md
The spacing seems inconsistent with existing style conventions.
Configuration menu - View commit details
-
Copy full SHA for 9e39861 - Browse repository at this point
Copy the full SHA 9e39861View commit details -
Some people cite this list as "zomg Rust has so many keywords," so make it clear that these aren't all used by the language today.
Configuration menu - View commit details
-
Copy full SHA for 85bbbad - Browse repository at this point
Copy the full SHA 85bbbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349f10a - Browse repository at this point
Copy the full SHA 349f10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18edae4 - Browse repository at this point
Copy the full SHA 18edae4View commit details -
accumulate into vector and assert, instead of printing
I'm only making this change in one place so that people can express their preferences for this stylistic change. If/when this change is approved I'll go ahead and translate the rest of the `std::ops` examples.
Configuration menu - View commit details
-
Copy full SHA for c9f2055 - Browse repository at this point
Copy the full SHA c9f2055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9a1d9 - Browse repository at this point
Copy the full SHA 2c9a1d9View commit details
Commits on Aug 16, 2016
-
Implement
Debug
forstd::vec::IntoIter
.Display all the remaining items of the iterator, similar to the `Debug` implementation for `core::slice::Iter`: https://github.com/rust-lang/rust/blob/f0bab98695f0a4877daabad9a5b0ba3e66121392/src/libcore/slice.rs#L930-L937 Using the `as_slice` method that was added in: rust-lang#35447
Configuration menu - View commit details
-
Copy full SHA for bc52bdc - Browse repository at this point
Copy the full SHA bc52bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52eb1a - Browse repository at this point
Copy the full SHA d52eb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa6340 - Browse repository at this point
Copy the full SHA 3aa6340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fc025 - Browse repository at this point
Copy the full SHA 16fc025View commit details -
Updated E0422 to new error message
Knight committedAug 16, 2016 Configuration menu - View commit details
-
Copy full SHA for d2e7895 - Browse repository at this point
Copy the full SHA d2e7895View commit details -
Updated E0394 to new error message
Knight committedAug 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 3caa451 - Browse repository at this point
Copy the full SHA 3caa451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193b9ae - Browse repository at this point
Copy the full SHA 193b9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc18aa - Browse repository at this point
Copy the full SHA 1fc18aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cfdf63 - Browse repository at this point
Copy the full SHA 4cfdf63View commit details
Commits on Aug 17, 2016
-
Rollup merge of rust-lang#34370 - steveklabnik:keyword-ref-mention, r…
…=Manishearth A disclaimer about keywords. Some people cite this list as "zomg Rust has so many keywords," so make it clear that these aren't all used by the language today.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for e83bff9 - Browse repository at this point
Copy the full SHA e83bff9View commit details -
Rollup merge of rust-lang#35415 - silenuss:e0030-formatting, r=jonath…
…andturner Update compiler error 0030 to use new error format. Part of rust-lang#35233, Addresses rust-lang#35204 r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for d3f55e1 - Browse repository at this point
Copy the full SHA d3f55e1View commit details -
Rollup merge of rust-lang#35595 - urschrei:associated_types_docfix, r…
…=steveklabnik Clarify type declaration language in Associated Types docs A small fix for the Associated Types docs r? @steveklabnik
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for b8859f6 - Browse repository at this point
Copy the full SHA b8859f6View commit details -
Rollup merge of rust-lang#35610 - JessRudder:33637-doc-update-for-str…
…-representaton, r=steveklabnik Add note to docs for &str that example is to demo internals only r? @steveklabnik This adds a note below the &str representation example explaining that the example provided should not be used under normal circumstances.. Would it make sense to point people in the direction of the method(s) they should use instead? I left it out in the interest of not complicating the documentation, but, there's definitely an argument to be made for adding a bit of guidance in there.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 997a248 - Browse repository at this point
Copy the full SHA 997a248View commit details -
Rollup merge of rust-lang#35613 - matthew-piziak:array-docs-trait-jus…
…tification, r=steveklabnik provide additional justification for array interface design Explain why Rust does not implement traits for large arrays. Explain why most methods are implemented on slices rather than arrays. Note: I'm dipping my toes in the water with a tiny PR. Especially looking for feedback on wording and style. Points of concern: appropriate level of top-level explanation; foreshadowing (is it appropriate to imply that we expect Rust's type system to eventually support size-generic arrays?); using `Foo` and `Bar` as type variables instead of e.g. `T` and `S`. @peschkaj
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 559bfd6 - Browse repository at this point
Copy the full SHA 559bfd6View commit details -
Rollup merge of rust-lang#35614 - srinivasreddy:syntax_ext_rustfmt, r…
…=nikomatsakis run rustfmt on libsyntax_ext folder
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 74549f8 - Browse repository at this point
Copy the full SHA 74549f8View commit details -
Rollup merge of rust-lang#35621 - frewsxcv:cstring-from-vec-doc, r=pe…
…schkaj Add doc example for `std::ffi::CString::from_vec_unchecked`. None
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for b444ac6 - Browse repository at this point
Copy the full SHA b444ac6View commit details -
Rollup merge of rust-lang#35660 - terrynsun:e0207, r=jonathandturner
Update E0207 label to report parameter type Fixes rust-lang#35642. r? @jonathandturner (Is this okay? I tagged you since it's a simple error fix similar to the other update ones.)
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for a9e3cff - Browse repository at this point
Copy the full SHA a9e3cffView commit details -
Rollup merge of rust-lang#35663 - CryZe:no-stdlib, r=Manishearth
Improve `No stdlib` and related Documentation This renames all lang item function names to the ones used in `libstd` and `libpanic_unwind`. It also explains the `eh_unwind_resume` lang item in the `libcore` documentation, where it was missing. A third function is also needed on certain compilation targets, so this was also added to the `No stdlib` documentation.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for ea09b7d - Browse repository at this point
Copy the full SHA ea09b7dView commit details -
Rollup merge of rust-lang#35670 - RockyTV:e0365, r=jonathandturner
Update error E0365 to new format Fixes rust-lang#35633 as part of rust-lang#35233. r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 02a8e2c - Browse repository at this point
Copy the full SHA 02a8e2cView commit details -
Rollup merge of rust-lang#35671 - canaltinova:E0392, r=jonathandturner
Update E0392 to new error format Fixes rust-lang#35631. Part of rust-lang#35233 r? @jonathandturner or @GuillaumeGomez
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 8ff8f77 - Browse repository at this point
Copy the full SHA 8ff8f77View commit details -
Rollup merge of rust-lang#35672 - yossi-k:issue/35323, r=GuillaumeGomez
Update E0322 to new format Fixes rust-lang#35323. Part of rust-lang#35233. r? @GuillaumeGomez
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for eac17f1 - Browse repository at this point
Copy the full SHA eac17f1View commit details -
Rollup merge of rust-lang#35681 - Rufflewind:patch-1, r=apasel422
Fix spacing in code of closures.md The spacing seems inconsistent with existing style conventions.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for eb91d33 - Browse repository at this point
Copy the full SHA eb91d33View commit details -
Rollup merge of rust-lang#35686 - mikhail-m1:master, r=jonathandturner
update E0375 to new format fixes rust-lang#35635 as part of rust-lang#35233. r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for f0f12d9 - Browse repository at this point
Copy the full SHA f0f12d9View commit details -
Rollup merge of rust-lang#35690 - matthew-piziak:op-overloading-limit…
…ed, r=steveklabnik expound on limitations of Rust's trait-based operator overloading Part of rust-lang#29330
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 49a2873 - Browse repository at this point
Copy the full SHA 49a2873View commit details -
Rollup merge of rust-lang#35695 - matthew-piziak:vec-assert-over-prin…
…tln, r=GuillaumeGomez accumulate into vector and assert, instead of printing I'm only making this change in one place so that people can express their preferences for this stylistic change. If/when this change is approved I'll go ahead and translate the rest of the `std::ops` examples.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for c1e9ea0 - Browse repository at this point
Copy the full SHA c1e9ea0View commit details -
Rollup merge of rust-lang#35707 - frewsxcv:vec-into-iter-debug, r=ale…
…xcrichton Implement `Debug` for `std::vec::IntoIter`. Display all the remaining items of the iterator, similar to the `Debug` implementation for `core::slice::Iter`: https://github.com/rust-lang/rust/blob/f0bab98695f0a4877daabad9a5b0ba3e66121392/src/libcore/slice.rs#L930-L937 Using the `as_slice` method that was added in: rust-lang#35447
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 3dd060f - Browse repository at this point
Copy the full SHA 3dd060fView commit details -
Rollup merge of rust-lang#35708 - sanxiyn:new-error-format, r=nikomat…
…sakis RUST_NEW_ERROR_FORMAT is no more So stop setting the environment variable.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 6193b1f - Browse repository at this point
Copy the full SHA 6193b1fView commit details -
Rollup merge of rust-lang#35713 - sanxiyn:ui-test, r=nikomatsakis
Use UI test to test spans, instead of forced line break There must be lots more, but these are what I could easily find.
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 75454f7 - Browse repository at this point
Copy the full SHA 75454f7View commit details -
Rollup merge of rust-lang#35722 - knight42:update-error-msg, r=jonath…
…andturner Updated E0394 & E0422 to new format Fixes rust-lang#35692 and rust-lang#35700, as part of rust-lang#35233. r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 5fc58dc - Browse repository at this point
Copy the full SHA 5fc58dcView commit details -
Rollup merge of rust-lang#35725 - brson:bump, r=alexcrichton
Bump version to 1.13
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for e20a7e3 - Browse repository at this point
Copy the full SHA e20a7e3View commit details -
Rollup merge of rust-lang#35726 - mikhail-m1:master2, r=jonathandturner
update E0409 to new error format fixes rust-lang#35699 as part of rust-lang#35233. r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for fbc62af - Browse repository at this point
Copy the full SHA fbc62afView commit details -
Rollup merge of rust-lang#35731 - pythoneer:fix-35192, r=jonathandturner
Update E0005 to use a label Fixes rust-lang#35192 as Part of rust-lang#35233 r? @jonathandturner
Jonathan Turner authoredAug 17, 2016 Configuration menu - View commit details
-
Copy full SHA for c216617 - Browse repository at this point
Copy the full SHA c216617View commit details