aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix keyword argument warnings in the tests from Class#newJeremy Evans2019-09-064-6/+6
* Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans2019-09-061-2/+2
* Enable keyword argument warnings when called from CJeremy Evans2019-09-061-6/+3
* Fix keyword argument separation warnings for enumeratorsJeremy Evans2019-09-063-10/+41
* Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans2019-09-069-28/+238
* Fix error when checking file modified with git-svnNobuyoshi Nakada2019-09-071-1/+2
* Get rid of overwriting revision.h and creating .revision.timeNobuyoshi Nakada2019-09-071-1/+3
* Use `git describe --contains` for tagsNobuyoshi Nakada2019-09-071-1/+1
* Added more debug outputs from VCS::GITNobuyoshi Nakada2019-09-071-1/+4
* Refined file2lastrev.rb optionsNobuyoshi Nakada2019-09-071-20/+30
* Separated VCS.define_options for common VCS optionsNobuyoshi Nakada2019-09-071-17/+16
* appveyor.yml - msys2 update codeMSP-Greg2019-09-071-2/+2
* eval.c (rb_rescue2): fix a probably wrong returnYusuke Endoh2019-09-071-1/+2
* Upgrade benchmark-driver to v0.15.4Takashi Kokubun2019-09-071-1/+1
* Fix SortedSet subclasses that override initializeJeremy Evans2019-09-061-1/+2
* * 2019-09-07 [ci skip]git2019-09-071-1/+1
* Upgrade benchmark-driver to v0.15.3Takashi Kokubun2019-09-071-1/+1
* Fix a use-after-free bug by avoiding rb_str_new_frozenYusuke Endoh2019-09-061-1/+2
* VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada2019-09-061-4/+2