aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop setting same flags as cflags to cxxflagsNobuyoshi Nakada2019-09-061-6/+6
* Check clang++ as CXX when CXX is bare clang without suffixNobuyoshi Nakada2019-09-061-1/+1
* save committers' weekend from CI failures卜部昌平2019-09-063-378/+0
* Try to fix compile error on win32Kazuhiro NISHIYAMA2019-09-061-0/+2
* avoid name mangling卜部昌平2019-09-061-1/+1
* nullptr is a C++11ism.卜部昌平2019-09-061-2/+3
* fix Visual Studio compilation error卜部昌平2019-09-062-2/+2
* add test for cxxanyargs.hpp卜部昌平2019-09-063-0/+377
* add include/ruby/backward/cxxanyargs.hpp卜部昌平2019-09-065-6/+399
* doxygen update [ci skip]卜部昌平2019-09-061-1/+2
* Revert "Add a temporal stack dumper for debugging on trunk-mjit"Yusuke Endoh2019-09-061-3/+0