aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add note about rb_f_notimplement [ci skip]Alan Wu2023-08-171-1/+1
* YJIT: Fix Kernel#respond_to? handling of rb_f_notimplementAlan Wu2023-08-171-11/+19
* YARP: Ignore Rust sync failuresTakashi Kokubun2023-08-171-0/+1
* Move total_freed_objects to size poolPeter Zhu2023-08-172-9/+25
* Move total_allocated_objects to size poolPeter Zhu2023-08-172-9/+31
* Refactor YARP_IGNORE_FILE_PATTERNTakashi Kokubun2023-08-171-2/+0
* Resync YARP to https://github.com/ruby/yarp/commit/11ad3fb590Takashi Kokubun2023-08-174-33/+71
* Resync YARPTakashi Kokubun2023-08-1782-480/+513
* [ruby/yarp] Treat yp_buffer_t as an opaque pointerKevin Newton2023-08-174-49/+90
* [rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham2023-08-174-1/+50
* YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert2023-08-176-10/+50
* [rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu2023-08-1730-34/+34
* Lrama v0.5.4yui-knk2023-08-1727-168/+871
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-171-2/+1
* Move the PC regardless of the leaf flag (#8232)Takashi Kokubun2023-08-167-74/+11
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-171-1/+1
* [ruby/yarp] Fix errors on locals test caused by LANG=CKevin Newton2023-08-171-0/+17
* Fix a regexp errorTakashi Kokubun2023-08-161-1/+1
* Avoid synchronizing GitHub Actions from YARPTakashi Kokubun2023-08-161-0/+1
* Revert an unintended revertTakashi Kokubun2023-08-161-1/+1
* Update default gems list at 45740e7a248b4b995644646e38d94b [ci skip]git2023-08-171-1/+1
* [ruby/yarp] Use _snprintf when using Windows versions prior to 2015 (< 1900)Jemma Issroff2023-08-161-0/+5
* [ruby/yarp] Omit locals test if running on a 32 bit machineJemma Issroff2023-08-161-0/+4
* Update dependenciesTakashi Kokubun2023-08-161-22/+26
* Fix the YARP init pathTakashi Kokubun2023-08-161-1/+1
* Resync YARPTakashi Kokubun2023-08-16437-6465/+8848
* [ruby/yarp] Add test for empty heredocKevin Newton2023-08-162-6/+10
* [ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze2023-08-165-12/+17
* [ruby/yarp] Test all methods of the YARP Ruby APIBenoit Daloze2023-08-161-0/+22
* [ruby/yarp] add a diagnostic for *rest in order after optional stateHParker2023-08-162-0/+20
* [ruby/yarp] More flip flop flagsKevin Newton2023-08-166-6/+101
* [ruby/yarp] Support the flipflop flagKevin Newton2023-08-165-7/+39
* [ruby/yarp] Add a CHANGELOGKevin Newton2023-08-161-0/+1
* [ruby/yarp] Improved comments, moved flags after typeJemma Issroff2023-08-161-5/+5
* [ruby/yarp] Separate yp_node_flags_t from yp_node_type_tJemma Issroff2023-08-161-7/+12
* [ruby/yarp] Set constant path write node target typeKevin Newton2023-08-161-4/+4
* [ruby/yarp] Fix string concat parsingKevin Newton2023-08-162-112/+128
* [ruby/yarp] Fix warnings found from gcc-analyzer and clang-analyzerKevin Newton2023-08-162-6/+14
* [ruby/yarp] Less const_getKevin Newton2023-08-162-1/+5
* [ruby/yarp] Address PR commentsThomas E. Enebo2023-08-162-7/+18
* [ruby/yarp] Rename RescueNode#exception to RescueNode#referenceKevin Newton2023-08-161-11/+11
* [ruby/yarp] Also rework regexp lexer to check terminators properlyKevin Newton2023-08-161-78/+71
* [ruby/yarp] Rework the list lexer to check terminators properlyKevin Newton2023-08-161-78/+67
* [ruby/yarp] Handle escaping in regexp slow pathKevin Newton2023-08-161-1/+4
* [ruby/yarp] Clang beats gcc in pedantryThomas E. Enebo2023-08-161-1/+1
* [ruby/yarp] Addressed review comments.Thomas E. Enebo2023-08-163-29/+43
* [ruby/yarp] Provide slow path for finding ) in regexp when encoding changesKevin Newton2023-08-161-5/+28
* [ruby/yarp] Use yp_memchr in regexp parsingKevin Newton2023-08-164-8/+15
* [ruby/yarp] Parse individual snippets of test/fixtures/*.txtBenoit Daloze2023-08-165-366/+386
* [ruby/yarp] Make sure lexing ? does not read off the endKevin Newton2023-08-161-1/+5