Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b95b9b
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 339b311
Choose a head ref
  • 16 commits
  • 146 files changed
  • 2 contributors

Commits on Apr 8, 2015

  1. 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]
    alexcrichton committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    f3f99fb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. 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
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    dc1f216 View commit details
    Browse the repository at this point in the history
  2. 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
    bors committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    588d37c View commit details
    Browse the repository at this point in the history
  3. 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]
    bors committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    f55e66a View commit details
    Browse the repository at this point in the history
  4. 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!
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    16becee View commit details
    Browse the repository at this point in the history
  5. rustc_back: Rewrite realpath to not use old_io

    Just bind the relevant platform-specific functions we should probably be calling
    anyway.
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    1e5c8a6 View commit details
    Browse the repository at this point in the history
  6. std: Reexport some unstable rand functionality for now

    Needed to get modules like rustc_back::tempdir compiling.
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    a5818f3 View commit details
    Browse the repository at this point in the history
  7. compiletest: Re-add raise_fd_limit

    This apparently fixes obscure bugs on OSX!
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    44ab213 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d6eabc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d56eeaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41c01ad View commit details
    Browse the repository at this point in the history
  11. rand: Delete all doc tests

    None of these actually compile any more!
    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    c6985c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5af6d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab74ef9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54d5dca View commit details
    Browse the repository at this point in the history
  15. More test fixes

    alexcrichton committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    339b311 View commit details
    Browse the repository at this point in the history
Loading