-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 5 pull requests #66225
Rollup of 5 pull requests #66225
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0056c0 - Browse repository at this point
Copy the full SHA c0056c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b35e9 - Browse repository at this point
Copy the full SHA 79b35e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d2c51 - Browse repository at this point
Copy the full SHA 98d2c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54c578 - Browse repository at this point
Copy the full SHA b54c578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e27c4f - Browse repository at this point
Copy the full SHA 8e27c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbd06a - Browse repository at this point
Copy the full SHA 0cbd06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12e69d - Browse repository at this point
Copy the full SHA a12e69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d2b8 - Browse repository at this point
Copy the full SHA 574d2b8View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 52e8ec1 - Browse repository at this point
Copy the full SHA 52e8ec1View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 15ec8f7 - Browse repository at this point
Copy the full SHA 15ec8f7View commit details -
miri: Rename to_{u,i}size to to_machine_{u,i}size
Having a function `to_usize` that does not return a usize is somewhat confusing
Configuration menu - View commit details
-
Copy full SHA for 900fc9a - Browse repository at this point
Copy the full SHA 900fc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d7279 - Browse repository at this point
Copy the full SHA 30d7279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27511b2 - Browse repository at this point
Copy the full SHA 27511b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd48e8 - Browse repository at this point
Copy the full SHA 2cd48e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c6abc - Browse repository at this point
Copy the full SHA b4c6abcView commit details -
Rollup merge of rust-lang#65785 - Centril:compat-to-error-2, r=oli-obk
Transition future compat lints to {ERROR, DENY} - Take 2 Follow up to rust-lang#63247 implementing rust-lang#63247 (comment). - `legacy_ctor_visibility` (ERROR) -- closes rust-lang#39207 - `legacy_directory_ownership` (ERROR) -- closes rust-lang#37872 - `safe_extern_static` (ERROR) -- closes rust-lang#36247 - `parenthesized_params_in_types_and_modules` (ERROR) -- closes rust-lang#42238 - `duplicate_macro_exports` (ERROR) - `nested_impl_trait` (ERROR) -- closes rust-lang#59014 - `ill_formed_attribute_input` (DENY) -- transitions rust-lang#57571 - `patterns_in_fns_without_body` (DENY) -- transitions rust-lang#35203 r? @varkor cc @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 7ab50e4 - Browse repository at this point
Copy the full SHA 7ab50e4View commit details -
Rollup merge of rust-lang#66007 - estebank:remove-here, r=Centril
Remove "here" from "expected one of X here"
Configuration menu - View commit details
-
Copy full SHA for 5a6fd11 - Browse repository at this point
Copy the full SHA 5a6fd11View commit details -
Rollup merge of rust-lang#66043 - RalfJung:memory-get-raw, r=cramertj
rename Memory::get methods to get_raw to indicate their unchecked nature Some recent Miri PRs started using these methods when they should not; this should discourage their use. In fact we could make these methods private to the `interp` module as far as Miri is concerned -- with the exception of the `uninit` intrinsic which will hopefully go away soon. @bjorn3 @oli-obk does priroda need these methods? It would be great to be able to seal them away.
Configuration menu - View commit details
-
Copy full SHA for 3b0438a - Browse repository at this point
Copy the full SHA 3b0438aView commit details -
Rollup merge of rust-lang#66154 - RalfJung:to_usize, r=oli-obk
miri: Rename to_{u,i}size to to_machine_{u,i}size Having a function `to_usize` that does not return a (host) usize is somewhat confusing, so let's rename it. r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 76db11c - Browse repository at this point
Copy the full SHA 76db11cView commit details -
Rollup merge of rust-lang#66188 - Centril:fnsig, r=davidtwco
`MethodSig` -> `FnSig` & Use it in `ItemKind::Fn` In both AST & HIR, rename `MethodSig` to `FnSig` and then proceed to use it in `ItemKind::Fn` so that the overall structure is more regular. r? @davidtwco
Configuration menu - View commit details
-
Copy full SHA for 65c77bc - Browse repository at this point
Copy the full SHA 65c77bcView commit details