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@{1day}
Choose a base ref
...
head repository: github/codeql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 15 files changed
  • 2 contributors

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    97f7dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d400713 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    9de5f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a5c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a487e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    08174d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5aeadd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    6b7f339 View commit details
    Browse the repository at this point in the history
  2. Rust: Autoformat.

    geoffw0 committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    e951156 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

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

Commits on Feb 25, 2026

  1. Go: fix standalone build of the Go extractor

    #21276 worked together with the
    internal changes but broke the standalone build of the Go extractor of
    this repo in isolation.
    
    The root cause was the lack of an auto-loaded `java_library` rule
    definition. This fixes it.
    
    I also checked this doesn't happen anywhere else.
    redsun82 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    42e41c5 View commit details
    Browse the repository at this point in the history
  2. Bazel: load rules_cc explicitly

    Turns out in #21371 I was right
    about `java_*` rules not relying on autoload anywhere, but it turns out
    some `cc_*` rules still relied on autoload. This autoload is currently
    configured in the internal repository, but we want to remove it
    eventually. This patch:
    * adds explicit loads to `rules_cc`
    * removes an obsolete file (that depedency has its own bazel module
      since some time, we just forgot to remove the old file)
    redsun82 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5b5dc9c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21371 from github/redsun82/fix-local-go-builds

    Go: fix standalone build of the Go extractor
    redsun82 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    968856e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15a2575 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d0c72e View commit details
    Browse the repository at this point in the history
  6. Rust: Add an empty.model.yml similar to the one in CPP, to avoid erro…

    …rs about missing extensionals.
    geoffw0 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ccc3181 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21373 from github/redsun82/load-cc-explicitly

    Bazel: load `rules_cc` and `rules_shell` explicitly
    redsun82 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    4e4d055 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #21271 from geoffw0/neutralmodels

    Rust: Add support for neutral models.
    geoffw0 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5523b5e View commit details
    Browse the repository at this point in the history
Loading