-
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 10 pull requests #42090
Rollup of 10 pull requests #42090
Commits on May 16, 2017
-
Add an option to run rustbuild on low priority
This is a resurrection of rust-lang#40776, combining their Windows setup with an additional setup on Unix to set the program group's niceness to +10 (low-but-not-lowest priority) when the `low_priority` option is on.
Configuration menu - View commit details
-
Copy full SHA for 1a7375b - Browse repository at this point
Copy the full SHA 1a7375bView commit details
Commits on May 17, 2017
-
Improve the error management when /proc is not mounted
This PR does two things: * Triggers an error on GNU/Linux & Android when /proc/self/exe doesn't exist * Handle the error properly
Configuration menu - View commit details
-
Copy full SHA for 1b6a182 - Browse repository at this point
Copy the full SHA 1b6a182View commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b955296 - Browse repository at this point
Copy the full SHA b955296View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e33a0 - Browse repository at this point
Copy the full SHA f4e33a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb6639 - Browse repository at this point
Copy the full SHA 1eb6639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 474cc91 - Browse repository at this point
Copy the full SHA 474cc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4549423 - Browse repository at this point
Copy the full SHA 4549423View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fc7b1 - Browse repository at this point
Copy the full SHA b2fc7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f88106 - Browse repository at this point
Copy the full SHA 4f88106View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6cbd7 - Browse repository at this point
Copy the full SHA cd6cbd7View commit details -
rustbuild: install rust-analysis and rust-src when extended build is …
…enabled Signed-off-by: Marc-Antoine Perennou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecfdc9a - Browse repository at this point
Copy the full SHA ecfdc9aView commit details -
Introduce a new Installer object that hold a reference to all the configured paths for installation Signed-off-by: Marc-Antoine Perennou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 801e2b7 - Browse repository at this point
Copy the full SHA 801e2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5163aa - Browse repository at this point
Copy the full SHA c5163aaView commit details -
Rollup merge of rust-lang#42024 - citizen428:docs/update-exitstatus, …
…r=steveklabnik Add documentation for `ExitStatus` As requested in rust-lang#29370. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 21dd9fd - Browse repository at this point
Copy the full SHA 21dd9fdView commit details -
Rollup merge of rust-lang#42056 - sylvestre:master, r=alexcrichton
Improve the error management when /proc is not mounted This PR does two things: * Triggers an error on GNU/Linux & Android when /proc/self/exe doesn't exist * Handle the error properly
Configuration menu - View commit details
-
Copy full SHA for 28050d8 - Browse repository at this point
Copy the full SHA 28050d8View commit details -
Rollup merge of rust-lang#42067 - Keruspe:master, r=alexcrichton
rustbuild: install improvements Install rust-analysis and rust-src to get in par with what we can get from rustup. Allow bypassing the vendoring of dependencies. When we only build to install and not to redistribute dist tarballs, that part is not necessary, so avoid trying to install cargo-vendor.
Configuration menu - View commit details
-
Copy full SHA for b384931 - Browse repository at this point
Copy the full SHA b384931View commit details -
Rollup merge of rust-lang#42069 - QuietMisdreavus:low_pri, r=alexcric…
…hton Add an option to run rustbuild on low priority on Windows and Unix This is a resurrection of rust-lang#40776, combining their Windows setup with an additional setup on Unix to set the program group's *nice*ness to +10 (low-but-not-lowest priority, mirroring the priority in the Windows setup) when the `low_priority` option is on.
Configuration menu - View commit details
-
Copy full SHA for 59b5585 - Browse repository at this point
Copy the full SHA 59b5585View commit details -
Rollup merge of rust-lang#42070 - tshepang:env-misc, r=BurntSushi
misc doc improvements for std::env
Configuration menu - View commit details
-
Copy full SHA for fa3c407 - Browse repository at this point
Copy the full SHA fa3c407View commit details -
Rollup merge of rust-lang#42079 - seeekr:patch-1, r=steveklabnik
fix typo in libstd/sync/mpsc/mod.rs docs
Configuration menu - View commit details
-
Copy full SHA for 284de04 - Browse repository at this point
Copy the full SHA 284de04View commit details -
Rollup merge of rust-lang#42080 - pravic:jquery-removal-fix, r=frewsxcv
Fix regression introduced by jQuery removal Fixes rust-lang#42078. Follows rust-lang#41307. r? @steveklabnik cc @frewsxcv
Configuration menu - View commit details
-
Copy full SHA for e528654 - Browse repository at this point
Copy the full SHA e528654View commit details -
Rollup merge of rust-lang#42082 - michaelwoerister:wider_def_path_has…
…hes, r=eddyb incr. comp.: Use more bits for DefPath hashes Use 128 instead of 64 bits for DefPath hashes, like we do for everything else. Collision probability is unnecessarily high with 64 bits. Also change the representation of `ich::Fingerprint` from `Fingerprint([u8; 16])` to `Fingerprint(u64, u64)` which is better for hashers like `FxHasher`.
Configuration menu - View commit details
-
Copy full SHA for b6ada54 - Browse repository at this point
Copy the full SHA b6ada54View commit details -
Rollup merge of rust-lang#42086 - alexcrichton:update-cargo, r=Mark-S…
…imulacrum Update the Cargo submodules More info [here](rust-lang#42070 (comment)) as to what's going on.
Configuration menu - View commit details
-
Copy full SHA for 3bb3b28 - Browse repository at this point
Copy the full SHA 3bb3b28View commit details -
Rollup merge of rust-lang#42089 - nagisa:xpy-broke-on-py3-again⁈, r=a…
…lexcrichton Fix x.py Fixes rust-lang#42085
Configuration menu - View commit details
-
Copy full SHA for 82daee0 - Browse repository at this point
Copy the full SHA 82daee0View commit details