-
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 7 pull requests #59967
Rollup of 7 pull requests #59967
Commits on Apr 10, 2019
-
Albin Stjerna committed
Apr 10, 2019 Configuration menu - View commit details
-
Copy full SHA for c440c0a - Browse repository at this point
Copy the full SHA c440c0aView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fd4c6e9 - Browse repository at this point
Copy the full SHA fd4c6e9View commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94a5c3b - Browse repository at this point
Copy the full SHA 94a5c3bView commit details -
Make BufWriter use get_mut instead of manipulating inner in Write imp…
…lementation get_mut allows us to abstract over the implementation detail of inner being optional.
Configuration menu - View commit details
-
Copy full SHA for ac5e755 - Browse repository at this point
Copy the full SHA ac5e755View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c9d1c - Browse repository at this point
Copy the full SHA e9c9d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5a9ce - Browse repository at this point
Copy the full SHA ca5a9ceView commit details
Commits on Apr 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b754b8f - Browse repository at this point
Copy the full SHA b754b8fView commit details
Commits on Apr 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b99a48 - Browse repository at this point
Copy the full SHA 3b99a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d43fc - Browse repository at this point
Copy the full SHA b5d43fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3a140 - Browse repository at this point
Copy the full SHA 3c3a140View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc7042 - Browse repository at this point
Copy the full SHA dbc7042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3fd85 - Browse repository at this point
Copy the full SHA 8f3fd85View commit details -
Rollup merge of rust-lang#59856 - albins:update-polonius, r=nikomatsakis
update polonius-engine This updates polonius-engine to [version 0.7.0](https://github.com/rust-lang/polonius/blob/master/RELEASES.md#v070), which adds a hybrid algorithm that starts off with performing a cheaper, location-insensitive analysis before proceeding with the full analysis. r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for b9da8a7 - Browse repository at this point
Copy the full SHA b9da8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27adc93 - Browse repository at this point
Copy the full SHA 27adc93View commit details -
Rollup merge of rust-lang#59896 - estebank:dedup-spans, r=davidtwco
Remove duplicated redundant spans Fix rust-lang#59895.
Configuration menu - View commit details
-
Copy full SHA for 99a9109 - Browse repository at this point
Copy the full SHA 99a9109View commit details -
Rollup merge of rust-lang#59900 - czipperz:remove-bracket-mut-syntax-…
…in-pin-docs, r=RalfJung Remove [mut] syntax in pin docs Resolves rust-lang#59832
Configuration menu - View commit details
-
Copy full SHA for fd4a336 - Browse repository at this point
Copy the full SHA fd4a336View commit details -
Rollup merge of rust-lang#59906 - czipperz:bufwriter-use-getmut, r=ke…
…nnytm Make BufWriter use get_mut instead of manipulating inner in Write implementation `get_mut` allows us to abstract over the implementation detail of inner being optional.
Configuration menu - View commit details
-
Copy full SHA for 271eb8f - Browse repository at this point
Copy the full SHA 271eb8fView commit details -
Rollup merge of rust-lang#59936 - petrochenkov:confict, r=davidtwco
Fix cross-crate visibility of fictive variant constructors After merging rust-lang#59376 I realized that the code in the decoder wasn't entirely correct - we "decoded" fictive variant constructors with their variant's visibility, which could be public, rather than demoted to `pub(crate)`. Fictive constructors are not directly usable in expression/patterns, but the effect still can be observed with imports. r? @davidtwco
Configuration menu - View commit details
-
Copy full SHA for 9506f62 - Browse repository at this point
Copy the full SHA 9506f62View commit details -
Rollup merge of rust-lang#59957 - krk:fix-doctypo-symbol, r=jonas-sch…
…ievink Add missing backtick to Symbol documentation.
Configuration menu - View commit details
-
Copy full SHA for c348bb6 - Browse repository at this point
Copy the full SHA c348bb6View commit details