-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: 0b95b9b
head repository: rust-lang/rust
compare: 339b311
- 16 commits
- 146 files changed
- 2 contributors
Commits on Apr 8, 2015
-
std: Fix fs::read_link behavior on Windows
The current implementation of using GetFinalPathNameByHandle actually reads all intermediate links instead of just looking at the current link. This commit alters the behavior of the function to use a different API which correctly reads only one level of the soft link. [breaking-change]
Configuration menu - View commit details
-
Copy full SHA for f3f99fb - Browse repository at this point
Copy the full SHA f3f99fbView commit details
Commits on Apr 13, 2015
-
std: Work around a stability bug in thread
Make sure the unstable `scoped` modules isn't named the same as the `scoped` function. cc #24334
Configuration menu - View commit details
-
Copy full SHA for dc1f216 - Browse repository at this point
Copy the full SHA dc1f216View commit details -
Auto merge of #24362 - alexcrichton:issue-24334, r=huonw
Make sure the unstable `scoped` modules isn't named the same as the `scoped` function. cc #24334
Configuration menu - View commit details
-
Copy full SHA for 588d37c - Browse repository at this point
Copy the full SHA 588d37cView commit details -
Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon
The current implementation of using GetFinalPathNameByHandle actually reads all intermediate links instead of just looking at the current link. This commit alters the behavior of the function to use a different API which correctly reads only one level of the soft link. [breaking-change]
Configuration menu - View commit details
-
Copy full SHA for f55e66a - Browse repository at this point
Copy the full SHA f55e66aView commit details -
std: Remove old_io/old_path/rand modules
This commit entirely removes the old I/O, path, and rand modules. All functionality has been deprecated and unstable for quite some time now!
Configuration menu - View commit details
-
Copy full SHA for 16becee - Browse repository at this point
Copy the full SHA 16beceeView commit details -
rustc_back: Rewrite realpath to not use old_io
Just bind the relevant platform-specific functions we should probably be calling anyway.
Configuration menu - View commit details
-
Copy full SHA for 1e5c8a6 - Browse repository at this point
Copy the full SHA 1e5c8a6View commit details -
std: Reexport some unstable rand functionality for now
Needed to get modules like rustc_back::tempdir compiling.
Configuration menu - View commit details
-
Copy full SHA for a5818f3 - Browse repository at this point
Copy the full SHA a5818f3View commit details -
compiletest: Re-add raise_fd_limit
This apparently fixes obscure bugs on OSX!
Configuration menu - View commit details
-
Copy full SHA for 44ab213 - Browse repository at this point
Copy the full SHA 44ab213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6eabc - Browse repository at this point
Copy the full SHA 2d6eabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d56eeaf - Browse repository at this point
Copy the full SHA d56eeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c01ad - Browse repository at this point
Copy the full SHA 41c01adView commit details -
None of these actually compile any more!
Configuration menu - View commit details
-
Copy full SHA for c6985c3 - Browse repository at this point
Copy the full SHA c6985c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5af6d0 - Browse repository at this point
Copy the full SHA f5af6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab74ef9 - Browse repository at this point
Copy the full SHA ab74ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d5dca - Browse repository at this point
Copy the full SHA 54d5dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339b311 - Browse repository at this point
Copy the full SHA 339b311View 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 0b95b9b...339b311