-
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 5 pull requests #66185
Rollup of 5 pull requests #66185
Commits on Oct 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9ccf4f2 - Browse repository at this point
Copy the full SHA 9ccf4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c2c60 - Browse repository at this point
Copy the full SHA 04c2c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e62a01 - Browse repository at this point
Copy the full SHA 8e62a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 414d7cf - Browse repository at this point
Copy the full SHA 414d7cfView commit details -
Update src/test/ui-fulldeps/pathless-extern-unstable.rs
Add ERROR Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d47766 - Browse repository at this point
Copy the full SHA 6d47766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e678cf - Browse repository at this point
Copy the full SHA 5e678cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40282a1 - Browse repository at this point
Copy the full SHA 40282a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098ffd9 - Browse repository at this point
Copy the full SHA 098ffd9View commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 79956b9 - Browse repository at this point
Copy the full SHA 79956b9View commit details
Commits on Nov 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05c0791 - Browse repository at this point
Copy the full SHA 05c0791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1808968 - Browse repository at this point
Copy the full SHA 1808968View commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8784b07 - Browse repository at this point
Copy the full SHA 8784b07View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02f9167 - Browse repository at this point
Copy the full SHA 02f9167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 954fc71 - Browse repository at this point
Copy the full SHA 954fc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97633f8 - Browse repository at this point
Copy the full SHA 97633f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f7fcb - Browse repository at this point
Copy the full SHA 34f7fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e28287b - Browse repository at this point
Copy the full SHA e28287bView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a5be036 - Browse repository at this point
Copy the full SHA a5be036View commit details -
Rollup merge of rust-lang#63793 - oli-obk:🧹, r=dtolnay
Have tidy ensure that we document all `unsafe` blocks in libcore cc @rust-lang/libs I documented a few and added ignore flags on the other files. We can incrementally document the files, but won't regress any files this way.
Configuration menu - View commit details
-
Copy full SHA for c36badf - Browse repository at this point
Copy the full SHA c36badfView commit details -
Rollup merge of rust-lang#64696 - GuillaumeGomez:rustdoc-sub-settings…
…, r=kinnison [rustdoc] add sub settings This PR is to give a finer control over what types are automatically expanded or not as well as the possibility to add sub-settings in the settings page. ![Screenshot from 2019-09-23 00-46-14](https://user-images.githubusercontent.com/3050060/65395521-15aff300-dd9c-11e9-9437-429ca347d455.png) r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 50c4cde - Browse repository at this point
Copy the full SHA 50c4cdeView commit details -
Rollup merge of rust-lang#64882 - ehuss:stabilize-bare-extern, r=eddyb
Stabilize --extern flag without a path. This stabilizes the `--extern` flag without a path, implemented in rust-lang#54116. This flag is used to add a crate that may be found in the search path to the extern prelude. The intent of stabilizing this now is to change Cargo to emit this flag for `proc_macro` when building a proc-macro crate. This will allow the ability to elide `extern crate proc_macro;` for proc-macros, one of the few places where it is still necessary. It is intended that Cargo may also use this flag for other cases in the future as part of the [std-aware work](https://github.com/rust-lang/wg-cargo-std-aware/). There will likely be some kind of syntax where users may declare dependencies on other crates (such as `alloc`), and Cargo will use this flag so that they may be used like any other crate. At this time there are no short-term plans to use it for anything other than proc-macro. This will not help for non-proc-macro crates that use `proc_macro`, which I believe is not too common? An alternate approach for proc-macro is to use the `meta` crate, but from my inquiries there doesn't appear to be anyone interested in pushing that forward. The `meta` crate also doesn't help with things like `alloc` or `test`. cc rust-lang#57288
Configuration menu - View commit details
-
Copy full SHA for 9430418 - Browse repository at this point
Copy the full SHA 9430418View commit details -
Rollup merge of rust-lang#66049 - RalfJung:missing-spans, r=alexcrichton
consistent handling of missing sysroot spans Due to rust-lang#53081, sysroot spans (pointing to code in libcore/libstd/...) fails to print on some x86 runners. This consolidates the ignore directives for that and references the relevant issue. I also did that for the generated derive-error-span tests -- but there the script and the tests were not entirely in sync any more since rust-lang#64151. Cc @estebank @varkor
Configuration menu - View commit details
-
Copy full SHA for aa71057 - Browse repository at this point
Copy the full SHA aa71057View commit details -
Rollup merge of rust-lang#66182 - RalfJung:invalid-value, r=Centril
invalid_value lint: fix help text Now that we also warn about `MaybUninit::uninit().assume_init()`, just telling people "use `MaybeUninit`" isn't always sufficient. And anyway this seems like an important enough point to mention it here.
Configuration menu - View commit details
-
Copy full SHA for b94543b - Browse repository at this point
Copy the full SHA b94543bView commit details