-
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 16 pull requests #58559
Rollup of 16 pull requests #58559
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c654968 - Browse repository at this point
Copy the full SHA c654968View commit details
Commits on Feb 12, 2019
-
Use less explicit shifting in std::net::ip
Now that we have {to|from}_be_bytes the code can be simpler. (Inspired by PR rust-lang#57740)
Configuration menu - View commit details
-
Copy full SHA for 5d80584 - Browse repository at this point
Copy the full SHA 5d80584View commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47d6ed0 - Browse repository at this point
Copy the full SHA 47d6ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431e981 - Browse repository at this point
Copy the full SHA 431e981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1169084 - Browse repository at this point
Copy the full SHA 1169084View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd13ac3 - Browse repository at this point
Copy the full SHA cd13ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53717b7 - Browse repository at this point
Copy the full SHA 53717b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ce9bf - Browse repository at this point
Copy the full SHA 81ce9bfView commit details
Commits on Feb 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cdd1c0e - Browse repository at this point
Copy the full SHA cdd1c0eView commit details -
Monomorphize less code in fs::{read|write}
Since the generic-ness is only for the as_refs, might as well have std just compile the important part once instead of on every use.
Configuration menu - View commit details
-
Copy full SHA for 564c569 - Browse repository at this point
Copy the full SHA 564c569View commit details -
I felt the description of forbid was misleading/incomplete without mentioning how --cap-lints interacts with it.
Configuration menu - View commit details
-
Copy full SHA for 8fbb013 - Browse repository at this point
Copy the full SHA 8fbb013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7474845 - Browse repository at this point
Copy the full SHA 7474845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5b3d2 - Browse repository at this point
Copy the full SHA 4e5b3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2193f - Browse repository at this point
Copy the full SHA 9f2193fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9921c33 - Browse repository at this point
Copy the full SHA 9921c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d134a1 - Browse repository at this point
Copy the full SHA 5d134a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55fe4e - Browse repository at this point
Copy the full SHA c55fe4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e32654 - Browse repository at this point
Copy the full SHA 1e32654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3281e62 - Browse repository at this point
Copy the full SHA 3281e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf1a91 - Browse repository at this point
Copy the full SHA 0cf1a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0021fcf - Browse repository at this point
Copy the full SHA 0021fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0d800 - Browse repository at this point
Copy the full SHA 1a0d800View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee948d9 - Browse repository at this point
Copy the full SHA ee948d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7ca96 - Browse repository at this point
Copy the full SHA 1b7ca96View commit details -
The rustc "-g" CLI flag was miss documented to be a synonym of "-C debug-level=2" and not the correct "-C debuginfo=2".
Configuration menu - View commit details
-
Copy full SHA for 55c25f8 - Browse repository at this point
Copy the full SHA 55c25f8View commit details -
Add links to codegen docs for rustc synonym flags
The rustc "-g" and "-o" fags are synonyms of the "-c" codegen flags. This adds a link to the codegen docs for each synonym.
Configuration menu - View commit details
-
Copy full SHA for 88e462b - Browse repository at this point
Copy the full SHA 88e462bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7007f80 - Browse repository at this point
Copy the full SHA 7007f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9ad6e - Browse repository at this point
Copy the full SHA 0b9ad6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01bebdf - Browse repository at this point
Copy the full SHA 01bebdfView commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9312ca1 - Browse repository at this point
Copy the full SHA 9312ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af38382 - Browse repository at this point
Copy the full SHA af38382View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed17700 - Browse repository at this point
Copy the full SHA ed17700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f48357 - Browse repository at this point
Copy the full SHA 5f48357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919b3f9 - Browse repository at this point
Copy the full SHA 919b3f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f96a03 - Browse repository at this point
Copy the full SHA 4f96a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c228cc - Browse repository at this point
Copy the full SHA 4c228ccView commit details -
Rollup merge of rust-lang#55632 - ollie27:deny_overflowing_literals, …
…r=Centril Deny the `overflowing_literals` lint for all editions The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Configuration menu - View commit details
-
Copy full SHA for 323358d - Browse repository at this point
Copy the full SHA 323358dView commit details -
Rollup merge of rust-lang#58232 - ljedrz:HirIdification_continued, r=…
…Zoxc HirId-ify intravisit A big step towards rust-lang#57578. This affects mostly `hir::{collector, intravisit}` and `rustc::lint`.
Configuration menu - View commit details
-
Copy full SHA for 5ec4850 - Browse repository at this point
Copy the full SHA 5ec4850View commit details -
Rollup merge of rust-lang#58337 - flip1995:clippyup, r=Xanewok
Update Clippy, RLS and rustfmt Update Clippy to rust-lang/rust-clippy@32ee306 Update RLS to rust-lang/rls@0d6f53e Update rustfmt to rust-lang/rustfmt@d6829d6 r? @Manishearth @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 9de1c61 - Browse repository at this point
Copy the full SHA 9de1c61View commit details -
Rollup merge of rust-lang#58392 - scottmcm:less-shifting-in-net-ip, r…
…=oli-obk Use less explicit shifting in std::net::ip Now that we have `{to|from}_be_bytes` the code can be simpler. (Inspired by PR rust-lang#57740)
Configuration menu - View commit details
-
Copy full SHA for 3b686b7 - Browse repository at this point
Copy the full SHA 3b686b7View commit details -
Rollup merge of rust-lang#58528 - Zoxc:stmtkind-item, r=oli-obk
Don't use an allocation for ItemId in StmtKind
Configuration menu - View commit details
-
Copy full SHA for 2eaf3bd - Browse repository at this point
Copy the full SHA 2eaf3bdView commit details -
Rollup merge of rust-lang#58530 - scottmcm:monomorphize-less, r=TimNN
Monomorphize less code in fs::{read|write} Since the generic-ness is only for the as_refs, might as well have std just compile the important part once instead of on every use.
Configuration menu - View commit details
-
Copy full SHA for e26a2a5 - Browse repository at this point
Copy the full SHA e26a2a5View commit details -
Rollup merge of rust-lang#58534 - dwijnand:mention-capping-forbid-lin…
…ts, r=oli-obk Mention capping forbid lints I felt the description of forbid was misleading/incomplete without mentioning how --cap-lints interacts with it.
Configuration menu - View commit details
-
Copy full SHA for 7cdf955 - Browse repository at this point
Copy the full SHA 7cdf955View commit details -
Rollup merge of rust-lang#58535 - RalfJung:miri, r=oli-obk
update miri r? @oli-obk Fixes rust-lang#58558
Configuration menu - View commit details
-
Copy full SHA for 6d2cc83 - Browse repository at this point
Copy the full SHA 6d2cc83View commit details -
Rollup merge of rust-lang#58536 - xfix:remove-ub-in-pointer-tests, r=…
…RalfJung Remove UB in pointer tests UB found by Miri.
Configuration menu - View commit details
-
Copy full SHA for e3f75bf - Browse repository at this point
Copy the full SHA e3f75bfView commit details -
Rollup merge of rust-lang#58543 - jonas-schievink:bumpstrap, r=pietro…
…albini Bump the bootstrap compiler This compiler includes rust-lang#58501, which fixes an annoying ICE while working on rustc itself. r? @pietroalbini
Configuration menu - View commit details
-
Copy full SHA for 2381231 - Browse repository at this point
Copy the full SHA 2381231View commit details -
Rollup merge of rust-lang#58544 - TheBiggerGuy:rustc-doc-cli-args, r=…
…TimNN Fix doc for rustc "-g" flag The rustc `-g` CLI flag was miss documented to be a synonym of `-C debug-level=2` and not `-C debuglevel=2`. Also add links to the codegen docs for each synonym. I am unsure of this will conflict with work on rust-lang#52938
Configuration menu - View commit details
-
Copy full SHA for 390fe84 - Browse repository at this point
Copy the full SHA 390fe84View commit details -
Rollup merge of rust-lang#58545 - emlai:regression-test-for-39448, r=…
…Centril Add regression test for a specialization-related ICE (rust-lang#39448) Closes rust-lang#39448. This is my first time contributing, I hope I got everything right. :)
Configuration menu - View commit details
-
Copy full SHA for baa01cf - Browse repository at this point
Copy the full SHA baa01cfView commit details -
Rollup merge of rust-lang#58546 - taiki-e:librustc_codegen_llvm-2018,…
… r=Centril librustc_codegen_llvm => 2018 Transitions `librustc_codegen_llvm` to Rust 2018; cc rust-lang#58099 r? @Centril
Configuration menu - View commit details
-
Copy full SHA for 4339b7f - Browse repository at this point
Copy the full SHA 4339b7fView commit details -
Rollup merge of rust-lang#58551 - ssomers:master, r=oli-obk
Explain a panic in test case net::tcp::tests::double_bind Those who try to build libstd on the Windows Subsystem for Linux experience a single failing test, where the point of failure is an explicit but anonymous panic, as reported in rust-lang#49367 This commit somewhat explains why and allows diagnosing a little.
Configuration menu - View commit details
-
Copy full SHA for b79f718 - Browse repository at this point
Copy the full SHA b79f718View commit details -
Rollup merge of rust-lang#58555 - scottmcm:try-2015, r=Centril
Add a note about 2018e if someone uses `try {` in 2015e Inspired by rust-lang#58491, where a `try_blocks` example was accidentally run in 2015, which of course produces a bunch of errors. What's the philosophy about gating for this? The keyword is stably a keyword in 2018, so I haven't gated it for now but am not mentioning what the keyword _does_. Let me know if I should do differently.
Configuration menu - View commit details
-
Copy full SHA for df0912e - Browse repository at this point
Copy the full SHA df0912eView commit details -
Rollup merge of rust-lang#58208 - taiki-e:libstd-2018, r=Centril
libstd => 2018 Transitions `libstd` to Rust 2018; cc rust-lang#58099
Configuration menu - View commit details
-
Copy full SHA for 6688c77 - Browse repository at this point
Copy the full SHA 6688c77View commit details