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

Feature/embedded time #192

Merged
merged 12 commits into from
Mar 11, 2021
Merged

Feature/embedded time #192

merged 12 commits into from
Mar 11, 2021

Commits on Jan 10, 2021

  1. Use embedded_time

    wbuck committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2caf4f2 View commit details
    Browse the repository at this point in the history
  2. Re-export embedded_time

    wbuck committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    303e721 View commit details
    Browse the repository at this point in the history
  3. Remove custom time impl

    wbuck committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2c81f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Fix examples and tests

    - Updated all examples to use embedded-time
    - Updated all tests to use embedded-time
    wbuck committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    9fa5940 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    wbuck committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    71a5cc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    547f975 View commit details
    Browse the repository at this point in the history
  2. Replace TryFrom with TryInto

    wbuck committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9b082a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Take concrete Hertz type

    - Remove generic TryFrom constraint on functions taking a Rate type
    - Make all functions taking a Rate type take the Hertz type instead
    wbuck committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c6bd1ce View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    e32b3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f67a2 View commit details
    Browse the repository at this point in the history
  3. Merge master

    wbuck committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e9b49ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5be98c1 View commit details
    Browse the repository at this point in the history