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

Profile Overrides (RFC #2282 Part 1) #5384

Merged
merged 23 commits into from
Apr 27, 2018
Merged

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    575d6e8 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    62d6f0d View commit details
    Browse the repository at this point in the history
  3. Move Profile back into Unit as a copy.

    The de-duplication of Units just doesn't work without it.
    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    7366074 View commit details
    Browse the repository at this point in the history
  4. Fix a variety of profile bugs.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    138eb33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7051b63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    768f573 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d8ebe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dc9e07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0a880c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36b8769 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba537d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c667fc2 View commit details
    Browse the repository at this point in the history
  13. Some test cleanup for profiles.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ec7be84 View commit details
    Browse the repository at this point in the history
  14. Remove last TODO comments.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    accc9b2 View commit details
    Browse the repository at this point in the history
  15. rustfmt

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    a4947c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9ca36de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10a6da6 View commit details
    Browse the repository at this point in the history
  18. Add some more tests.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    b9181ef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    025e23b View commit details
    Browse the repository at this point in the history
  20. Avoid building libs and bins twice in `cargo build --all-targets --re…

    …lease`.
    
    This changes it so that `Build` mode is not set in the Unit, since there is
    no difference between Bench and Test once the profile has been selected.
    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    195520b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    902cb98 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    040f984 View commit details
    Browse the repository at this point in the history
  23. Minor style update.

    ehuss committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e82e9c1 View commit details
    Browse the repository at this point in the history