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

rustbuild: Allow quick testing of libstd and libcore at stage0 #50466

Merged
merged 9 commits into from
May 6, 2018

Commits on May 5, 2018

  1. Added ./x.py test --no-doc option.

    This enables `./x.py test --stage 0 src/libstd --no-doc` and ensures the
    stage2-rustc and rustdoc need to be built.
    kennytm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    1733f5e View commit details
    Browse the repository at this point in the history
  2. Added test case.

    kennytm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    be9d669 View commit details
    Browse the repository at this point in the history
  3. Move libcore/time tests from time.rs to tests/time.rs

    All other tests of libcore reside in the tests/ directory,
    too. Apparently the tests of `time.rs` weren't run before, at
    least not by `x.py test src/libcore`.
    LukasKalbertodt authored and kennytm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    3ddd67b View commit details
    Browse the repository at this point in the history
  4. Fix warning in core::time tests

    LukasKalbertodt authored and kennytm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    10ab98d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13e07a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f24915b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02f6a03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    169f58b View commit details
    Browse the repository at this point in the history
  9. s/DocTestsOption/DocTests/g

    kennytm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    05af55b View commit details
    Browse the repository at this point in the history