-
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 7 pull requests #45532
Rollup of 7 pull requests #45532
Commits on Oct 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6ff6b93 - Browse repository at this point
Copy the full SHA 6ff6b93View commit details
Commits on Oct 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ba75758 - Browse repository at this point
Copy the full SHA ba75758View commit details
Commits on Oct 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 29b319b - Browse repository at this point
Copy the full SHA 29b319bView commit details
Commits on Oct 24, 2017
-
rustbuild: Fix
no output generated
error for next bootstrap cargo.Due to rust-lang/cargo#4570, a `*.dll.lib` file is uplifted when building dynamic libraries on Windows. The current bootstrap code does not understand files with multiple extensions, and will instead assume `xxxx.dll` is the file name. This caused a `no output generated` error because it tries to search for `xxxx.dll-hash.lib` inside the `deps/` folder, while it should check for `xxxx-hash.dll.lib` instead. This PR is blocking rust-lang#45285 (Bump to 1.23 and update bootstrap).
Configuration menu - View commit details
-
Copy full SHA for 3b81573 - Browse repository at this point
Copy the full SHA 3b81573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce41f2 - Browse repository at this point
Copy the full SHA 9ce41f2View commit details -
Disable jemalloc for sparcv9-sun-solaris
Similar to rust-lang#36994, rust programs segfault on SPARC64 Solaris machines.
Configuration menu - View commit details
-
Copy full SHA for 7bab5da - Browse repository at this point
Copy the full SHA 7bab5daView commit details
Commits on Oct 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e46cf4 - Browse repository at this point
Copy the full SHA 0e46cf4View commit details -
This was accidentally added in rust-lang#45352, forgot to back it out!
Configuration menu - View commit details
-
Copy full SHA for 36822ba - Browse repository at this point
Copy the full SHA 36822baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c1910 - Browse repository at this point
Copy the full SHA c2c1910View commit details -
Rollup merge of rust-lang#45059 - tmccombs:pid, r=alexcrichton
Add current_pid function Fixes rust-lang#44971
Configuration menu - View commit details
-
Copy full SHA for bea6136 - Browse repository at this point
Copy the full SHA bea6136View commit details -
Rollup merge of rust-lang#45212 - GuillaumeGomez:sidebar-fixed, r=Qui…
…etMisdreavus Limit the sidebar height The sidebar is now fixed, which means its scrolling is independent of the main page now. r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for fc48893 - Browse repository at this point
Copy the full SHA fc48893View commit details -
Rollup merge of rust-lang#45398 - integer32llc:reassignment, r=arielb1
Correct misspelling in error text: re-assignment => reassignment [reassignment is the correct spelling](https://www.thefreedictionary.com/reassignment) rather than re-assignment; this error message looks silly in the book next to text trying to be grammatically correct :-/ Will this cause any stability/backcompat type issues?
Configuration menu - View commit details
-
Copy full SHA for 6402797 - Browse repository at this point
Copy the full SHA 6402797View commit details -
Rollup merge of rust-lang#45483 - mbrubeck:hash, r=alexcrichton
Implement Hash for raw pointers to unsized types This is useful for some niche cases, like a hash table of slices or trait objects where the key is the raw pointer. Example use case: https://docs.rs/by_address
Configuration menu - View commit details
-
Copy full SHA for 86360b7 - Browse repository at this point
Copy the full SHA 86360b7View commit details -
Rollup merge of rust-lang#45496 - kennytm:bootstrap-fix-extension-che…
…ck, r=alexcrichton rustbuild: Fix `no output generated` error for next bootstrap cargo. Due to rust-lang/cargo#4570, a `*.dll.lib` file is uplifted when building dynamic libraries on Windows. The current bootstrap code does not understand files with multiple extensions, and will instead assume `xxxx.dll` is the file name. This caused a `no output generated` error because it tries to search for `xxxx.dll-hash.lib` inside the `deps/` folder, while it should check for `xxxx-hash.dll.lib` instead. This PR is blocking rust-lang#45285, see rust-lang#45285 (comment) and the rest of the comments for detail.
Configuration menu - View commit details
-
Copy full SHA for 7ccdc10 - Browse repository at this point
Copy the full SHA 7ccdc10View commit details -
Rollup merge of rust-lang#45508 - bgermann:master, r=alexcrichton
Disable jemalloc for sparcv9-sun-solaris Similar to rust-lang#36994, rust programs segfault on SPARC64 Solaris machines.
Configuration menu - View commit details
-
Copy full SHA for 5ae94d4 - Browse repository at this point
Copy the full SHA 5ae94d4View commit details -
Rollup merge of rust-lang#45526 - alexcrichton:test-more-asm, r=aturon
ci: Test more asmjs again This was accidentally added in rust-lang#45352, forgot to back it out!
Configuration menu - View commit details
-
Copy full SHA for 851d1c7 - Browse repository at this point
Copy the full SHA 851d1c7View commit details