| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-08 | Try to promote racc as bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7877 | |||
| 2023-01-12 | [ruby/racc] Get rid of anonymous eval calls | Jean Boussier | |
| Things declared in anonymous eval are always annoying to locate. (profilers, etc) https://github.com/ruby/racc/commit/f304205256 | |||
| 2023-01-12 | [ruby/racc] Make racc Ractor compatible | Masataka Pocke Kuwabara | |
| https://github.com/ruby/racc/commit/1948de9d1d | |||
| 2021-09-15 | [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) | Olle Jonsson | |
| https://github.com/ruby/racc/commit/c49df40658 | |||
| 2021-09-15 | [ruby/racc] Rename helper to case | Hiroshi SHIBATA | |
| 2021-06-25 | [ruby/racc] Stop compressing integer lists | Jean Boussier | |
| It is unclear why this was implemented, I assume it was for performance back in 2006. However today, this compression defeats bytecode caching entirely and end up being counter productive. https://github.com/ruby/racc/commit/ae3703c1d0 | |||
| 2020-11-10 | lib/racc/statetransitiontable.rb: Make the racc output stable | Yusuke Endoh | |
| Racc calls `Array#sort!` to build a state transition table. As `Array#sort!` is not a stable sort, the output may differ depending upon the environment. This changeset makes the sort stable manually, and updates all expectation files. Notes: Merged: https://github.com/ruby/ruby/pull/3749 | |||
| 2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
| Fixed misspellings reported at [Bug #16437], for default gems. | |||
| 2019-12-10 | Update regression tests for 1.4.16 | Hiroshi SHIBATA | |
| 2019-11-17 | Fix typos | Kazuhiro NISHIYAMA | |
| 2019-11-04 | [ruby/racc] Strip trailing whitespaces at the last line of actions | Nobuyoshi Nakada | |
| https://github.com/ruby/racc/commit/a887ebe529 | |||
| 2019-10-30 | Regenerate the output results for test fixtures of racc | Hiroshi SHIBATA | |
| 2019-06-19 | * remove trailing spaces, append newline at EOF. | git | |
| 2019-06-19 | Backport racc-1.4.15 from upstream. | Hiroshi SHIBATA | |
