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: Support #[deprecated] attribute #860

Closed
wants to merge 25 commits into from

Commits on Jul 22, 2023

  1. WIP:

    sevenc-nanashi committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f86d749 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Add: Add deprecated

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    87561a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e001222 View commit details
    Browse the repository at this point in the history
  3. Fix: Support quotes

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d75abe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19845d8 View commit details
    Browse the repository at this point in the history
  5. Add: Support enum

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    608a31e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff164fb View commit details
    Browse the repository at this point in the history
  7. Update: Update test

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6c29ff7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5733bf8 View commit details
    Browse the repository at this point in the history
  9. Code: Use out.write

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b5ae00e View commit details
    Browse the repository at this point in the history
  10. Fix: Fix condition

    sevenc-nanashi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a9587bb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    fbe51c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfb3ff View commit details
    Browse the repository at this point in the history
  3. Fix: Fix formatting

    sevenc-nanashi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    31fff88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a439a3a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    bb39e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3f566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81bf4ca View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Change: Option<String> -> Option<&str>

    Co-Authored-By: emilio <emilio@users.noreply.github.com>
    sevenc-nanashi and emilio committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    50b6171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d7035 View commit details
    Browse the repository at this point in the history
  3. Change: Use helper

    sevenc-nanashi committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    19db2a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d13bb58 View commit details
    Browse the repository at this point in the history
  5. Change: Use helper

    sevenc-nanashi committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5b119db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    507eaa5 View commit details
    Browse the repository at this point in the history
  7. Fix: Use Some(

    sevenc-nanashi committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5809afc View commit details
    Browse the repository at this point in the history