Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxc-project/oxc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cdc8619c41ee8aab78645eb6b681855037a9e0e3
Choose a base ref
...
head repository: oxc-project/oxc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20fbe55f4dff43134acf657a80707296b9b55c9b
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 7, 2024

  1. refactor(ast): use type identifier instead of CloneIn::Cloned GAT. (#…

    …4738)
    
    After #4731 (comment), I realized that I'm using `Self::Cloned` for enum derives. It was from my earlier attempts to resolve lifetime issues.
    rzvxa committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    579b797 View commit details
    Browse the repository at this point in the history
  2. refactor(ast, ast_codegen): use generate_derive for implementing `G…

    …etSpan` and `GetSpanMut` traits.
    rzvxa authored and overlookmotel committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    76cd463 View commit details
    Browse the repository at this point in the history
  3. fix: clippy warnings.

    rzvxa authored and overlookmotel committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    20fbe55 View commit details
    Browse the repository at this point in the history
Loading