aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* EXPR_LABEL also indicates non-continuation lineaycabta2019-06-271-1/+1
* Fix ripper fatalNobuyoshi Nakada2019-06-272-1/+4
* Test for unterminated here-docsNobuyoshi Nakada2019-06-271-0/+6
* bc mode is already removed [ci skip]Kazuhiro NISHIYAMA2019-06-272-2/+2
* EXPR_CMDARG also indicates the end of an expressionaycabta2019-06-271-1/+1
* Use native coroutine implementation on OpenBSD-amd64Jeremy Evans2019-06-262-1/+3
* Increase indent of continuation lineaycabta2019-06-271-0/+3
* * 2019-06-27git2019-06-271-1/+1
* Decrease indent by closing token correctlyaycabta2019-06-271-3/+3
* Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans2019-06-261-0/+3
* [DOC] Add spaces [ci skip]Kazuhiro NISHIYAMA2019-06-261-2/+2
* [DOC] Fix svn account [ci skip]Kazuhiro NISHIYAMA2019-06-261-1/+1
* Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams2019-06-263-4/+15
* Decrease nesting level when closing token comes at a non-first token of lineaycabta2019-06-261-0/+2
* Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh2019-06-263-8/+4
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-2613-171/+208
* test/ruby/test_array.rb (test_sort_with_replace): run in a subprocessYusuke Endoh2019-06-261-7/+15
* Resize capacity for fstringJohn Hawthorn2019-06-262-0/+22
* `ensure` is not a continuos lineNobuyoshi Nakada2019-06-261-1/+1
* 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