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

std: Stabilize the env module #22869

Merged
merged 1 commit into from
Feb 28, 2015
Merged

Commits on Feb 27, 2015

  1. std: Stabilize the env module

    Now that the `std::env` module has had some time to bake this commit marks most
    of its APIs as `#[stable]`. Some notable APIs that are **not** stable (and still
    use the same `env` feature gate) are:
    
    * `{set,get}_exit_status` - there are still questions about whether this is the
      right interface for setting/getting the exit status of a process.
    * `page_size` - this may change location in the future or perhaps name as well.
    
    This also effectively closes rust-lang#22122 as the variants of `VarError` are
    `#[stable]` now. (this is done intentionally)
    alexcrichton committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    ad14891 View commit details
    Browse the repository at this point in the history