| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-11 | [Misc #21690] Sync parser_bits.h from internal/bits.h | Nobuyoshi Nakada | |
| 2025-11-19 | Win32: Drop support for older than MSVC 8.0/_MSC_VER 1400 | Nobuyoshi Nakada | |
| Visual C++ 2005 (8.0): - _MSC_VER: 1400 - MSVCRT_VERSION: 80 | |||
| 2023-06-12 | [Feature #19719] Universal Parser | yui-knk | |
| Introduce Universal Parser mode for the parser. This commit includes these changes: * Introduce `UNIVERSAL_PARSER` macro. All of CRuby related functions are passed via `struct rb_parser_config_struct` when this macro is enabled. * Add CI task with 'cppflags=-DUNIVERSAL_PARSER' for ubuntu. Notes: Merged: https://github.com/ruby/ruby/pull/7927 | |||
