1. 1827594 Handle very large `.emb` files. (#215) by Dmitri Prime · 5 weeks ago master v2024.1221.181843
  2. 615a955 Add `alignas` specifier to buffer in explicit alignment test. (#216) by Dmitri Prime · 5 weeks ago v2024.1219.234851
  3. bb45c18 Add docs for would-be contributors. (#213) by Dmitri Prime · 5 weeks ago v2024.1218.230943
  4. 75bdc4c Add error message for obscure case with parameters. (#214) by Dmitri Prime · 5 weeks ago v2024.1218.215136
  5. 35220b7 Fix tests under `bazel test -c opt`. (#212) by Dmitri Prime · 7 weeks ago v2024.1205.195338
  6. d7c0ba3 Add test profiles that disable all `EMBOSS_CHECK`s. (#211) by Dmitri Prime · 9 weeks ago v2024.1120.233102
  7. 73cbd98 Convert Location to a namedtuple, and associated cleanup (#205) by Dmitri Prime · 3 months ago v2024.1017.203246
  8. 46423da Emit a warning when the cached parser is not used. (#204) by Dmitri Prime · 3 months ago v2024.1011.225822
  9. bd276c4 Replace `WhichOneof("x")` with `which_x`. (#197) by Dmitri Prime · 3 months ago v2024.1011.195933
  10. 96675c9 Fix test name. (#203) by Dmitri Prime · 3 months ago v2024.1010.220729
  11. 78901f9 Cache the generated parser tables as a .py file (#196) by Dmitri Prime · 3 months ago v2024.1010.183549
  12. 42e8514 Merge pull request #182 from reventlov/pylint_misc_harmless by Rob Russell · 3 months ago v2024.1010.180834
  13. 3817c78 Add a page of useful links for developers. (#199) by Dmitri Prime · 3 months ago v2024.1010.004723
  14. 8b25b90 Merge pull request #200 from reventlov/debug_stop_after_step by Rob Russell · 3 months ago v2024.1009.230010
  15. 9af089c Fix the front end if no `--debug-stop-before-step` flag is passed. by Ben Olmstead · 3 months ago
  16. 6ddf2f3 Remove debug prints. by Ben Olmstead · 3 months ago
  17. 97cf1a2 Format with Black. by Ben Olmstead · 3 months ago
  18. 0dc1f8d Add `--debug-stop-after-step` flag. by Ben Olmstead · 3 months ago
  19. cefa726 Move `docs_are_up_to_date_test.py` fix instructions into asserts (#198) by Dmitri Prime · 4 months ago v2024.1007.192054
  20. 886cfbb Restructure ACTION and GOTO tables. (#194) by Dmitri Prime · 4 months ago v2024.1002.161650
  21. 9b6907b Bit shift design sketch (#190) by Dmitri Prime · 4 months ago v2024.0930.225512
  22. b519a41 Fix typos. (#179) by Dmitri Prime · 4 months ago v2024.0926.213442
  23. e9cc3ad Fix section links in reference docs. (#188) by Dmitri Prime · 4 months ago v2024.0920.190142
  24. 6faad3e Merge pull request #184 from reventlov/re_fullmatch by Rob Russell · 4 months ago v2024.0920.185518
  25. 467c678 Merge branch 'master' into re_fullmatch by Rob Russell · 4 months ago
  26. 800bd4a Fix docstring lints as reported by internal linter. (#180) by Dmitri Prime · 4 months ago v2024.0920.171930
  27. b545db0 Fix minor type annotation lints. (#183) by Dmitri Prime · 4 months ago v2024.0919.220025
  28. cffcf47 Replace various `assert*()` calls with more specific ones. (#181) by Dmitri Prime · 4 months ago v2024.0919.220002
  29. 731f3d1 Cast to ValueType before ValueIsOk check (#186) by Eric Rahm · 4 months ago v2024.0912.173622
  30. 02a08ab Use `re.fullmatch` instead of `re.match`. by Ben Olmstead · 4 months ago
  31. 1a8f852 Fix miscellaneous harmless lints. by Ben Olmstead · 4 months ago
  32. b854a1c Replace various `assert*()` calls with more specific ones. by Ben Olmstead · 4 months ago
  33. 34d5928 Replace various `assert*()` calls with more specific ones. by Ben Olmstead · 4 months ago
  34. fa103b7 Add action to check Python formatting with black (#177) by Jason Graffius · 5 months ago v2024.0906.235824
  35. 495d3f2 Reformat all source with Black. (#176) by Dmitri Prime · 5 months ago v2024.0906.235710
  36. 0999d98 Fix `constexpr` functions to be C++11-compatible. (#178) by Dmitri Prime · 5 months ago v2024.0906.235142
  37. 061ba82 Add `visibility` to the IR rule. by Ben Olmstead · 5 months ago v2024.0906.020253
  38. aba168d Use bzlmod to manage dependencies by Ted Pudlik · 6 months ago v2024.0903.221435
  39. 8c45c34 Merge pull request #166 from studgeek/me/dep-copy by Jason Graffius · 6 months ago v2024.0809.170004
  40. ed484d7 Fix for Python 3.9 by Jason Graffius · 6 months ago v2024.0808.014417
  41. 2047b5a Explicitly define default ContiguousBuffer assign op by David Rees · 6 months ago
  42. 1d0536d Merge pull request #165 from jasongraffius/toolchain-matrix by Jason Graffius · 6 months ago v2024.0807.152946
  43. 8efef29 Update actions to run both clang and GCC by Jason Graffius · 6 months ago
  44. 084992d Merge pull request #159 from jasongraffius/add-bazel-test-workflow by Jason Graffius · 6 months ago v2024.0722.140800
  45. ff19fec Add Github action to run Bazel tests for every PR by Jason Graffius · 6 months ago
  46. 57f005b Runs compilation failure tests. by Rob Russell · 8 months ago v2024.0719.180131
  47. d048c8c Update set of supported alias-safe types (#158) by Eric Rahm · 6 months ago v2024.0718.173957
  48. 4c78078 Merge pull request #149 from EricRahm/use_dataclass by Rob Russell · 6 months ago v2024.0718.010921
  49. bc2cf42 Fix typo by Eric Rahm · 6 months ago
  50. 482a2a4 Invert typechecking boolean logic by Eric Rahm · 6 months ago
  51. b9da0c7 Cleanup formatting in ir_data_fields by Eric Rahm · 6 months ago
  52. 4df21a9 Cleanup formatting in ir_data_utils by Eric Rahm · 6 months ago
  53. a458c16 Use IrDataT in ir_fields.py by Eric Rahm · 6 months ago
  54. ce6bb11 Use MessageT in ir_data_utils.py by Eric Rahm · 6 months ago
  55. 084ac3a Add note about autovivification by Eric Rahm · 6 months ago
  56. 90eb614 Add debug-only type checking by Eric Rahm · 6 months ago
  57. e8a03a7 Forward kwargs to emboss_cc_library (#155) by armandomontanez · 6 months ago v2024.0716.040724
  58. 1ae0f27 Remove unused <ostream> (#157) by Eric Rahm · 6 months ago v2024.0716.040205
  59. 44682e2 Cleanup ir_data_utils_test.py by Eric Rahm · 7 months ago
  60. ef7de74 Cleanup ir_data_utils.py by Eric Rahm · 7 months ago
  61. e5cdb76 Consolidate `cache_data_fields` by Eric Rahm · 7 months ago
  62. 9961adb Cleanup ir_data_fields by Eric Rahm · 7 months ago
  63. 4a948b6 Cleanup comments in ir_data by Eric Rahm · 7 months ago
  64. 28f6072 Update if sequence in _check_all_source_locations by Eric Rahm · 7 months ago
  65. 9b98d3f Update `test_error_on_missing_inner_array_size` by Eric Rahm · 7 months ago
  66. 61e9a22 Fix missing template parameters (#151) by Ben Lawson · 7 months ago v2024.0702.215418
  67. c4d0956 Convert `ir_data` to a `dataclass` by Eric Rahm · 9 months ago
  68. 457234d Merge pull request #145 from EricRahm/add_copy_and_update by Rob Russell · 8 months ago v2024.0601.052012
  69. 899f0f3 Add `ir_data_utils.copy` and `update` by Eric Rahm · 9 months ago
  70. dd186bb Merge pull request #144 from EricRahm/add_reader by Rob Russell · 8 months ago v2024.0524.223635
  71. 3daec5c Add `ir_data_utils.reader` by Eric Rahm · 9 months ago
  72. d977a49 Merge pull request #143 from EricRahm/add_builder by Rob Russell · 8 months ago v2024.0520.161853
  73. bfd4a58 Add `ir_data_utils.builder` by Eric Rahm · 9 months ago
  74. 3f5bb5a Merge pull request #142 from EricRahm/add_ir_data_serializer by Rob Russell · 8 months ago v2024.0514.183419
  75. 7994653 Split out an `IrDataSerializer` class by Eric Rahm · 9 months ago
  76. 2598103 Merge pull request #141 from EricRahm/rename_ir_pb2 by Aaron Webster · 9 months ago v2024.0503.200352
  77. 12c5e84 Rename ir_pb2 to ir_data by Eric Rahm · 10 months ago
  78. f837f97 Merge pull request #134 from EricRahm/enum_trait by Rob Russell · 9 months ago v2024.0501.215421
  79. 534064f Add bazel support for disabling enum traits by Eric Rahm · 9 months ago
  80. cbea20f Add --no-cc-enum-traits param by Eric Rahm · 10 months ago
  81. c637649 Split out enum trait generation by Eric Rahm · 10 months ago
  82. 54130e2 Add forward declarations for text helpers by Eric Rahm · 9 months ago
  83. fb5e6da Merge pull request #133 from EricRahm/strip_comments by Rob Russell · 9 months ago v2024.0426.200337
  84. 1744629 Strip comments from templates by Eric Rahm · 10 months ago
  85. f94cbfb Merge pull request #135 from EricRahm/add_module_dot_bazel by Rob Russell · 9 months ago v2024.0419.155605
  86. 10e3e5b Update .gitignore with more common entries by Eric Rahm · 9 months ago
  87. 5d99737 Add a default MODULE.bazel file by Eric Rahm · 9 months ago
  88. 5f7b4fc Merge pull request #130 from EricRahm/use_string_template by Rob Russell · 9 months ago v2024.0418.163913
  89. b77e839 Switch code_templates to string.Template by Eric Rahm · 10 months ago
  90. 0a362ea Merge pull request #131 from EricRahm/use_enums_in_ir by Rob Russell · 9 months ago v2024.0417.190848
  91. 6e57e98 Split out IR enums by Eric Rahm · 10 months ago
  92. e0f9b36 Merge pull request #129 from tpudlik/rules_python by Rob Russell · 10 months ago v2024.0411.162850
  93. c06bd03 Merge pull request #123 from EricRahm/remove_subproc by Rob Russell · 10 months ago v2024.0411.162818
  94. 4a044db Load py_library, py_binary from rules_python by Ted Pudlik · 10 months ago
  95. 96ad72e Merge pull request #127 from tpudlik/ischar by Rob Russell · 10 months ago v2024.0406.002556
  96. 2e0b8a9 Stop using std::basic_string<unsigned char> by Ted Pudlik · 10 months ago
  97. dc5a0f1 Merge pull request #121 from tpudlik/allocator by Rob Russell · 10 months ago v2024.0403.232058
  98. 35bf3a0 Use front end and back end libraries directly by Eric Rahm · 10 months ago
  99. 1aa2d6d Expose a function to build headers and log errors by Eric Rahm · 10 months ago
  100. d1c9e5b Expose a function to parse an emb and log errors by Eric Rahm · 10 months ago