aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* YJIT: Use `stats[:live_page_count]`, renamed from :compiled_page_countAlan Wu2023-11-301-2/+2
* NEWS: Adjust indentation for RDoc's markdown parserAlan Wu2023-11-301-57/+57
* NEWS update about calling Kernel#lambda with non-literal blockAlan Wu2023-11-301-0/+6
* YJIT: optimized codegen for `rb_ary_length()` (#9085)Maxime Chevalier-Boisvert2023-11-301-1/+27
* Add assertions in redblack_balancePeter Zhu2023-11-301-0/+32
* [Prism] Fix local variable access for POST_EXECUTION_NODEMatt Valentine-House2023-11-302-0/+3
* Store depth offset inside the scope node.Matt Valentine-House2023-11-303-24/+38
* Rename variables redblack_balancePeter Zhu2023-11-301-52/+52
* [rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash2023-11-302-1/+73
* Update documentation for [[:word:]] and \p{Word} in regexpsJeremy Evans2023-11-301-11/+19
* Mention {Queue,SizedQueue}#freeze change in NEWSJeremy Evans2023-11-301-0/+9
* [ruby/prism] Remove no-op assignmentHaldun Bayhantopcu2023-11-301-1/+0
* Fix imemo_env corruption under auto compactionAlan Wu2023-11-301-10/+17
* YJIT: Bump ec->cfp after setting cfp->jit_return (#9072)Takashi Kokubun2023-11-302-16/+16
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-307-25/+67
* [ruby/rdoc] Get rid of `Kernel#open`Nobuyoshi Nakada2023-11-301-12/+2
* Highlight some GC improvements in NEWSJean Boussier2023-11-301-0/+21
* Add a rescue for `defined?(A::B::C)`Aaron Patterson2023-11-302-1/+21
* [ruby/prism] Fix typo in commentsid-7072023-11-301-1/+1
* [ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde2023-11-303-8/+36
* [Bug #19877] Assign captures for direct regexp literal onlyNobuyoshi Nakada2023-11-302-11/+20
* Add `RUBY_REFERENCES`Nobuyoshi Nakada2023-11-304-11/+15
* Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada2023-11-304-17/+17
* Add some test cases to Data testOKURA Masafumi2023-11-301-0/+17
* Skip test_resolurion_error_error_code with FreeBSD environmentHiroshi SHIBATA2023-11-301-0/+3
* Add NEWS entry for the deprecation of subprocess creation/forkingYusuke Endoh2023-11-301-0/+10
* Sort links [ci skip]Kazuhiro NISHIYAMA2023-11-301-2/+2
* Add NEWS entry for WeakMap#delete and `RUBY_CRASH_REPORT`Jean Boussier2023-11-301-4/+15
* [ruby/cgi] Fix unescapeHTMLflosacca2023-11-301-7/+26
* [ruby/cgi] Add failing test cases for CGI::Escape.unescapeHTMLflosacca2023-11-301-0/+18
* Move #19785 correct category in NEWSHiroshi SHIBATA2023-11-301-3/+4
* Update bundled gems list as of 2023-11-29git2023-11-302-2/+2
* Fix the argument orderNobuyoshi Nakada2023-11-301-1/+1
* Adjust indent [ci skip]Nobuyoshi Nakada2023-11-301-15/+15
* Make test-bundled-gems successMisaki Shioi2023-11-301-1/+1
* Fix failing specMisaki Shioi2023-11-301-1/+1
* Rename rsock_raise_socket_error to rsock_raise_resolution_errorMisaki Shioi2023-11-304-9/+9
* Replace SocketError with Socket::ResolutionError in rsock_raise_socket_errorMisaki Shioi2023-11-304-8/+20
* Add Socket::ResolutionError & Socket::ResolutionError#error_codeMisaki Shioi2023-11-302-0/+13
* Implement proc_entry on VWAPeter Zhu2023-11-291-11/+3
* Implement Write Barriers on proc_entryPeter Zhu2023-11-291-3/+3
* Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entryPeter Zhu2023-11-291-0/+1