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

Adds LazyRawTextReader support for structs #619

Merged
merged 16 commits into from
Aug 23, 2023
Merged

Adds LazyRawTextReader support for structs #619

merged 16 commits into from
Aug 23, 2023

Commits on Jul 24, 2023

  1. Top-level nulls, bools, ints

    Zack Slayton committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e0a83d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Consolidate impls of AsUtf8 w/helper fn

    Zack Slayton committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    89f79aa View commit details
    Browse the repository at this point in the history
  2. Improved TextBufferView docs, removed DataSource

    Zack Slayton committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    840be4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Adds lazy text floats

    Zack Slayton committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5db1ff0 View commit details
    Browse the repository at this point in the history
  2. Adds LazyRawTextReader support for comments

    Zack Slayton committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    07d4a70 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Adds LazyRawTextReader support for reading strings

    Zack Slayton committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    181e0a5 View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    Zack Slayton committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    357ca8f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix a couple of unit tests

    Zack Slayton committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    716ff34 View commit details
    Browse the repository at this point in the history
  2. Less ambitious float eq comparison

    Zack Slayton committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e29fec5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Adds LazyRawTextReader support for reading symbols

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8f79a36 View commit details
    Browse the repository at this point in the history
  2. Adds more doc comments

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4cb9b2b View commit details
    Browse the repository at this point in the history
  3. More doc comments

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    54470d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Adds LazyRawTextReader support for reading lists

    Zack Slayton committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    78014e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Adds LazyRawTextReader support for structs

    Zack Slayton committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a6a3aa8 View commit details
    Browse the repository at this point in the history
  2. More doc comments

    Zack Slayton committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4fc9078 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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