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

Mass renaming, container Display impls #486

Merged
merged 16 commits into from
Mar 16, 2023
Merged

Mass renaming, container Display impls #486

merged 16 commits into from
Mar 16, 2023

Commits on Mar 15, 2023

  1. Adds ElementReader trait

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ab997dc View commit details
    Browse the repository at this point in the history
  2. Manual fixes for missed renames

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6f58178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164af4f View commit details
    Browse the repository at this point in the history
  4. Removed old comment

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6ea5b68 View commit details
    Browse the repository at this point in the history
  5. links to GitHub issue 484

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4760f6f View commit details
    Browse the repository at this point in the history
  6. one more link to GitHub issue 484

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2fbde84 View commit details
    Browse the repository at this point in the history
  7. formatting

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    dbec271 View commit details
    Browse the repository at this point in the history
  8. undoing IDE renames

    Zack Slayton committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8f5eefe View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Renamed crate::value to crate::element

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5543e8b View commit details
    Browse the repository at this point in the history
  2. Rename IonType::SExpression to IonType::SExp

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4ff980f View commit details
    Browse the repository at this point in the history
  3. Rename IonType::Boolean to IonType::Bool

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    17f145e View commit details
    Browse the repository at this point in the history
  4. Adds Display impl for List,SExp,Struct,Value

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    52c1f2b View commit details
    Browse the repository at this point in the history
  5. IonType Display uses official type names

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    95e8b4f View commit details
    Browse the repository at this point in the history
  6. Rename Integer to Int, UInteger to UInt

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    85f7cfb View commit details
    Browse the repository at this point in the history
  7. clippy suggestions in ion_hash_tests

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    057527b View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/main' into renaming

    Zack Slayton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2b47284 View commit details
    Browse the repository at this point in the history