aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer proper enum over bare intNobuyoshi Nakada2023-12-021-3/+3
* [PRISM] Clean up trailing commentJemma Issroff2023-12-011-1/+1
* [PRISM] Restructure parametersJemma Issroff2023-12-013-15/+92
* [prism] Update to latest numbered parametersKevin Newton2023-12-011-14/+28
* [ruby/prism] Change numbered parametersKevin Newton2023-12-01205-1361/+983
* [PRISM] Compile RescueNodeMatt Valentine-House2023-12-012-11/+176
* Remove unused files in prismKevin Newton2023-12-016-3097/+0
* [ruby/prism] Update snapshotsKevin Newton2023-12-011-8/+18
* [ruby/prism] Fix comments after HEREDOCs again.Martin Emde2023-12-012-14/+10
* [ruby/prism] Add missing context names to the switch in `debug_context`TSUYUSATO Kitsune2023-12-011-0/+3
* [ruby/prism] Improve to handle unterminated stringsTSUYUSATO Kitsune2023-12-012-35/+102
* [ruby/prism] Fix `not_provided` commentTSUYUSATO Kitsune2023-12-011-2/+1
* [PRISM] Use depth_offset not transparent scopes for FORMatt Valentine-House2023-12-011-0/+1
* [PRISM] Remove transparent scope nodesMatt Valentine-House2023-12-016-75/+33
* Add assertions for shape cache grandchild nodesPeter Zhu2023-12-011-0/+8
* [ruby/prism] Add test/prism/snapshots/heredoc_with_comment.txtHiroshi SHIBATA2023-12-011-0/+11
* Update default gems list at 7d142c08cb5b65e4ba110b116c41a8 [ci skip]git2023-12-011-0/+1
* lib/helper only needs on flori/json repoHiroshi SHIBATA2023-12-011-1/+4
* Manually merged from flori/jsonHiroshi SHIBATA2023-12-016-6/+62
* Rename escape_slash in script_safe and also escape E+2028 and E+2029Jean Boussier2023-12-015-29/+74
* Use ruby_xfree to free buffersJean Boussier2023-12-012-8/+8
* [flori/json] Bump up 2.7.0Hiroshi SHIBATA2023-12-012-2/+2
* [flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn2023-12-013-2/+21
* [flori/json] tests/ractor_test.rb: make assert_separately availableLucas Kanashiro2023-12-011-0/+2
* Fix typos [ci skip]Kazuhiro NISHIYAMA2023-12-011-2/+2
* Sort links [ci skip]Kazuhiro NISHIYAMA2023-12-011-2/+2
* Dispatch invalid hex escape content tooNobuyoshi Nakada2023-12-012-4/+6
* [Bug #20030] dispatch invalid escaped character without ignoring itNobuyoshi Nakada2023-12-013-2/+26
* Fixup with review commentMisaki Shioi2023-12-011-1/+1
* Relax test conditions to velify Socket::ResolutionError#error_codeMisaki Shioi2023-12-011-5/+2
* [ruby/prism] Correctly pass around const pm_encoding_t *Kevin Newton2023-11-306-7/+12
* [PRISM] Fix up prism encoding targetsKevin Newton2023-11-301-87/+22
* [ruby/prism] Document remaining encodingsKevin Newton2023-11-303-4/+3
* [ruby/prism] Group encodings into a single arrayKevin Newton2023-11-303-1041/+965
* [ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton2023-11-303-375/+311
* [ruby/prism] Remove ability to decode other encodingsKevin Newton2023-11-303-54/+1
* [ruby/prism] Remove public ASCII functions that can now be staticKevin Newton2023-11-302-36/+3
* [PRISM] Consolidate prism encoding filesKevin Newton2023-11-306-125/+3123
* [ruby/prism] CESU encodingKevin Newton2023-11-304-3/+110
* [ruby/prism] EUC-TW encodingKevin Newton2023-11-304-100/+83
* [ruby/prism] Shorter function definitions in pm_big5.cKevin Newton2023-11-301-9/+9
* [ruby/prism] GB18030 encodingKevin Newton2023-11-304-7/+65
* [ruby/prism] Emacs MULE encodingsKevin Newton2023-11-304-28/+116
* [PRISM] Big5 encodingsKevin Newton2023-11-306-115/+40
* [ruby/prism] EUC-KR encodingsKevin Newton2023-11-304-1/+89
* [ruby/prism] Support other EUC-JP encodingsKevin Newton2023-11-304-81/+114
* [PRISM] Alias CP51932 to EUC-JPKevin Newton2023-11-304-61/+13
* [PRISM] Consolidate SJIS encodingsKevin Newton2023-11-307-187/+130
* [ruby/prism] Add other UTF8 encodingsKevin Newton2023-11-304-6/+46
* YJIT: Cancel on-stack jit_return on invalidation (#9086)Takashi Kokubun2023-11-303-7/+68