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

Add a const-constructors for sync primitives #2790

Merged
merged 11 commits into from Sep 12, 2020

Commits on Aug 24, 2020

  1. Copy the full SHA
    91445a5 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    mental32 committed Aug 24, 2020
    Copy the full SHA
    633799e View commit details
    Browse the repository at this point in the history
  3. FIx tokio/src/sync/mutex.rs doctest

    Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
    mental32 and MikailBag committed Aug 24, 2020
    Copy the full SHA
    e109288 View commit details
    Browse the repository at this point in the history
  4. feature gate const-constructors to nightly

    they require feature(const_fn) which is not available on stable.
    mental32 committed Aug 24, 2020
    Copy the full SHA
    3d53e15 View commit details
    Browse the repository at this point in the history
  5. Add doc_cfg attributres to const-constructors

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    mental32 and hawkw committed Aug 24, 2020
    Copy the full SHA
    38c9dd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Copy the full SHA
    6065e35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39b8a30 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Copy the full SHA
    a1fa12a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Copy the full SHA
    3fc62b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    92dc9c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Copy the full SHA
    eeb5608 View commit details
    Browse the repository at this point in the history