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

Enable customizing the linkage of a platform's C runtime #1721

Merged
merged 7 commits into from
Oct 25, 2016

Commits on Aug 18, 2016

  1. RFC: Enable selecting how the C runtime is linked

    Enable the compiler to select whether a target dynamically or statically links
    to a platform's standard C runtime through the introduction of three orthogonal
    and otherwise general purpose features, one of which would likely never become
    stable.
    alexcrichton committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    fa8d2f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Revising crt-link

    brson committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    e9285f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from brson/crt-link

    Revising crt-link
    alexcrichton committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    5864dd3 View commit details
    Browse the repository at this point in the history
  3. Resolve some TODO

    alexcrichton committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    efd28c6 View commit details
    Browse the repository at this point in the history
  4. More crt-link edits

    brson committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    104b166 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from brson/crt-link

    More crt-link edits
    alexcrichton committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    46fc716 View commit details
    Browse the repository at this point in the history
  6. Rename RFC file

    alexcrichton committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    30f9891 View commit details
    Browse the repository at this point in the history