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

Extract parser #748

Closed
wants to merge 43 commits into from
Closed

Extract parser #748

wants to merge 43 commits into from

Commits on Nov 5, 2022

  1. Extract askama_parser from askama_derive

    This is a rote split of the proc_macro crate into the config and
    parser side on the one hand, and the generator code on the other.
    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c2b55e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f962a View commit details
    Browse the repository at this point in the history
  3. clippy

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7374f83 View commit details
    Browse the repository at this point in the history
  4. fmt

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6a4be68 View commit details
    Browse the repository at this point in the history
  5. clippy

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9dc3c3b View commit details
    Browse the repository at this point in the history
  6. config docs

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a38e713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a39676 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb22f0b View commit details
    Browse the repository at this point in the history
  9. mod config docs

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    53a7e37 View commit details
    Browse the repository at this point in the history
  10. unpub that fn

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4bacb18 View commit details
    Browse the repository at this point in the history
  11. fix doctest

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0e3d8c4 View commit details
    Browse the repository at this point in the history
  12. fix features

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    931b3e7 View commit details
    Browse the repository at this point in the history
  13. input docs

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    42c171c View commit details
    Browse the repository at this point in the history
  14. compileerror docs

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    96fdc54 View commit details
    Browse the repository at this point in the history
  15. parser::node docs

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e39c4eb View commit details
    Browse the repository at this point in the history
  16. docs parser

    couchand committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    98ab5b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. more parser docs

    couchand committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    827c481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa8bf1 View commit details
    Browse the repository at this point in the history
  3. fmt initial dev

    couchand committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5c12c43 View commit details
    Browse the repository at this point in the history
  4. pass syntax into fmt

    couchand committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0d4dc57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aa7f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. match fmt

    couchand committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    deb198f View commit details
    Browse the repository at this point in the history
  2. fmt for loop

    couchand committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    91170e3 View commit details
    Browse the repository at this point in the history
  3. fmt break and continue

    couchand committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0395f8e View commit details
    Browse the repository at this point in the history
  4. refactor fmt block tags

    couchand committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cc07214 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. extract structured helper

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0d9a805 View commit details
    Browse the repository at this point in the history
  2. fmt call

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1d05299 View commit details
    Browse the repository at this point in the history
  3. fmt extends

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d643bf2 View commit details
    Browse the repository at this point in the history
  4. fmt blockdef

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c50bd27 View commit details
    Browse the repository at this point in the history
  5. fmt include

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3ee4187 View commit details
    Browse the repository at this point in the history
  6. parse extends as strlit

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6fbfb9b View commit details
    Browse the repository at this point in the history
  7. test fixes

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3146809 View commit details
    Browse the repository at this point in the history
  8. more fixes

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f2df418 View commit details
    Browse the repository at this point in the history
  9. fmt import

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    08ee164 View commit details
    Browse the repository at this point in the history
  10. fmt macro

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e945935 View commit details
    Browse the repository at this point in the history
  11. fmt raw

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cd26092 View commit details
    Browse the repository at this point in the history
  12. fmt exprs

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ec1ab7c View commit details
    Browse the repository at this point in the history
  13. all targets

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0ec6eeb View commit details
    Browse the repository at this point in the history
  14. fmt infallible

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    aec4c53 View commit details
    Browse the repository at this point in the history
  15. fmt fmt

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    aa7f3d1 View commit details
    Browse the repository at this point in the history
  16. todos resolved

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6bf2c96 View commit details
    Browse the repository at this point in the history
  17. gen fixes

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    46a62e1 View commit details
    Browse the repository at this point in the history
  18. remove vestigial tests

    couchand committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    fb35a54 View commit details
    Browse the repository at this point in the history