aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh2019-06-263-4/+8
* Respect --dest-dir when removing old default gemsJeremy Evans2019-06-251-1/+1
* Decrease indent at "elsif" tooNobuyoshi Nakada2019-06-261-2/+2
* Remove other debug printsNobuyoshi Nakada2019-06-261-3/+0
* Added version guard for backtrace printing feature of psych to ruby/spec.Hiroshi SHIBATA2019-06-261-2/+10
* Remove debug print...sorryaycabta2019-06-261-2/+0
* Improve wording of Local Variables and eval sectionJeremy Evans2019-06-251-7/+7
* * 2019-06-26git2019-06-261-1/+1
* * remove trailing spaces.git2019-06-261-1/+1
* Document local variable interactions with evalJeremy Evans2019-06-251-0/+22
* Revert 518adcca0a and dbe232e24eYusuke Endoh2019-06-252-9/+2
* Treat auto indent with newline correctlyaycabta2019-06-251-10/+42
* Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta2019-06-251-0/+2
* test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh2019-06-251-4/+3
* Fixed broken ruby/spec related a53ab897c35586a836710a8afeb1e8c1abd9b087Hiroshi SHIBATA2019-06-251-1/+1
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-252-9/+24
* Remove string_cache in ScalarScannerJean Boussier2019-06-251-10/+1
* Reduce string allocations in scalar_scannerJean Boussier2019-06-251-17/+15
* Removed CHANGELOG from rdoc files.SHIBATA Hiroshi2019-06-251-1/+1
* Retired to write CHANGELOG.rdoc. Because It has no update from 2015.SHIBATA Hiroshi2019-06-251-1/+1
* Dump Hash ivars before elementsAaron Patterson2019-06-251-9/+9
* Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-06-251-0/+20
* Round trip exception backtracesAaron Patterson2019-06-253-0/+19
* Refactor exception dumpingAaron Patterson2019-06-251-28/+17
* Dumping the backtrace never worked, so remove itAaron Patterson2019-06-251-14/+10
* Fix IO#scanf on pipes on WindowsJeremy Evans2019-06-252-1/+8
* Require version file relativelyDavid Rodríguez2019-06-251-1/+1
* Bump version to 1.2.0.SHIBATA Hiroshi2019-06-251-1/+1
* Fixed the wrong path for io-console.Hiroshi SHIBATA2019-06-251-1/+1
* Order of arguments might be incorrect in arm32 coroutine implementation.Samuel Williams2019-06-251-2/+6
* * 2019-06-25git2019-06-251-1/+1
* Refactor calculation of corresponding token depthaycabta2019-06-251-18/+33
* Try using arm32 implementation for fibers.Samuel Williams2019-06-241-0/+3
* remove UNREACHABLENARUSE, Yui2019-06-241-2/+0
* array.c: Wrong heap size given to ruby_sized_xfree when freeing shared rootsLuke Gruber2019-06-241-2/+2
* Add new encoding CESU-8 [Feature #15931]NARUSE, Yui2019-06-243-0/+569
* Try using arm64 implementation for fibers.Samuel Williams2019-06-241-0/+3
* Use spaces for indentation in `configure.ac`.Samuel Williams2019-06-241-22/+22
* * remove trailing spaces.git2019-06-241-1/+1
* Print warning if not using native coroutine.Samuel Williams2019-06-241-0/+2
* * 2019-06-24git2019-06-241-1/+1
* httpstatus.rb 100% coveragemasakazutakewaka2019-06-241-0/+35
* Adds WebAssembly MIME typeRob2019-06-241-0/+1
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-242-1/+8
* Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada2019-06-231-2/+2
* Do not lengthen UNIX socket pathNobuyoshi Nakada2019-06-231-1/+1
* vcs.rb: handle --dryrun optionNobuyoshi Nakada2019-06-231-23/+55
* Update NEWS.Samuel Williams2019-06-241-0/+10
* array.c add back shared array optimization to ary_ensure_room_for_unshiftLuke Gruber2019-06-231-2/+2
* array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber2019-06-232-1/+13