1. 61c4644 re2: revert "churn to new Abseil" by Russ Cox · 5 weeks ago main
  2. cd7b282 re2: merge 6569a9a3df256f4c0c3813cb8ee2f8eef6e2c1fb by Russ Cox · 5 weeks ago
  3. bc27528 .github/workflows: update pypa/gh-action-pypi-publish by Russ Cox · 5 weeks ago
  4. 7df5539 re2: churn to new Abseil by Russ Cox · 5 weeks ago
  5. b1d8dff bazel: define and use small_tests by Russ Cox · 5 weeks ago
  6. 43bf853 .bcr: fix windows command-line flags by Russ Cox · 5 weeks ago
  7. bf6416b .github/workflows/release-bazel: disable attestation by Russ Cox · 5 weeks ago
  8. 6569a9a .github/workflows/release-bazel: disable attestation by Russ Cox · 3 months ago
  9. 0f6c07e .github/workflows/release-bazel: ask for secret by Russ Cox · 3 months ago 2025-08-12
  10. 432ac21 .github/workflows/release: grant release-bazel permissions by Russ Cox · 3 months ago
  11. 932b308 .github/workflows/release: fix typo in bazel file name by Russ Cox · 3 months ago
  12. ed708eb re2: prepare to tag 2025-08-12 by Russ Cox · 3 months ago
  13. 88b9fcd .github/workflows: define release-bazel and call from release by Russ Cox · 3 months ago
  14. 8fc5a04 .bcr: add bazel-central-registry configuration by Russ Cox · 3 months ago
  15. a4b2aee MODULE.bazel: mark cc_configure_extension as dev_dependency by Russ Cox · 3 months ago
  16. 85c7c0f re2: prepare to tag 2025-08-05 by Russ Cox · 3 months ago 2025-08-05
  17. 384a920 python: require Python 3.9+ by Russ Cox · 3 months ago
  18. c2c6a2e .github/workflows: only release on 2xxx-xx-xx tags by Russ Cox · 3 months ago
  19. 45150b3 python: fix re2.search(compiled, text) by Russ Cox · 3 months ago
  20. 362c559 .github: trigger workflows on rsc-testing branch too by Russ Cox · 3 months ago
  21. f8b5053 .bazelrc: ask for C++17 now by Russ Cox · 3 months ago
  22. d14faa8 CMakeLists.txt: fix dependencies for shared library build by Russ Cox · 3 months ago
  23. 8451125 README.md: convert README to Markdown, expand by Russ Cox · 3 months ago
  24. c986ecd re2: #include <cstring> in prog.h by Russ Cox · 3 months ago
  25. 2a029e2 re2: use std::optional instead of absl::optional by Russ Cox · 3 months ago
  26. 137ea7f re2: use C++17 [[fallthrough]] instead of ABSL_FALLTHROUGH_INTENDED by Russ Cox · 3 months ago
  27. 141a0b7 MODULE.bazel: update dependency versions by Russ Cox · 3 months ago
  28. cf62c8d CMakeLists: updates for clang-cl, skipping benchmarks, and C++17 by Russ Cox · 3 months ago
  29. c7f516d Makefile: ask C++ compiler for C++17 by Russ Cox · 3 months ago
  30. 66a656e re2: add Python Windows-on-ARM support by Russ Cox · 3 months ago
  31. b477832 .github/workflows: update Python build versions by Russ Cox · 3 months ago
  32. 6e8f5be python/setup: prepare for new version by Russ Cox · 3 months ago 2025-07-22
  33. ade723c MODULE.bazel: update for new tagged version by Russ Cox · 3 months ago
  34. 79741d6 re2: allow and test RE2(NULL) by Russ Cox · 4 months ago 2025-07-17
  35. 6e9f66f .github/workflows: update all helper versions by Anuraag Agrawal · 4 months ago
  36. 8ea5841 prepare release 2025-06-26 by Russ Cox · 4 months ago
  37. 006c729 .github/workflows: test newer clang by Russ Cox · 4 months ago
  38. 652b816 re2: add Set::Size by Russ Cox · 4 months ago
  39. c84a140 Move cc_configure.bzl to rules_cc by Keith Smiley · 8 months ago
  40. 6dcd83d Prepare to tag release `2024-07-02`. by Paul Wankadia · 1 year, 4 months ago 2024-07-02
  41. 7314a11 If we are building from the sdist, we are already in package form. by Paul Wankadia · 1 year, 4 months ago
  42. 433ab9c Fix a logging call. by Paul Wankadia · 1 year, 4 months ago
  43. 99b6b5c Prepare to tag release `2024-07-01`. by Paul Wankadia · 1 year, 4 months ago 2024-07-01
  44. 6144b62 Fix a silly bug. Sigh. by Paul Wankadia · 1 year, 5 months ago
  45. 0d992b4 Even more setting up to run mypy as per #496. by Paul Wankadia · 1 year, 5 months ago
  46. f3c0709 Bump versions of actions and dependencies. by Paul Wankadia · 1 year, 5 months ago
  47. 85dd7ad Address some more `-Wsign-compare` warnings. by Paul Wankadia · 1 year, 5 months ago
  48. 67570de Address some `-Wsign-compare` warnings. by Paul Wankadia · 1 year, 5 months ago
  49. 4a8cee3 Make the Bazel CI workflow test different Python versions. by Paul Wankadia · 1 year, 5 months ago
  50. 33eba10 Pivot out of the repository so that we test the wheel. by Paul Wankadia · 1 year, 5 months ago
  51. 10f876d More setting up to run mypy as per #496. by Paul Wankadia · 1 year, 5 months ago
  52. 273fb4a Tweak the sdist step to exercise it on dry runs. by Paul Wankadia · 1 year, 5 months ago
  53. e29afa1 Make the Bazel CI workflow use the local Python environment. by Paul Wankadia · 1 year, 5 months ago
  54. e38a588 Try GitHub-hosted runners for Linux on ARM64. by Paul Wankadia · 1 year, 5 months ago
  55. b91097e Add a `force-sdist` input to the Python release workflow. by Paul Wankadia · 1 year, 5 months ago
  56. 1db129f Prepare to tag release `2024-06-01`. by Paul Wankadia · 1 year, 5 months ago 2024-06-01
  57. 8e87559 Add `pybind11/stl.h` again. by Paul Wankadia · 1 year, 5 months ago
  58. 71f37d0 Clean and format `#include` directives. by Paul Wankadia · 1 year, 5 months ago
  59. 9d2c825 Bump some versions in `MODULE.bazel`. by Paul Wankadia · 1 year, 5 months ago
  60. a771d3f Work around a bug in CMake that breaks `^` anchors. by Paul Wankadia · 1 year, 6 months ago
  61. 630d011 Use the `ABSL_`-prefixed Abseil logging macros. by Paul Wankadia · 1 year, 6 months ago
  62. 4f5fd7a Switch to Abseil logging. by Paul Wankadia · 1 year, 6 months ago
  63. b664e41 Ask `pkg-config` about `gtest_main` as well. by Paul Wankadia · 1 year, 6 months ago
  64. a67d6c1 Switch to vcpkg for dependencies. by Paul Wankadia · 1 year, 6 months ago
  65. b7e96b3 Bump some versions in `MODULE.bazel`. by Paul Wankadia · 1 year, 6 months ago
  66. f31c2c6 Restore `bool T::ParseFrom(const char*, size_t)` support for MSVC. by Paul Wankadia · 1 year, 6 months ago
  67. 2b354c6 Use `pkg-config` to find GoogleTest and Benchmark. by Paul Wankadia · 1 year, 6 months ago 2024-05-01
  68. fbb52d9 Prepare to tag release `2024-05-01`. by Paul Wankadia · 1 year, 6 months ago
  69. b84e3ff Bring back `.YYYYMMDD` suffixes for `google-re2` versioning. by Paul Wankadia · 1 year, 7 months ago
  70. 3c7e162 Switch to PyPI publishing via a trusted publisher. by Paul Wankadia · 1 year, 7 months ago
  71. e76b306 Fix the Sigstore inputs. Sigh. by Paul Wankadia · 1 year, 7 months ago
  72. b0e6423 Add a GitHub Actions workflow for releases. by Paul Wankadia · 1 year, 7 months ago
  73. 4f6f815 Bump some versions in `MODULE.bazel`. by Paul Wankadia · 1 year, 7 months ago
  74. 9ebe4a2 Stop setting `re2_INCLUDE_DIR`. by Paul Wankadia · 1 year, 7 months ago
  75. ac82d4f Don't specify `-pthread` on Emscripten either. by Paul Wankadia · 1 year, 7 months ago 2024-04-01
  76. 917047f Tell Bazel the specific target version of macOS too. Sigh. by Paul Wankadia · 1 year, 7 months ago
  77. 553f6df Force a specific target version of macOS. by Paul Wankadia · 1 year, 7 months ago
  78. c0f9f17 Prepare to tag release `2024-04-01`. by Paul Wankadia · 1 year, 7 months ago
  79. 6598a8e Make compiling a no-op if it's attempted before adding any patterns. by Paul Wankadia · 1 year, 8 months ago
  80. 1250a99 Raise `re2.error` instead of crashing. by Paul Wankadia · 1 year, 8 months ago
  81. db46d1e Bump versions of actions to latest releases. by Paul Wankadia · 1 year, 8 months ago
  82. 5c5c8ed Fix the link to the Python wrapper. by Paul Wankadia · 1 year, 8 months ago
  83. 58f6cdd doc/mksyntaxgo: use standard generated Go header by Oleksandr Redko · 1 year, 8 months ago
  84. 108914d `p0deje/setup-bazel` has been transferred to `bazel-contrib`. by Paul Wankadia · 1 year, 8 months ago
  85. ddb3414 Add Clang 18 to the build matrix. by Paul Wankadia · 1 year, 8 months ago
  86. 27536b0 Delete an old comment. by Paul Wankadia · 1 year, 8 months ago
  87. dbf15a2 Use try-import to load an optional user-specific user.bazelrc by Henner Zeller · 1 year, 8 months ago
  88. 8695a63 Disable MSYS/MSYS2 path conversion, which interferes with Bazel. by Paul Wankadia · 1 year, 8 months ago
  89. 45c9985 Update @pybind11_bazel to version 2.11.1.bzl.3. by Paul Wankadia · 1 year, 8 months ago
  90. 2d866a3 Prepare to tag release `2024-03-01`. by Paul Wankadia · 1 year, 8 months ago 2024-03-01
  91. f9550c3 Fix more ancient bugs around Latin-1 handling. by Paul Wankadia · 1 year, 9 months ago
  92. 0ff0fab Fix an ancient bug in prefix factoring. by Paul Wankadia · 1 year, 9 months ago
  93. 6bb550b Disable warning for missing-field-initializers as well for clang. by Henner Zeller · 1 year, 9 months ago
  94. 477b9f9 Clean up uses of `repo_name` in `MODULE.bazel`. by Paul Wankadia · 1 year, 9 months ago
  95. d00d1e9 Avoid `invalid escape sequence` errors on Windows. by Paul Wankadia · 1 year, 9 months ago
  96. 2aa303b Update @pybind11_bazel to version 2.11.1.bzl.2. by Paul Wankadia · 1 year, 9 months ago
  97. ed9fc26 Update @apple_support to version 1.12.0. by Paul Wankadia · 1 year, 9 months ago
  98. b4c6fe0 Bump version of `p0deje/setup-bazel` to address warnings. by Paul Wankadia · 1 year, 9 months ago
  99. 731086c Try using `p0deje/setup-bazel` everywhere. by Paul Wankadia · 1 year, 9 months ago
  100. ab7c591 Address a warning from `pypa/gh-action-pypi-publish`. by Paul Wankadia · 1 year, 9 months ago