summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-08compile.c (NODE_OP_ASGN1): Remove unneeded DECL_ANCHORYusuke Endoh
2019-09-08make-snapshot: default to the toplevel directoryNobuyoshi Nakada
2019-09-08parse.y: Use the correct alias for brace flag of hash literalYusuke Endoh
2019-09-08compile.c (keyword_node_p): Refactor out keyword node checksYusuke Endoh
2019-09-08compile.c (compile_hash): Remove redundant check for NODE_ZLISTYusuke Endoh
2019-09-08compile.c (compile_hash): Simplify the keyword handlingYusuke Endoh
2019-09-08compile.c (compile_hash): don't add a temporal array to mark_aryYusuke Endoh
2019-09-08compile.c (compile_array): undef a temporal macroYusuke Endoh
2019-09-08* 2019-09-08 [ci skip]git
2019-09-08Touch copied cache files to make tarballs stableNobuyoshi Nakada
2019-09-08Suppress detached head warningNobuyoshi Nakada
2019-09-07Avoid defining DISPATCH_ARCH_DEPEND_WAY macroTakashi Kokubun
2019-09-07* remove trailing spaces. [ci skip]git
2019-09-07compile.c (compile_array): rewrite the compilation algorithmYusuke Endoh
2019-09-07compile.c (compile_hash): refactoringYusuke Endoh
2019-09-07compile.c (compile_array): refactoringYusuke Endoh
2019-09-07armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze
2019-09-07Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada
2019-09-07Removed no longer used variableNobuyoshi Nakada
2019-09-07compile.c: Separate compile_list to two functions for Array and HashYusuke Endoh
2019-09-07compile.c (compile_list): allow an odd-length hidden array literalYusuke Endoh
2019-09-07compile.c (compile_list): emit newarraykwsplat only at the last chunkYusuke Endoh
2019-09-07Check github.repository in doxygen.yml [ci skip]Kazuhiro NISHIYAMA
2019-09-07Rename some function/definition names that handles NODE_LISTYusuke Endoh
2019-09-07Rename NODE_ARRAY to NODE_LIST to reflect its actual use casesYusuke Endoh
2019-09-07[DOC] Update output of Ripper.sexp [ci skip]Kazuhiro NISHIYAMA
2019-09-07Fixed wrong usage of file2lastrev.rbNobuyoshi Nakada
2019-09-07Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada
2019-09-07Fixed wrong method at 71f7b0421acNobuyoshi Nakada
2019-09-06Fix keyword argument warnings in the tests from Class#newJeremy Evans
2019-09-06Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans
2019-09-06Enable keyword argument warnings when called from CJeremy Evans
2019-09-06Fix keyword argument separation warnings for enumeratorsJeremy Evans
2019-09-06Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans
2019-09-07Fix error when checking file modified with git-svnNobuyoshi Nakada
2019-09-07Get rid of overwriting revision.h and creating .revision.timeNobuyoshi Nakada
2019-09-07Use `git describe --contains` for tagsNobuyoshi Nakada
2019-09-07Added more debug outputs from VCS::GITNobuyoshi Nakada
2019-09-07Refined file2lastrev.rb optionsNobuyoshi Nakada
2019-09-07Separated VCS.define_options for common VCS optionsNobuyoshi Nakada
2019-09-07appveyor.yml - msys2 update codeMSP-Greg
2019-09-07eval.c (rb_rescue2): fix a probably wrong returnYusuke Endoh
2019-09-07Upgrade benchmark-driver to v0.15.4Takashi Kokubun
2019-09-06Fix SortedSet subclasses that override initializeJeremy Evans
2019-09-07* 2019-09-07 [ci skip]git
2019-09-07Upgrade benchmark-driver to v0.15.3Takashi Kokubun
2019-09-06Fix a use-after-free bug by avoiding rb_str_new_frozenYusuke Endoh
2019-09-06VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada
2019-09-06Stop setting same flags as cflags to cxxflagsNobuyoshi Nakada
2019-09-06Check clang++ as CXX when CXX is bare clang without suffixNobuyoshi Nakada