Skip to content
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

Extract std::libc to its own crate #13315

Merged
merged 4 commits into from
Apr 6, 2014
Merged

Extract std::libc to its own crate #13315

merged 4 commits into from
Apr 6, 2014

Commits on Apr 4, 2014

  1. Remove libc from std

    These wrappers are bound to a specific libc, and they don't need to be part of
    libstd.
    emberian authored and alexcrichton committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    308c035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ad5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0459ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2014

  1. rustc: Pass --enable-long-section-names to gcc

    This was quite a curious bug on windows, and the details can be found in the
    comment I added to src/librustc/back/link.rs
    alexcrichton committed Apr 6, 2014
    20 Configuration menu
    Copy the full SHA
    38f7a1b View commit details
    Browse the repository at this point in the history