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

Modify fairings #2598

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Modify fairings #2598

wants to merge 10 commits into from

Commits on Apr 27, 2021

  1. Change From<> to a normal method

    Changes the codegen for routes to use a method on the proxy object,
    rather than implementing a trait on the proxy object. This helps rustc
    identify unused routes, although it may break compatibility for some
    specific use cases.
    the10thWiz committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    6556dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8916bd0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    566a632 View commit details
    Browse the repository at this point in the history
  2. Fix merge issue

    the10thWiz committed May 11, 2021
    Configuration menu
    Copy the full SHA
    347c513 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

Commits on Jul 15, 2022

  1. Add modify_fairings

    Pomes, Matthew authored and Pomes, Matthew committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d41943e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    55aeb82 View commit details
    Browse the repository at this point in the history
  2. Update PR with comments

    - Change to different signatures for simplicity
    the10thWiz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3ffa761 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    6f1bc32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ba9a4 View commit details
    Browse the repository at this point in the history