aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test/ruby: suppress some warningsYusuke Endoh2020-12-172-2/+12
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-172-2/+4
* [ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans2020-12-171-2/+2
* [ruby/irb] Skip the few failing tests on TruffleRubyBenoit Daloze2020-12-172-0/+3
* [ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada2020-12-171-1/+1
* [ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI2020-12-171-2/+5
* [ruby/reline] Use plus operator to create unfrozen stringRobert Schulze2020-12-171-1/+1
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-172-1/+9
* [ruby/reline] Make a log file on windows if debug env is setaycabta2020-12-171-1/+5
* [ruby/reline] Support longer than screen heightaycabta2020-12-172-60/+305
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-1717-114/+153
* Fixing glitchy kill ring behavior in irbYale Kozinski2020-12-171-1/+1
* sync obj_to_id_tblKoichi Sasada2020-12-171-3/+4
* reduce barrier counts for GC eventsKoichi Sasada2020-12-171-1/+9
* relax synchronization on WBKoichi Sasada2020-12-171-29/+10
* ruby/pathname separated .rb file to top-level directory.Hiroshi SHIBATA2020-12-171-0/+1
* add debug counters for gc start eventsKoichi Sasada2020-12-172-22/+65
* encourage inlining for vm_sendish()Koichi Sasada2020-12-172-38/+32
* Lazily move PC with RUBY_VM_CHECK_INTSTakashi Kokubun2020-12-165-8/+26
* Ignore catch_except_p for PC motionTakashi Kokubun2020-12-161-1/+1
* expand VERSION path for ruby repository.Hiroshi SHIBATA2020-12-171-1/+1
* Bump version to json-2.4.1 and use VERSION file for json version same as upst...Hiroshi SHIBATA2020-12-174-73/+8
* fix doc typod-m-u2020-12-161-1/+1
* Do not access jit_unit if NULLTakashi Kokubun2020-12-161-1/+4
* RGENGC_PROFILE=0Koichi Sasada2020-12-171-1/+1
* No sync on ASCII/US_ASCCII/UTF-8Koichi Sasada2020-12-171-3/+10
* make RB_DEBUG_COUNTER_INC()_thread-safeKoichi Sasada2020-12-173-2/+35
* Make Ractor#receive_if privateMarc-Andre Lafortune2020-12-161-1/+1
* fix timing bugKoichi Sasada2020-12-171-7/+21
* * 2020-12-17 [ci skip]git2020-12-171-1/+1
* add HAVE_RB_EXT_RACTOR_SAFE macroKoichi Sasada2020-12-171-0/+1
* Inline getconstant on JIT (#3906)Takashi Kokubun2020-12-167-6/+82
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-12-161-1/+1
* Ripper: Pass callback result to alias_error as well as other errorsNobuyoshi Nakada2020-12-161-2/+1
* Ripper: Fixed erred token on wrong alias [Bug #17345]Nobuyoshi Nakada2020-12-162-2/+3
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-161-2/+2
* Ractor#receive_if to receive only matched messagesKoichi Sasada2020-12-164-34/+377
* Made LARGEFILE_SUPPORT mandatoryNobuyoshi Nakada2020-12-162-14/+0
* Removed stale declarationNobuyoshi Nakada2020-12-161-1/+0
* Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada2020-12-161-2/+6
* Different names instead of `ulimit`Nobuyoshi Nakada2020-12-161-4/+7
* Lazily move units from active_units to stale_unitsTakashi Kokubun2020-12-162-10/+23
* fix Ractor#receive by other ractorsKoichi Sasada2020-12-161-2/+2
* test/ruby/test_enum.rb: Avoid "warning: assigned but unused variable"Yusuke Endoh2020-12-161-6/+6
* vm debug: dump registers on ARM too. (#3900)David CARLIER2020-12-161-2/+43
* tuning vm_setivar_slowpath() more.Koichi Sasada2020-12-161-3/+21
* [memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata2020-12-164-55/+65
* remove unused functionKoichi Sasada2020-12-161-6/+0
* tuning ivar setKoichi Sasada2020-12-163-48/+69
* Fixed marshal compatibility of Process::StatusNobuyoshi Nakada2020-12-162-0/+31