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

default all feature flags to off #1811

Merged
merged 11 commits into from
Nov 22, 2019
Merged

default all feature flags to off #1811

merged 11 commits into from
Nov 22, 2019

Commits on Nov 22, 2019

  1. default all feature flags to off

    Changes the set of `default` feature flags to `[]`. By default, only
    core traits are included without specifying feature flags. This makes it
    easier for users to pick the components they need.
    
    For convenience, a `full` feature flag is included that includes all
    components.
    
    Tests are configured to require the `full` feature. Testing individual
    feature flags will need to be moved to a separate crate.
    
    Closes #1791
    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    9f6a161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9217849 View commit details
    Browse the repository at this point in the history
  3. update readme

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e9e4110 View commit details
    Browse the repository at this point in the history
  4. test README

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    9559b77 View commit details
    Browse the repository at this point in the history
  5. fix tokio-macro doc tests

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    200ac90 View commit details
    Browse the repository at this point in the history
  6. fix tokio-test build

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    294ddff View commit details
    Browse the repository at this point in the history
  7. Update tokio/Cargo.toml

    Co-Authored-By: Taiki Endo <te316e89@gmail.com>
    carllerche and taiki-e authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    c7dcb95 View commit details
    Browse the repository at this point in the history
  8. util tests

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    f8b61c5 View commit details
    Browse the repository at this point in the history
  9. fix build

    carllerche committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1c4ccaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05396dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d159c15 View commit details
    Browse the repository at this point in the history