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

[beta] Release notes, dist with time crate, and #48092 #48146

Merged
merged 6 commits into from
Feb 12, 2018

Commits on Feb 11, 2018

  1. Update release notes for 1.24.0

    Aaron Power authored and Mark-Simulacrum committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    e56d1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23773b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6369d43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ed7697 View commit details
    Browse the repository at this point in the history
  5. compiletest: Delete the executable immediately after running.

    This should save a lot of space on musl test cases (whose standard library
    are linked statically).
    kennytm authored and Mark-Simulacrum committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    8088e20 View commit details
    Browse the repository at this point in the history
  6. Delete executables if the test ran successfully.

    This isn't a perfect heuristic, but since the amount of run-fail tests
    is far lower than run-pass tests for now, it should be sufficient to
    ensure that we don't run into CI limits. This makes it possible to run
    the test binary manually (e.g., under gdb/lldb) if it failed to attempt
    to find out why.
    Mark-Simulacrum committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    17d0d6a View commit details
    Browse the repository at this point in the history