-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: 668864d9e
head repository: rust-lang/rust
compare: 536a900c4
- 13 commits
- 33 files changed
- 4 contributors
Commits on Feb 6, 2017
-
Fix for bootstrapping on NixOS
NixOS puts Linux's dynamic loader in wierd place. Detect when we're on NixOS and patch the downloaded bootstrap executables appropriately.
Configuration menu - View commit details
-
Copy full SHA for 64c1ac8 - Browse repository at this point
Copy the full SHA 64c1ac8View commit details
Commits on Feb 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d87644c - Browse repository at this point
Copy the full SHA d87644cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5429305 - Browse repository at this point
Copy the full SHA 5429305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18be42c - Browse repository at this point
Copy the full SHA 18be42cView commit details
Commits on Feb 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6e2631a - Browse repository at this point
Copy the full SHA 6e2631aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a5b9d - Browse repository at this point
Copy the full SHA e0a5b9dView commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2d91e7a - Browse repository at this point
Copy the full SHA 2d91e7aView commit details -
appveyor: Move MSVC dist builds to their own builder
In the long run we want to separate out the dist builders from the test builders. This provides us leeway to expand the dist builders with more tools (e.g. Cargo and the RLS) without impacting cycle times. Currently the Travis dist builders double-up the platforms they provide builds for, so I figured we could try that out for MSVC as well. This commit adds a new AppVeyor builder which runs a dist for all the MSVC targets: * x86_64-pc-windows-msvc * i686-pc-windows-msvc * i586-pc-windows-msvc If this takes too long and/or times out we'll need to split this up. In any case we're going to need more capacity from AppVeyor no matter what becaue the two pc-windows-gnu targets can't cross compile so we need at least 2 more builders no matter what.
Configuration menu - View commit details
-
Copy full SHA for 5286c68 - Browse repository at this point
Copy the full SHA 5286c68View commit details
Commits on Feb 17, 2017
-
Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys
Refactor macro resolution errors + add derive macro suggestions Move legacy macro resolution error reporting to `finalize_current_module_macro_resolutions`, and provide suggestions for derive macros. Fixes #39323 cc #30197 r? @jseyfried
Configuration menu - View commit details
-
Copy full SHA for 16c94cd - Browse repository at this point
Copy the full SHA 16c94cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e324bd - Browse repository at this point
Copy the full SHA 5e324bdView commit details -
Auto merge of #39852 - alexcrichton:appveyor-separate-dist, r=brson
appveyor: Move MSVC dist builds to their own builder In the long run we want to separate out the dist builders from the test builders. This provides us leeway to expand the dist builders with more tools (e.g. Cargo and the RLS) without impacting cycle times. Currently the Travis dist builders double-up the platforms they provide builds for, so I figured we could try that out for MSVC as well. This commit adds a new AppVeyor builder which runs a dist for all the MSVC targets: * x86_64-pc-windows-msvc * i686-pc-windows-msvc * i586-pc-windows-msvc If this takes too long and/or times out we'll need to split this up. In any case we're going to need more capacity from AppVeyor no matter what becaue the two pc-windows-gnu targets can't cross compile so we need at least 2 more builders no matter what.
Configuration menu - View commit details
-
Copy full SHA for e879aa4 - Browse repository at this point
Copy the full SHA e879aa4View commit details -
Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis
Ignore expected type in diverging blocks As per comment: #39297 (comment)
Configuration menu - View commit details
-
Copy full SHA for dc0bb3f - Browse repository at this point
Copy the full SHA dc0bb3fView commit details -
Auto merge of #39578 - canndrew:nixos-bootstrap-fix, r=alexcrichton
Fix for bootstrapping on NixOS NixOS puts Linux's dynamic loader in wierd place. Detect when we're on NixOS and patch the downloaded bootstrap executables appropriately.
Configuration menu - View commit details
-
Copy full SHA for 536a900 - Browse repository at this point
Copy the full SHA 536a900View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 668864d9e...536a900c4