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

[proc macros] force proc macro api to return Result #435

Merged
merged 19 commits into from
Aug 18, 2021

Commits on Aug 13, 2021

  1. rewrite me

    niklasad1 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    c28d79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a07cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e40a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c45d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    394a06b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    33b4fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. clippy

    niklasad1 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    07029a9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into na-require-proc-mac…

    …ro-api-to-return-result
    niklasad1 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2a77db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cc7fea View commit details
    Browse the repository at this point in the history
  4. fix nits

    niklasad1 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    58db4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f73cef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a97ccd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. [types]: add helper methods for Error types

    The rationale is to make it possible for users to either use anyhow::Error or use the helper methods.
    niklasad1 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6f9ef0c View commit details
    Browse the repository at this point in the history
  2. fmt

    niklasad1 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    df9890e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Revert "register_*_method Into<Error>"

    This reverts commit 33b4fa2.
    niklasad1 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ac7de26 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into na-require-proc-mac…

    …ro-api-to-return-result
    niklasad1 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    05d18fa View commit details
    Browse the repository at this point in the history
  3. add better comment

    niklasad1 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    61b365a View commit details
    Browse the repository at this point in the history
  4. fix nit

    niklasad1 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7101388 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into na-require-proc-mac…

    …ro-api-to-return-result
    niklasad1 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b06973b View commit details
    Browse the repository at this point in the history