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: github/codeql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codeql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/tweak-ql-code-generation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 27, 2026

  1. Hoist identical fields from union members to abstract predicates

    Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
    Copilot and aschackmull authored Aug 27, 2026
    Configuration menu
    Copy the full SHA
    42538bb View commit details
    Browse the repository at this point in the history
  2. Reorder abstract/override modifiers, merge exposed-predicate loops

    Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
    Copilot and aschackmull authored Aug 27, 2026
    Configuration menu
    Copy the full SHA
    d0589f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2026

  1. tweak ql_gen.rs

    aschackmull committed Sep 4, 2026
    Configuration menu
    Copy the full SHA
    79de6fd View commit details
    Browse the repository at this point in the history
  2. Merge exposed-predicates cache/by-class-name maps into a single map

    Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
    Copilot and aschackmull authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    c532cb8 View commit details
    Browse the repository at this point in the history
  3. Detect cycles in supertype hierarchy to avoid infinite recursion

    Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
    Copilot and aschackmull authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    51ec7cc View commit details
    Browse the repository at this point in the history
  4. Apply remaining changes

    Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
    Copilot and aschackmull authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    a72b7e4 View commit details
    Browse the repository at this point in the history
Loading