summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-26coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh
2019-06-25Respect --dest-dir when removing old default gemsJeremy Evans
2019-06-26Decrease indent at "elsif" tooNobuyoshi Nakada
2019-06-26Remove other debug printsNobuyoshi Nakada
2019-06-26Added version guard for backtrace printing feature of psych to ruby/spec.Hiroshi SHIBATA
2019-06-26Remove debug print...sorryaycabta
2019-06-25Improve wording of Local Variables and eval sectionJeremy Evans
2019-06-26* 2019-06-26git
2019-06-26* remove trailing spaces.git
2019-06-25Document local variable interactions with evalJeremy Evans
2019-06-25Revert 518adcca0a and dbe232e24eYusuke Endoh
2019-06-25Treat auto indent with newline correctlyaycabta
2019-06-25Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta
2019-06-25test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh
2019-06-25Fixed broken ruby/spec related a53ab897c35586a836710a8afeb1e8c1abd9b087Hiroshi SHIBATA
2019-06-25Do not allocate a string to check if a scalar is an integerJean Boussier
2019-06-25Remove string_cache in ScalarScannerJean Boussier
2019-06-25Reduce string allocations in scalar_scannerJean Boussier
2019-06-25Removed CHANGELOG from rdoc files.SHIBATA Hiroshi
2019-06-25Retired to write CHANGELOG.rdoc. Because It has no update from 2015.SHIBATA Hiroshi
2019-06-25Dump Hash ivars before elementsAaron Patterson
2019-06-25Add test to demonstrate issue deserializing hash with ivarJordan Owens
2019-06-25Round trip exception backtracesAaron Patterson
2019-06-25Refactor exception dumpingAaron Patterson
2019-06-25Dumping the backtrace never worked, so remove itAaron Patterson
2019-06-25Fix IO#scanf on pipes on WindowsJeremy Evans
2019-06-25Require version file relativelyDavid Rodríguez
2019-06-25Bump version to 1.2.0.SHIBATA Hiroshi
2019-06-25Fixed the wrong path for io-console.Hiroshi SHIBATA
2019-06-25Order of arguments might be incorrect in arm32 coroutine implementation.Samuel Williams
2019-06-25* 2019-06-25git
2019-06-25Refactor calculation of corresponding token depthaycabta
2019-06-24Try using arm32 implementation for fibers.Samuel Williams
2019-06-24remove UNREACHABLENARUSE, Yui
2019-06-24array.c: Wrong heap size given to ruby_sized_xfree when freeing shared rootsLuke Gruber
2019-06-24Add new encoding CESU-8 [Feature #15931]NARUSE, Yui
2019-06-24Try using arm64 implementation for fibers.Samuel Williams
2019-06-24Use spaces for indentation in `configure.ac`.Samuel Williams
2019-06-24* remove trailing spaces.git
2019-06-24Print warning if not using native coroutine.Samuel Williams
2019-06-24* 2019-06-24git
2019-06-24httpstatus.rb 100% coveragemasakazutakewaka
2019-06-24Adds WebAssembly MIME typeRob
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-06-23Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada
2019-06-23Do not lengthen UNIX socket pathNobuyoshi Nakada
2019-06-23vcs.rb: handle --dryrun optionNobuyoshi Nakada
2019-06-24Update NEWS.Samuel Williams
2019-06-23array.c add back shared array optimization to ary_ensure_room_for_unshiftLuke Gruber
2019-06-23array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber