-
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 9 pull requests #87347
Rollup of 9 pull requests #87347
Commits on Jul 16, 2021
-
Avoid collecting an interator just to re-iterate immediately. Rather reuse the previous iterator. (clippy::needless_collect)
Configuration menu - View commit details
-
Copy full SHA for 8462a37 - Browse repository at this point
Copy the full SHA 8462a37View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31484c0 - Browse repository at this point
Copy the full SHA 31484c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f8776 - Browse repository at this point
Copy the full SHA b0f8776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1a120 - Browse repository at this point
Copy the full SHA 3f1a120View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d05a286 - Browse repository at this point
Copy the full SHA d05a286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b82bbe - Browse repository at this point
Copy the full SHA 4b82bbeView commit details -
Add comments explaining the unix command-line argument support.
Following up on rust-lang#87236, add comments to the unix command-line argument support explaining that the code doesn't mutate the system-provided argc/argv, and that this is why the code doesn't need a lock or special memory ordering.
Configuration menu - View commit details
-
Copy full SHA for 2a56a68 - Browse repository at this point
Copy the full SHA 2a56a68View commit details
Commits on Jul 20, 2021
-
Chinmay Deshpande authored
Jul 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 64f4e34 - Browse repository at this point
Copy the full SHA 64f4e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3594f0 - Browse repository at this point
Copy the full SHA b3594f0View commit details -
Use `/etc/os-release` instead of `/etc/NIXOS`. The latter one does not exist on NixOS when using tmpfs as root.
Configuration menu - View commit details
-
Copy full SHA for 919a8a5 - Browse repository at this point
Copy the full SHA 919a8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 320d049 - Browse repository at this point
Copy the full SHA 320d049View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e09d782 - Browse repository at this point
Copy the full SHA e09d782View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc5de6 - Browse repository at this point
Copy the full SHA adc5de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24d491 - Browse repository at this point
Copy the full SHA b24d491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ffc37 - Browse repository at this point
Copy the full SHA 27ffc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e981e2 - Browse repository at this point
Copy the full SHA 3e981e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b75fec - Browse repository at this point
Copy the full SHA 8b75fecView commit details -
Rollup merge of rust-lang#87187 - oxalica:fix-nixos-detect, r=nagisa
Fix NixOS detection Use `/etc/os-release` instead of `/etc/NIXOS` for detection. The latter one does not exist on NixOS when using tmpfs as root.
Configuration menu - View commit details
-
Copy full SHA for 2861265 - Browse repository at this point
Copy the full SHA 2861265View commit details -
Rollup merge of rust-lang#87206 - matthiaskrgr:clippy_collect, r=davi…
…dtwco avoid temporary vectors/reuse iterators Avoid collecting an interator just to re-iterate immediately. Rather reuse the previous iterator. (clippy::needless_collect)
Configuration menu - View commit details
-
Copy full SHA for 358b2cc - Browse repository at this point
Copy the full SHA 358b2ccView commit details -
Rollup merge of rust-lang#87230 - GuillaumeGomez:docblock-table-overf…
…low, r=notriddle Fix docblock <table> overflow Before: ![Screenshot from 2021-07-18 00-05-23](https://user-images.githubusercontent.com/3050060/126050272-ce08bc5f-74ff-4135-bc12-d708d87470cc.png) After: ![Screenshot from 2021-07-18 00-03-55](https://user-images.githubusercontent.com/3050060/126050273-42f41b4d-ad57-4a87-91de-18e63f8504ec.png) cc `@SergioBenitez` r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for e6380a6 - Browse repository at this point
Copy the full SHA e6380a6View commit details -
Rollup merge of rust-lang#87273 - fee1-dead:impl-const-impl-bounds, r…
…=oli-obk Recognize bounds on impls as const bounds r? ```@oli-obk```
Configuration menu - View commit details
-
Copy full SHA for 1008ace - Browse repository at this point
Copy the full SHA 1008aceView commit details -
Rollup merge of rust-lang#87279 - sunfishcode:document-unix-argv, r=R…
…alfJung Add comments explaining the unix command-line argument support. Following up on rust-lang#87236, add comments to the unix command-line argument support explaining that the code doesn't mutate the system-provided argc/argv, and that this is why the code doesn't need a lock or special memory ordering. r? ```@RalfJung```
Configuration menu - View commit details
-
Copy full SHA for eb54ddd - Browse repository at this point
Copy the full SHA eb54dddView commit details -
Rollup merge of rust-lang#87301 - chinmaydd:chinmaydd-patch-1-1, r=jy…
…n514 Fix typo in compile.rs
Configuration menu - View commit details
-
Copy full SHA for c6aaadc - Browse repository at this point
Copy the full SHA c6aaadcView commit details -
Rollup merge of rust-lang#87311 - oli-obk:nll_suggestion_span, r=este…
…bank Get back the more precise suggestion spans of old regionck I noticed that when you turn on nll, the structured suggestion replaces a snippet instead of appending a snippet. It seems clearer to the user to only highlight the newly added characters instead of the entire `impl Trait` (and old regionck already does it this way). r? ``@estebank``
Configuration menu - View commit details
-
Copy full SHA for fc10326 - Browse repository at this point
Copy the full SHA fc10326View commit details -
Rollup merge of rust-lang#87321 - midgleyc:add-E0722-long, r=Guillaum…
…eGomez Add long explanation for E0722 Helps with rust-lang#61137
Configuration menu - View commit details
-
Copy full SHA for 23ecb8b - Browse repository at this point
Copy the full SHA 23ecb8bView commit details -
Rollup merge of rust-lang#87342 - midgleyc:add-E0757-long, r=Guillaum…
…eGomez Add long explanation for E0757 Helps with rust-lang#61137
Configuration menu - View commit details
-
Copy full SHA for 3a8bc0d - Browse repository at this point
Copy the full SHA 3a8bc0dView commit details