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 code scanner tool #3120

Merged
merged 7 commits into from
Aug 1, 2024
Merged

Commits on Apr 2, 2024

  1. Add code scanner tool

    This is just a utility tool that allow us to scan a crate and extract
    some metrics out of it. I also added a script to scan the standard
    library.
    
    Currently, the tool will produce a few CSV files with raw data.
    celinval committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f3f90be View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3cb3085 View commit details
    Browse the repository at this point in the history
  2. Fix dependencies

    celinval committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a0ff058 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on Jul 31, 2024

  1. Apply suggestions from code review

    Co-authored-by: Qinheping Hu <qinhh@amazon.com>
    celinval and qinheping authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9baaf0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56559e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb0d43 View commit details
    Browse the repository at this point in the history