aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add missing dependency for .travis.yml卜部昌平2019-09-091-0/+5
* Revert "save committers' weekend from CI failures"卜部昌平2019-09-093-0/+378
* Revert "Support timeout for Addrinfo"Masaki Matsushita2019-09-096-157/+13
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-098-3/+16
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-09-091-1/+1
* Reline: Fix wrong variable nameLars Kanis2019-09-091-2/+2
* Fix expected ip_portMasaki Matsushita2019-09-091-1/+1
* Fix service name for testMasaki Matsushita2019-09-091-1/+1
* Fix domain name for testMasaki Matsushita2019-09-091-1/+1
* Fix invalid keyword argument separation warning for delegating callsJeremy Evans2019-09-082-7/+3
* Support timeout for AddrinfoMasaki Matsushita2019-09-096-13/+157
* Add keyword argument separation tests for implicit/explicit super callsJeremy Evans2019-09-081-0/+220
* * 2019-09-09 [ci skip]git2019-09-091-1/+1
* Use target-specific variable instead of a conditional [ci skip]Nobuyoshi Nakada2019-09-091-6/+1
* make-snapshot: -git option is no longer provided [ci skip]Nobuyoshi Nakada2019-09-081-2/+0
* Improve Proc#to_s specsBenoit Daloze2019-09-081-7/+9
* Removed useless braces to suppress a warningNobuyoshi Nakada2019-09-081-2/+2
* Behave ESC key correctly when vi command modeaycabta2019-09-082-1/+3
* compile.c (compile_hash): rewrite keyword splat handlingYusuke Endoh2019-09-081-10/+22
* compile.c (compile_hash): rewrite the compilation algorithmYusuke Endoh2019-09-081-74/+108
* Remove .document and .gitignore from file list of rdoc.gemspecaycabta2019-09-081-1/+1
* compile.c (NODE_OP_ASGN1): Remove unneeded DECL_ANCHORYusuke Endoh2019-09-081-4/+1
* make-snapshot: default to the toplevel directoryNobuyoshi Nakada2019-09-081-1/+5
* parse.y: Use the correct alias for brace flag of hash literalYusuke Endoh2019-09-081-1/+1
* compile.c (keyword_node_p): Refactor out keyword node checksYusuke Endoh2019-09-081-4/+9
* compile.c (compile_hash): Remove redundant check for NODE_ZLISTYusuke Endoh2019-09-081-24/+6
* compile.c (compile_hash): Simplify the keyword handlingYusuke Endoh2019-09-081-9/+6
* compile.c (compile_hash): don't add a temporal array to mark_aryYusuke Endoh2019-09-081-4/+0
* compile.c (compile_array): undef a temporal macroYusuke Endoh2019-09-081-1/+1
* * 2019-09-08 [ci skip]git2019-09-081-1/+1
* Touch copied cache files to make tarballs stableNobuyoshi Nakada2019-09-081-5/+8
* Suppress detached head warningNobuyoshi Nakada2019-09-081-1/+1
* Avoid defining DISPATCH_ARCH_DEPEND_WAY macroTakashi Kokubun2019-09-071-12/+10
* * remove trailing spaces. [ci skip]git2019-09-071-1/+1
* compile.c (compile_array): rewrite the compilation algorithmYusuke Endoh2019-09-071-56/+92
* compile.c (compile_hash): refactoringYusuke Endoh2019-09-071-122/+112
* compile.c (compile_array): refactoringYusuke Endoh2019-09-071-69/+67
* armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze2019-09-071-1/+1
* Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada2019-09-071-0/+1
* Removed no longer used variableNobuyoshi Nakada2019-09-071-1/+0
* compile.c: Separate compile_list to two functions for Array and HashYusuke Endoh2019-09-071-121/+160
* compile.c (compile_list): allow an odd-length hidden array literalYusuke Endoh2019-09-071-10/+19
* compile.c (compile_list): emit newarraykwsplat only at the last chunkYusuke Endoh2019-09-072-8/+11
* Check github.repository in doxygen.yml [ci skip]Kazuhiro NISHIYAMA2019-09-071-0/+8
* Rename some function/definition names that handles NODE_LISTYusuke Endoh2019-09-072-15/+15
* Rename NODE_ARRAY to NODE_LIST to reflect its actual use casesYusuke Endoh2019-09-077-64/+63
* [DOC] Update output of Ripper.sexp [ci skip]Kazuhiro NISHIYAMA2019-09-071-1/+1
* Fixed wrong usage of file2lastrev.rbNobuyoshi Nakada2019-09-072-2/+2
* Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada2019-09-071-3/+4
* Fixed wrong method at 71f7b0421acNobuyoshi Nakada2019-09-071-1/+1