1. 9eae5eb Upgrade GitHub Actions for Node 24 compatibility (#247) by Salman Chishti · 9 days ago main upstream/master v2026.0321.033025
  2. 1dc287f Integrate Black formatter with Bazel for local development (#244) by Kushal SM · 6 weeks ago v2026.0212.185041
  3. e24ea8c Merge pull request #243 from google/fix-bazel-9-compatibility by Rob Russell · 8 weeks ago v2026.0129.185105
  4. 6cb850a Update dependencies and build rules for Bazel 9 compatibility by Aaron Webster · 8 weeks ago
  5. e8ac402 Load CcInfo from rules_cc for Bazel 9 compatibility by Aaron Webster · 8 weeks ago
  6. 4514655 Add rules_cc dependency and py_test load statement by Aaron Webster · 8 weeks ago
  7. ee21b49 Fix Bazel 9 compatibility: add explicit load() for cc_* rules by Aaron Webster · 8 weeks ago
  8. 41c1b64 Merge pull request #201 from reventlov/error_example_generator by Aaron Webster · 4 months ago v2025.1202.230212
  9. dee7693 Merge pull request #202 from reventlov/fix_includes by Aaron Webster · 4 months ago v2025.1202.230055
  10. f595908 Update repo_token for releases by Eric Rahm · 6 months ago v2025.1003.000719
  11. ef974c7 Update docs to include notes on build.json by Eric Rahm · 6 months ago
  12. 4c8334b Add build files and generator script by Eric Rahm · 6 months ago
  13. 666402b Add CI verification of build.json by Eric Rahm · 6 months ago
  14. 9866070 Add build.json and generator script by Eric Rahm · 6 months ago
  15. ae6ae2b Merge pull request #231 from jasongraffius/fix-paths by Jason Graffius · 6 months ago
  16. e7b26df embossc: Revert path manipulation by Jason Graffius · 6 months ago
  17. 49c186a Merge pull request #229 from reventlov/embossc_cleanup by Jason Graffius · 6 months ago
  18. fccb41c Clean up help strings post-Black. by Benjamin Olmstead · 7 months ago
  19. e23c43e Small formatting fix. by Benjamin Olmstead · 7 months ago
  20. 12ac01d `embossc`: Remove unnecessary module path manipulation and format with Black. by Benjamin Olmstead · 7 months ago
  21. 52779b4 Merge pull request #228 from reventlov/add_format_driver by Jason Graffius · 7 months ago
  22. 579fb7a Remove unnecessary imports. by Benjamin Olmstead · 7 months ago
  23. c141316 Simplify the script. by Benjamin Olmstead · 7 months ago
  24. 1000a3a Correct script name. by Benjamin Olmstead · 7 months ago
  25. 64040e1 Adds standalone driver `emboss-format` for `compiler/front_end/format.py` by Benjamin Olmstead · 7 months ago
  26. f615220 Add C++ golden file test suite by Eric Rahm · 9 months ago
  27. e301b74 Rename Message.HasField to Message.has_field by Eric Rahm · 9 months ago
  28. a0c2957 Remove pb reference by Eric Rahm · 9 months ago
  29. 34808da Merge pull request #218 from reventlov/design_docs_compiler by Jason Graffius · 9 months ago
  30. 3e621d7 Merge pull request #220 from reventlov/cpp_dark_corners by Jason Graffius · 11 months ago
  31. dd12520 Add draft document covering C++ dark corners. by Ben Olmstead · 12 months ago
  32. 1631d3e Add draft document covering C++ dark corners. by Ben Olmstead · 12 months ago
  33. 2104ce4 Update deprecated `assertRegexpMatches` to its new name. (#217) by Benjamin · 1 year, 2 months ago v2025.0204.163557
  34. 5901d12 Fix ASAN failure in `array.rend()`. (#219) by Benjamin · 1 year, 2 months ago v2025.0203.171022
  35. dac4258 Fix heading level for C++ Back End by Ben Olmstead · 1 year, 2 months ago
  36. 80dfa44 Reread and edit pass. by Ben Olmstead · 1 year, 2 months ago
  37. ca7b200 More formatting fixes, slight rewording. by Ben Olmstead · 1 year, 2 months ago
  38. bbe9283 Fix minor syntax issues. by Ben Olmstead · 1 year, 2 months ago
  39. 9021c72 Document the design of `embossc`. by Ben Olmstead · 1 year, 2 months ago
  40. 1827594 Handle very large `.emb` files. (#215) by Dmitri Prime · 1 year, 3 months ago v2024.1221.181843
  41. 615a955 Add `alignas` specifier to buffer in explicit alignment test. (#216) by Dmitri Prime · 1 year, 3 months ago v2024.1219.234851
  42. bb45c18 Add docs for would-be contributors. (#213) by Dmitri Prime · 1 year, 3 months ago v2024.1218.230943
  43. 75bdc4c Add error message for obscure case with parameters. (#214) by Dmitri Prime · 1 year, 3 months ago v2024.1218.215136
  44. 35220b7 Fix tests under `bazel test -c opt`. (#212) by Dmitri Prime · 1 year, 4 months ago v2024.1205.195338
  45. d7c0ba3 Add test profiles that disable all `EMBOSS_CHECK`s. (#211) by Dmitri Prime · 1 year, 4 months ago v2024.1120.233102
  46. 73cbd98 Convert Location to a namedtuple, and associated cleanup (#205) by Dmitri Prime · 1 year, 5 months ago v2024.1017.203246
  47. 90018e6 Fix mismerge. by Ben Olmstead · 1 year, 6 months ago
  48. 1fc6f24 Error example enumerator for Emboss. by Ben Olmstead · 1 year, 6 months ago
  49. 7b5f116 Merge branch 'master' into error_example_generator by Dmitri Prime · 1 year, 6 months ago
  50. 46423da Emit a warning when the cached parser is not used. (#204) by Dmitri Prime · 1 year, 6 months ago v2024.1011.225822
  51. bd276c4 Replace `WhichOneof("x")` with `which_x`. (#197) by Dmitri Prime · 1 year, 6 months ago v2024.1011.195933
  52. 96675c9 Fix test name. (#203) by Dmitri Prime · 1 year, 6 months ago v2024.1010.220729
  53. 85ea448 Merge branch 'google:master' into fix_includes by Dmitri Prime · 1 year, 6 months ago
  54. 78901f9 Cache the generated parser tables as a .py file (#196) by Dmitri Prime · 1 year, 6 months ago v2024.1010.183549
  55. 42e8514 Merge pull request #182 from reventlov/pylint_misc_harmless by Rob Russell · 1 year, 6 months ago v2024.1010.180834
  56. c8a1133 Reformat with Black. by Ben Olmstead · 1 year, 6 months ago
  57. 06f35cf Error example enumerator for Emboss. by Ben Olmstead · 1 year, 6 months ago
  58. 3817c78 Add a page of useful links for developers. (#199) by Dmitri Prime · 1 year, 6 months ago v2024.1010.004723
  59. 8b25b90 Merge pull request #200 from reventlov/debug_stop_after_step by Rob Russell · 1 year, 6 months ago v2024.1009.230010
  60. 9af089c Fix the front end if no `--debug-stop-before-step` flag is passed. by Ben Olmstead · 1 year, 6 months ago
  61. 6ddf2f3 Remove debug prints. by Ben Olmstead · 1 year, 6 months ago
  62. 97cf1a2 Format with Black. by Ben Olmstead · 1 year, 6 months ago
  63. 0dc1f8d Add `--debug-stop-after-step` flag. by Ben Olmstead · 1 year, 6 months ago
  64. cefa726 Move `docs_are_up_to_date_test.py` fix instructions into asserts (#198) by Dmitri Prime · 1 year, 6 months ago v2024.1007.192054
  65. 886cfbb Restructure ACTION and GOTO tables. (#194) by Dmitri Prime · 1 year, 6 months ago v2024.1002.161650
  66. 9b6907b Bit shift design sketch (#190) by Dmitri Prime · 1 year, 6 months ago v2024.0930.225512
  67. b519a41 Fix typos. (#179) by Dmitri Prime · 1 year, 6 months ago v2024.0926.213442
  68. e9cc3ad Fix section links in reference docs. (#188) by Dmitri Prime · 1 year, 6 months ago v2024.0920.190142
  69. 6faad3e Merge pull request #184 from reventlov/re_fullmatch by Rob Russell · 1 year, 6 months ago v2024.0920.185518
  70. 467c678 Merge branch 'master' into re_fullmatch by Rob Russell · 1 year, 6 months ago
  71. 800bd4a Fix docstring lints as reported by internal linter. (#180) by Dmitri Prime · 1 year, 6 months ago v2024.0920.171930
  72. b545db0 Fix minor type annotation lints. (#183) by Dmitri Prime · 1 year, 6 months ago v2024.0919.220025
  73. cffcf47 Replace various `assert*()` calls with more specific ones. (#181) by Dmitri Prime · 1 year, 6 months ago v2024.0919.220002
  74. 731f3d1 Cast to ValueType before ValueIsOk check (#186) by Eric Rahm · 1 year, 7 months ago v2024.0912.173622
  75. 0a6af2d Remove unused `#include` statements; add missing `#include` statements. by Ben Olmstead · 1 year, 7 months ago
  76. 02a08ab Use `re.fullmatch` instead of `re.match`. by Ben Olmstead · 1 year, 7 months ago
  77. 1a8f852 Fix miscellaneous harmless lints. by Ben Olmstead · 1 year, 7 months ago
  78. b854a1c Replace various `assert*()` calls with more specific ones. by Ben Olmstead · 1 year, 7 months ago
  79. 34d5928 Replace various `assert*()` calls with more specific ones. by Ben Olmstead · 1 year, 7 months ago
  80. fa103b7 Add action to check Python formatting with black (#177) by Jason Graffius · 1 year, 7 months ago v2024.0906.235824
  81. 495d3f2 Reformat all source with Black. (#176) by Dmitri Prime · 1 year, 7 months ago v2024.0906.235710
  82. 0999d98 Fix `constexpr` functions to be C++11-compatible. (#178) by Dmitri Prime · 1 year, 7 months ago v2024.0906.235142
  83. 061ba82 Add `visibility` to the IR rule. by Ben Olmstead · 1 year, 7 months ago v2024.0906.020253
  84. aba168d Use bzlmod to manage dependencies by Ted Pudlik · 1 year, 7 months ago v2024.0903.221435
  85. 8c45c34 Merge pull request #166 from studgeek/me/dep-copy by Jason Graffius · 1 year, 8 months ago v2024.0809.170004
  86. ed484d7 Fix for Python 3.9 by Jason Graffius · 1 year, 8 months ago v2024.0808.014417
  87. 2047b5a Explicitly define default ContiguousBuffer assign op by David Rees · 1 year, 8 months ago
  88. 1d0536d Merge pull request #165 from jasongraffius/toolchain-matrix by Jason Graffius · 1 year, 8 months ago v2024.0807.152946
  89. 8efef29 Update actions to run both clang and GCC by Jason Graffius · 1 year, 8 months ago
  90. 084992d Merge pull request #159 from jasongraffius/add-bazel-test-workflow by Jason Graffius · 1 year, 8 months ago v2024.0722.140800
  91. ff19fec Add Github action to run Bazel tests for every PR by Jason Graffius · 1 year, 8 months ago
  92. 57f005b Runs compilation failure tests. by Rob Russell · 1 year, 8 months ago v2024.0719.180131
  93. d048c8c Update set of supported alias-safe types (#158) by Eric Rahm · 1 year, 8 months ago v2024.0718.173957
  94. 4c78078 Merge pull request #149 from EricRahm/use_dataclass by Rob Russell · 1 year, 8 months ago v2024.0718.010921
  95. bc2cf42 Fix typo by Eric Rahm · 1 year, 8 months ago
  96. 482a2a4 Invert typechecking boolean logic by Eric Rahm · 1 year, 8 months ago
  97. b9da0c7 Cleanup formatting in ir_data_fields by Eric Rahm · 1 year, 8 months ago
  98. 4df21a9 Cleanup formatting in ir_data_utils by Eric Rahm · 1 year, 8 months ago
  99. a458c16 Use IrDataT in ir_fields.py by Eric Rahm · 1 year, 8 months ago
  100. ce6bb11 Use MessageT in ir_data_utils.py by Eric Rahm · 1 year, 8 months ago