Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 19, 2023

  1. Merge pull request #13460 from erik-krogh/rest-of-cpp

    CPP: delete the deprecated Container::getURL predicates
    jketema committed Jun 19, 2023
    Copy the full SHA
    b500bbb View commit details
    Browse the repository at this point in the history
  2. add change-note

    erik-krogh committed Jun 19, 2023
    Copy the full SHA
    2104507 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5fdfd98 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13426 from jketema/inline-3

    Update inline flow tests to use parameterized module
    jketema committed Jun 19, 2023
    Copy the full SHA
    9c774ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13447 from github/sashabu/windows2

    Swift: Bare-bones extractor pack for Windows.
    sashabu committed Jun 19, 2023
    Copy the full SHA
    61a3f86 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13497 from github/redsun82/swift-remove-result-of

    Swift: remove `std::result_of` from swift headers
    AlexDenisov committed Jun 19, 2023
    Copy the full SHA
    21ad3e8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #13480 from github/jhelie/clean-up-mad-kinds-use

    Java: clean up mad kinds use
    jhelie committed Jun 19, 2023
    Copy the full SHA
    4233363 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    592e7f0 View commit details
    Browse the repository at this point in the history
  9. Swift: remove std::result_of from swift headers

    `std::result_of` was removed in C++20, though the actual removal from
    the STL library implementations seems to depend on the version. For
    example using xcode 14.2 one gets away with a deprecation warning, but
    xcode 14.3 will fail.
    
    As Swift 5.8.1 is still compiled with C++14, we cannot replace
    `std::result_of` with `std::invoke_result` in the prebuilding patches
    just yet, but we can do that for the extractor itself, patching the
    prebuilt package.
    redsun82 committed Jun 19, 2023
    Copy the full SHA
    3ff7148 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #13256 from atorralba/atorralba/java/stapler-models

    Java: Model the Stapler framework
    atorralba committed Jun 19, 2023
    Copy the full SHA
    c626890 View commit details
    Browse the repository at this point in the history
  11. Fix name clash

    atorralba committed Jun 19, 2023
    Copy the full SHA
    00fe8ad View commit details
    Browse the repository at this point in the history
  12. Merge pull request #13475 from atorralba/atorralba/many/zipslip-docs-…

    …update
    
    C#/Go/Java/JS/Python/Ruby: Update the description and qhelp of the Zipslip query
    atorralba committed Jun 19, 2023
    Copy the full SHA
    5cb451b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #13482 from igfoo/igfoo/conc

    Kotlin: Avoid another cause of ConcurrentModificationException with 1.9
    igfoo committed Jun 19, 2023
    Copy the full SHA
    64e591a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #13479 from igfoo/igfoo/ENUM_ENTRIES

    Kotlin: Handle IrSyntheticBodyKind.ENUM_ENTRIES
    igfoo committed Jun 19, 2023
    Copy the full SHA
    ec73f28 View commit details
    Browse the repository at this point in the history
  15. Java: Add up/downgrade scripts

    igfoo committed Jun 19, 2023
    Copy the full SHA
    ca5bc6f View commit details
    Browse the repository at this point in the history
  16. Kotlin: Handle IrSyntheticBodyKind.ENUM_ENTRIES

    Generated by Kotlin 1.9 for some of our tests.
    igfoo committed Jun 19, 2023
    Copy the full SHA
    1f538cc View commit details
    Browse the repository at this point in the history
  17. Merge pull request #13423 from aibaars/update-grammar-3

    Ruby: update grammar
    aibaars committed Jun 19, 2023
    Copy the full SHA
    ea97c3e View commit details
    Browse the repository at this point in the history
  18. Java: fix formatting

    jketema committed Jun 19, 2023
    Copy the full SHA
    bc42308 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    b420455 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    6a84e6c View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    8f6d2ed View commit details
    Browse the repository at this point in the history
  22. Apply code review suggestions.

    Co-authored-by: Asger F <[email protected]>
    atorralba and asgerf committed Jun 19, 2023
    Copy the full SHA
    3c4d938 View commit details
    Browse the repository at this point in the history
  23. Apply suggestions from code review

    Co-authored-by: mc <[email protected]>
    atorralba and mchammer01 committed Jun 19, 2023
    Copy the full SHA
    433fc68 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #13494 from maikypedia/maikypedia/typo

    Ruby : Naming error
    hvitved committed Jun 19, 2023
    Copy the full SHA
    2253761 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #13472 from michaelnebel/csharp/usestubs2

    C#: Use stubs in the Security feature related tests.
    michaelnebel committed Jun 19, 2023
    Copy the full SHA
    1338261 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. typos

    maikypedia committed Jun 18, 2023
    Copy the full SHA
    849e732 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

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

Commits on Jun 16, 2023

  1. Copy the full SHA
    abc6d62 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    679df1e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2bb3101 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc48968 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13477 from igfoo/igfoo/diags_classes

    Kotlin: Remove diags.ql from classes test
    igfoo committed Jun 16, 2023
    Copy the full SHA
    04a7ff7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    096e9a4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9ff5754 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0e68767 View commit details
    Browse the repository at this point in the history
Older