-
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 10 pull requests #54790
Rollup of 10 pull requests #54790
Commits on Sep 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fcda7b2 - Browse repository at this point
Copy the full SHA fcda7b2View commit details
Commits on Sep 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7cc1fc - Browse repository at this point
Copy the full SHA a7cc1fcView commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 53254a8 - Browse repository at this point
Copy the full SHA 53254a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0724ed6 - Browse repository at this point
Copy the full SHA 0724ed6View commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2765575 - Browse repository at this point
Copy the full SHA 2765575View commit details
Commits on Oct 2, 2018
-
[NFC]
getopts
is used bylibrustc
andlibrustc_driver
, but isn'……t declared in their `Cargo.toml`.
Configuration menu - View commit details
-
Copy full SHA for 922b9d8 - Browse repository at this point
Copy the full SHA 922b9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec59188 - Browse repository at this point
Copy the full SHA ec59188View commit details -
Run debuginfo tests against rust-enabled lldb, when possible
If the rust-enabled lldb was built, then use it when running the debuginfo tests. Updating the lldb submodule was necessary as this needed a way to differentiate the rust-enabled lldb, so I added a line to the --version output. This adds compiletest commands to differentiate between the rust-enabled and non-rust-enabled lldb, as is already done for gdb. A new "rust-lldb" header directive is also added, but not used in this patch; I plan to use it in rust-lang#54004. This updates all the tests.
Configuration menu - View commit details
-
Copy full SHA for 8da08c0 - Browse repository at this point
Copy the full SHA 8da08c0View commit details -
I noticed a small typo while reading over this document.
jacob authoredOct 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 84f75f0 - Browse repository at this point
Copy the full SHA 84f75f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f2e96 - Browse repository at this point
Copy the full SHA 30f2e96View commit details
Commits on Oct 3, 2018
-
In rust-lang#51833, I improved the performance of `copy_undef_mask()`. As such, the old FIXME wasn't appropriate anymore. The main remaining thing left to do is to implement a fast path for non-overlapping copies (per @oli-obk).
Configuration menu - View commit details
-
Copy full SHA for d686896 - Browse repository at this point
Copy the full SHA d686896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 187bcb9 - Browse repository at this point
Copy the full SHA 187bcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cacca - Browse repository at this point
Copy the full SHA f8caccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774881d - Browse repository at this point
Copy the full SHA 774881dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db17164 - Browse repository at this point
Copy the full SHA db17164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b99bc - Browse repository at this point
Copy the full SHA 04b99bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0de294 - Browse repository at this point
Copy the full SHA f0de294View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c8f8a - Browse repository at this point
Copy the full SHA c2c8f8aView commit details -
Rollup merge of rust-lang#53523 - phungleson:fix-impl-from-for-std-er…
…ror, r=GuillaumeGomez Add doc for impl From for Std Error As part of issue rust-lang#51430 (cc @skade). I am not sure if it is going to a correct direction so put up here so that people can comment.
Configuration menu - View commit details
-
Copy full SHA for 3c22127 - Browse repository at this point
Copy the full SHA 3c22127View commit details -
Rollup merge of rust-lang#54638 - christianpoveda:master, r=kennytm
Add checking for tool distribution in Tier 1 This fixes rust-lang#54483 r? @kennytm
Configuration menu - View commit details
-
Copy full SHA for 72aad24 - Browse repository at this point
Copy the full SHA 72aad24View commit details -
Rollup merge of rust-lang#54698 - DiamondLovesYou:getopts-deps, r=dav…
…idtwco [NFC] `getopts` is used by `librustc` and `librustc_driver`, but isn't declared in their `Cargo.toml`.
Configuration menu - View commit details
-
Copy full SHA for f66f01e - Browse repository at this point
Copy the full SHA f66f01eView commit details -
Rollup merge of rust-lang#54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
Cleanup rustc/ty part 2 The second part of cleanups and minor improvements for rustc/ty. - improve allocations - calculate span after a possible early continue - simplify some patterns - mark a comment as FIXME - whitespace fixes The PR is independent from from the first part.
Configuration menu - View commit details
-
Copy full SHA for 8b9145e - Browse repository at this point
Copy the full SHA 8b9145eView commit details -
Rollup merge of rust-lang#54761 - Lucretiel:patch-1, r=cramertj
Make spec_extend use for_each() `for_each` will use an iterator's own implementation of `try_fold`, which I understand to be generally preferable (because nested iterator adapter's will use each other's `try_fold` and be designed for the specific adaptation in a way that promotes performance and inlining.
Configuration menu - View commit details
-
Copy full SHA for 2b84507 - Browse repository at this point
Copy the full SHA 2b84507View commit details -
Rollup merge of rust-lang#54764 - tromey:test-rust-lldb, r=alexcrichton
Run debuginfo tests against rust-enabled lldb, when possible If the rust-enabled lldb was built, then use it when running the debuginfo tests. Updating the lldb submodule was necessary as this needed a way to differentiate the rust-enabled lldb, so I added a line to the --version output. This adds compiletest commands to differentiate between the rust-enabled and non-rust-enabled lldb, as is already done for gdb. A new "rust-lldb" header directive is also added, but not used in this patch; I plan to use it in rust-lang#54004. This updates all the tests.
Configuration menu - View commit details
-
Copy full SHA for 61a5a51 - Browse repository at this point
Copy the full SHA 61a5a51View commit details -
Rollup merge of rust-lang#54769 - jacobherrington:patch-1, r=kennytm
Fix typo in CONTRIBUTING.md I noticed a small typo while reading over this document.
Configuration menu - View commit details
-
Copy full SHA for 09b4913 - Browse repository at this point
Copy the full SHA 09b4913View commit details -
Rollup merge of rust-lang#54773 - rust-lang:wesleywiser-patch-1, r=ol…
…i-obk Update a FIXME in memory.rs In rust-lang#51833, I improved the performance of `copy_undef_mask()`. As such, the old FIXME wasn't appropriate anymore. The main remaining thing left to do is to implement a fast path for non-overlapping copies (per @oli-obk). r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 0ba5d74 - Browse repository at this point
Copy the full SHA 0ba5d74View commit details -
Rollup merge of rust-lang#54784 - Manishearth:clippyup, r=oli-obk
Update clippy None
Configuration menu - View commit details
-
Copy full SHA for a42a4d6 - Browse repository at this point
Copy the full SHA a42a4d6View commit details -
Rollup merge of rust-lang#54788 - ljedrz:cleanup_rustc_mir, r=oli-obk
A handful of cleanups for rustc/mir - use the "regular" `into()` instead of `graphviz::IntoCow` in `mod.rs` - `format!("{}", x)` > `x.to_string()` - remove one unnecessary `String` allocation - shorten the logic of one loop - `assert!(x == y)` > `assert_eq!(x, y)` - whitespace & formatting fixes r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 94508ca - Browse repository at this point
Copy the full SHA 94508caView commit details