-
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 9 pull requests #56276
Rollup of 9 pull requests #56276
Commits on Nov 20, 2018
-
Enclose type in backticks for "non-exhaustive patterns" error
This makes the error style consistent with the convention in error messages.
Configuration menu - View commit details
-
Copy full SHA for b99f9f7 - Browse repository at this point
Copy the full SHA b99f9f7View commit details
Commits on Nov 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 83388e8 - Browse repository at this point
Copy the full SHA 83388e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2a251 - Browse repository at this point
Copy the full SHA 5a2a251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 925274a - Browse repository at this point
Copy the full SHA 925274aView commit details -
Enclose type in backticks for "reached the recursion limit while auto…
…-dereferencing" error
Configuration menu - View commit details
-
Copy full SHA for f039872 - Browse repository at this point
Copy the full SHA f039872View commit details
Commits on Nov 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5c99ae6 - Browse repository at this point
Copy the full SHA 5c99ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d76f54 - Browse repository at this point
Copy the full SHA 8d76f54View commit details -
Add TryFrom<&[T]> for [T; $N] where T: Copy
`TryFrom<&[T]> for &[T; $N]` (note *reference* to an array) already exists, but not needing to dereference makes type inference easier for example when using `u32::from_be_bytes`. Also add doc examples doing just that.
Configuration menu - View commit details
-
Copy full SHA for 057e6d3 - Browse repository at this point
Copy the full SHA 057e6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2b7c0 - Browse repository at this point
Copy the full SHA 2d2b7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0d033 - Browse repository at this point
Copy the full SHA ae0d033View commit details
Commits on Nov 26, 2018
-
Remove unsafe
unsafe
inner function.Within this `Iterator` implementation, a function `unsafe_get` is defined which unsafely allows _unchecked_ indexing of any element in a slice. This should be marked as _unsafe_, but it is not. To address this issue, I removed that inner function.
Configuration menu - View commit details
-
Copy full SHA for cc46685 - Browse repository at this point
Copy the full SHA cc46685View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd20be5 - Browse repository at this point
Copy the full SHA cd20be5View commit details
Commits on Nov 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4a6e73 - Browse repository at this point
Copy the full SHA d4a6e73View commit details -
Rollup merge of rust-lang#55821 - ljedrz:cached_key_sorts, r=michaelw…
…oerister Use sort_by_cached_key when the key function is not trivial/free I'm not 100% sure about `def_path_hash` (everything it does is inlined) but it seems like a good idea at least for the rest, as they are cloning.
Configuration menu - View commit details
-
Copy full SHA for d8ba63f - Browse repository at this point
Copy the full SHA d8ba63fView commit details -
Rollup merge of rust-lang#56114 - varkor:nonexhaustive-backticks, r=n…
…ikomatsakis Enclose type in backticks for "non-exhaustive patterns" error This makes the error style consistent with the convention in error messages.
Configuration menu - View commit details
-
Copy full SHA for 41232f6 - Browse repository at this point
Copy the full SHA 41232f6View commit details -
Rollup merge of rust-lang#56127 - rust-lang:oli-obk-patch-1, r=nikoma…
…tsakis Update an outdated comment in mir building r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for bb35aad - Browse repository at this point
Copy the full SHA bb35aadView commit details -
Rollup merge of rust-lang#56205 - estebank:ice-ice-baby, r=nikomatsakis
Fix ICE with feature self_struct_ctor Fix rust-lang#56202.
Configuration menu - View commit details
-
Copy full SHA for 48276a7 - Browse repository at this point
Copy the full SHA 48276a7View commit details -
Rollup merge of rust-lang#56216 - SimonSapin:array-tryfrom-slice, r=w…
…ithoutboats Add TryFrom<&[T]> for [T; $N] where T: Copy `TryFrom<&[T]> for &[T; $N]` (note *reference* to an array) already exists, but not needing to dereference makes type inference easier for example when using `u32::from_be_bytes`. Also add doc examples doing just that.
Configuration menu - View commit details
-
Copy full SHA for 350f314 - Browse repository at this point
Copy the full SHA 350f314View commit details -
Rollup merge of rust-lang#56223 - Mark-Simulacrum:self-profile-json, …
…r=wesleywiser Make JSON output from -Zprofile-json valid r? @wesleywiser cc rust-lang/rustc-perf#299
Configuration menu - View commit details
-
Copy full SHA for 8420944 - Browse repository at this point
Copy the full SHA 8420944View commit details -
Rollup merge of rust-lang#56224 - ehuss:update-cargo, r=alexcrichton
Update cargo 14 commits in b3d0b2e545b61d4cd08096911724b7d49d213f73..1ff5975b96b3d395bb962394596998dfb485f793 2018-11-15 19:13:04 +0000 to 2018-11-25 14:59:12 +0000 - Intern SourceId (rust-lang/cargo#6342) - Tweak Layout to allow for non json file targets with internal "." (rust-lang/cargo#6255) - Correct Target Directory command-line option (rust-lang/cargo#6343) - Persistent data structures by im-rs (rust-lang/cargo#6336) - Move command prelude into main library (rust-lang/cargo#6335) - Distinguish custom build invocations (rust-lang/cargo#6331) - Allow crate_type=bin examples to run (rust-lang/cargo#6330) - Make verify-project honour unstable features (rust-lang/cargo#6326) - Make autodiscovery disable inferred targets (rust-lang/cargo#6329) - Add `c` alias for `check` (rust-lang/cargo#6218) - Allow user aliases to override built-in aliases (rust-lang/cargo#6259) - Fix renaming directory project using build scripts with cross-compiling. (rust-lang/cargo#6328) - Fix add_plugin_deps-related tests. (rust-lang/cargo#6327) - Add a glossary. (rust-lang/cargo#6321)
Configuration menu - View commit details
-
Copy full SHA for 5dc0f40 - Browse repository at this point
Copy the full SHA 5dc0f40View commit details -
Rollup merge of rust-lang#56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=…
…cramertj Remove unsafe `unsafe` inner function. Within this `Iterator` implementation, a function `unsafe_get` is defined which unsafely allows _unchecked_ indexing of any element in a slice. This should be marked as _unsafe_, but it is not. To address this issue, I removed that inner function.
Configuration menu - View commit details
-
Copy full SHA for 0e2dc16 - Browse repository at this point
Copy the full SHA 0e2dc16View commit details -
Rollup merge of rust-lang#56255 - jasonl:update-old-documents, r=mich…
…aelwoerister Update outdated code comments in StringReader For the detection of newlines in the lexer, this is now done in `analyze_source_file.rs`.
Configuration menu - View commit details
-
Copy full SHA for 76d7daa - Browse repository at this point
Copy the full SHA 76d7daaView commit details