[前][次][番号順一覧][上]
ruby-changes:57601-57700
57601 2019-09-06 15:15 [ko1@a... ] 70f2780892 (master): vm_call_bmethod should not drop the empty keyword hash
57602 2019-09-06 15:15 [ko1@a... ] 252e299009 (master): vm_call_opt_send should not drop the empty keyword hash
57603 2019-09-06 16:12 [ko1@a... ] a569bc09e2 (master): add include/ruby/backward/cxxanyargs.hpp
57604 2019-09-06 16:12 [ko1@a... ] d6a94cffda (master): doxygen update [ci skip]
57605 2019-09-06 16:12 [ko1@a... ] 04f570e266 (master): add test for cxxanyargs.hpp
57606 2019-09-06 16:25 [ko1@a... ] e2878a96f7 (master): Convert empty keyword hash to required positional argument and warn for lambda and bmethod
57607 2019-09-06 16:25 [ko1@a... ] dd83f7bf98 (master): define_method should not drop the empty keyword hash
57608 2019-09-06 16:34 [ko1@a... ] 7516c48b27 (master): fix Visual Studio compilation error
57609 2019-09-06 16:43 [ko1@a... ] 2aa4fb57d1 (master): nullptr is a C++11ism.
57610 2019-09-06 16:53 [ko1@a... ] 1851dc269c (master): avoid name mangling
57611 2019-09-06 17:49 [ko1@a... ] 99bfa6c165 (master): Try to fix compile error on win32
57612 2019-09-06 18:22 [ko1@a... ] 53d21087da (master): save committers' weekend from CI failures
57613 2019-09-06 18:44 [ko1@a... ] 733aa2f8b5 (master): Stop setting same flags as cflags to cxxflags
57614 2019-09-06 18:44 [ko1@a... ] dd26c9f333 (master): Check clang++ as CXX when CXX is bare clang without suffix
57615 2019-09-06 22:16 [ko1@a... ] 055b441093 (master): VCS::GIT no longer accepts remote repository
57616 2019-09-06 23:35 [ko1@a... ] ade1283ca2 (master): Fix a use-after-free bug by avoiding rb_str_new_frozen
57617 2019-09-07 00:45 [ko1@a... ] bb53ddfe0e (master): Upgrade benchmark-driver to v0.15.3
57618 2019-09-07 00:46 [ko1@a... ] 2d076dd5ac (master): * 2019-09-07 [ci skip]
57619 2019-09-07 06:30 [ko1@a... ] 258843106f (master): Fix SortedSet subclasses that override initialize
57620 2019-09-07 09:15 [ko1@a... ] 9c0626fa90 (master): Upgrade benchmark-driver to v0.15.4
57621 2019-09-07 09:20 [ko1@a... ] 3bb3fa4051 (master): eval.c (rb_rescue2): fix a probably wrong return
57622 2019-09-07 10:49 [ko1@a... ] 4068be1d9f (master): appveyor.yml - msys2 update code
57623 2019-09-07 11:40 [ko1@a... ] 71f7b0421a (master): Refined file2lastrev.rb options
57624 2019-09-07 11:40 [ko1@a... ] 3890c9eeee (master): Added more debug outputs from VCS::GIT
57625 2019-09-07 11:40 [ko1@a... ] 799de9122e (master): Separated VCS.define_options for common VCS options
57626 2019-09-07 11:48 [ko1@a... ] 59e29389a8 (master): Fixed wrong method at 71f7b0421ac
57627 2019-09-07 11:50 [ko1@a... ] 37a2c660aa (master): Convert keyword argument to required positional hash argument for Class#new, Method#call, UnboundMethod#bind_call
57628 2019-09-07 11:50 [ko1@a... ] 80e679ef2d (master): Fix keyword argument separation warnings for enumerators
57629 2019-09-07 11:59 [ko1@a... ] 8b290448e3 (master): Assign to vcs in new_vcs block not to use rescue result
57630 2019-09-07 11:59 [ko1@a... ] 8bfc46a9a3 (master): Fixed wrong usage of file2lastrev.rb
57631 2019-09-07 12:00 [ko1@a... ] 434582d888 (master): Fix Tempfile.open to correctly pass keywords to Tempfile.new
57632 2019-09-07 12:05 [ko1@a... ] 3fafc549ba (master): Fix error when checking file modified with git-svn
57633 2019-09-07 12:20 [ko1@a... ] 5603681520 (master): Enable keyword argument warnings when called from C
57634 2019-09-07 12:20 [ko1@a... ] 146677a1e7 (master): Fix keyword argument warnings in the tests from Class#new
57635 2019-09-07 12:35 [ko1@a... ] 5118aa2d58 (master): Use `git describe --contains` for tags
57636 2019-09-07 12:35 [ko1@a... ] d783609ac3 (master): Get rid of overwriting revision.h and creating .revision.time
57637 2019-09-07 13:50 [ko1@a... ] f223ab47e6 (master): [DOC] Update output of Ripper.sexp [ci skip]
57638 2019-09-07 13:57 [ko1@a... ] 99c9431ea1 (master): Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
57639 2019-09-07 13:57 [ko1@a... ] a7a2be7a31 (master): Rename some function/definition names that handles NODE_LIST
57640 2019-09-07 14:27 [ko1@a... ] c725a4e48f (master): Check github.repository in doxygen.yml [ci skip]
57641 2019-09-07 16:05 [ko1@a... ] 1e008105bc (master): compile.c (compile_list): emit newarraykwsplat only at the last chunk
57642 2019-09-07 16:31 [ko1@a... ] 2f2f8107d0 (master): compile.c (compile_list): allow an odd-length hidden array literal
57643 2019-09-07 16:51 [ko1@a... ] a2260bd636 (master): compile.c: Separate compile_list to two functions for Array and Hash
57644 2019-09-07 17:27 [ko1@a... ] 5511213487 (master): Exit gently if no VCS found but --suppress_not_found is given
57645 2019-09-07 17:27 [ko1@a... ] 5b5c9b6101 (master): Removed no longer used variable
57646 2019-09-07 19:55 [ko1@a... ] 324dd9d01f (master): armv7l and armv7l are the same platform, generalize to armv7
57647 2019-09-07 20:25 [ko1@a... ] 187328b703 (master): compile.c (compile_array): refactoring
57648 2019-09-07 20:25 [ko1@a... ] 07876bf6db (master): compile.c (compile_hash): refactoring
57649 2019-09-07 22:22 [ko1@a... ] 8c908c9890 (master): compile.c (compile_array): rewrite the compilation algorithm
57650 2019-09-07 22:22 [ko1@a... ] a9b63db3b6 (master): * remove trailing spaces. [ci skip]
57651 2019-09-07 23:14 [ko1@a... ] ae8b977742 (master): Avoid defining DISPATCH_ARCH_DEPEND_WAY macro
57652 2019-09-08 00:23 [ko1@a... ] 5a6954ba74 (master): Suppress detached head warning
57653 2019-09-08 00:23 [ko1@a... ] f3bae2c6cf (master): Touch copied cache files to make tarballs stable
57654 2019-09-08 00:24 [ko1@a... ] b543f5b20f (master): * 2019-09-08 [ci skip]
57655 2019-09-08 00:28 [ko1@a... ] 050f67c9c6 (master): compile.c (compile_hash): Simplify the keyword handling
57656 2019-09-08 00:35 [ko1@a... ] a3f5265fd1 (master): parse.y: Use the correct alias for brace flag of hash literal
57657 2019-09-08 00:35 [ko1@a... ] bb78c83678 (master): compile.c (compile_hash): don't add a temporal array to mark_ary
57658 2019-09-08 00:45 [ko1@a... ] 7cba9a8406 (master): compile.c (compile_array): undef a temporal macro
57659 2019-09-08 00:45 [ko1@a... ] 95f9d7c76d (master): compile.c (keyword_node_p): Refactor out keyword node checks
57660 2019-09-08 00:45 [ko1@a... ] 86b74d1a73 (master): compile.c (compile_hash): Remove redundant check for NODE_ZLIST
57661 2019-09-08 01:03 [ko1@a... ] 2d017d6126 (master): make-snapshot: default to the toplevel directory
57662 2019-09-08 01:22 [ko1@a... ] 4f63634af1 (master): compile.c (NODE_OP_ASGN1): Remove unneeded DECL_ANCHOR
57663 2019-09-08 03:11 [ko1@a... ] 3568029823 (master): Remove .document and .gitignore from file list of rdoc.gemspec
57664 2019-09-08 03:17 [ko1@a... ] 95297a15f1 (master): compile.c (compile_hash): rewrite the compilation algorithm
57665 2019-09-08 03:17 [ko1@a... ] 46bfe907f1 (master): compile.c (compile_hash): rewrite keyword splat handling
57666 2019-09-08 03:27 [ko1@a... ] e9bc8b35c6 (master): Behave ESC key correctly when vi command mode
57667 2019-09-08 12:55 [ko1@a... ] aedf6946a7 (master): Removed useless braces to suppress a warning
57668 2019-09-08 19:42 [ko1@a... ] b10940a839 (master): Improve Proc#to_s specs
57669 2019-09-08 21:23 [ko1@a... ] 3ef76ce44a (master): make-snapshot: -git option is no longer provided [ci skip]
57670 2019-09-09 00:27 [ko1@a... ] 8d53b2cdf8 (master): Use target-specific variable instead of a conditional [ci skip]
57671 2019-09-09 00:27 [ko1@a... ] d636feb6a6 (master): * 2019-09-09 [ci skip]
57672 2019-09-09 02:37 [ko1@a... ] fa79219356 (master): Add keyword argument separation tests for implicit/explicit super calls
57673 2019-09-09 14:37 [ko1@a... ] 6382f5cc91 (master): Support timeout for Addrinfo
57674 2019-09-09 14:47 [ko1@a... ] 61d90da25c (master): Fix invalid keyword argument separation warning for delegating calls
57675 2019-09-09 15:05 [ko1@a... ] 461663f52a (master): Fix domain name for test
57676 2019-09-09 18:39 [ko1@a... ] 0fb2457d79 (master): Fix service name for test
57677 2019-09-09 18:45 [ko1@a... ] 8c09de38c5 (master): Fix expected ip_port
57678 2019-09-09 19:16 [ko1@a... ] 551edf64bc (master): Reline: Fix wrong variable name
57679 2019-09-09 20:06 [ko1@a... ] 0691a748b6 (master): Fix a typo [ci skip]
57680 2019-09-09 20:28 [ko1@a... ] cce6cfbe48 (master): Make test-all and test-spec runnable on Android
57681 2019-09-09 20:35 [ko1@a... ] c4efbf663e (master): Revert "Support timeout for Addrinfo"
57682 2019-09-09 21:28 [ko1@a... ] 92a8726994 (master): Revert "save committers' weekend from CI failures"
57683 2019-09-09 21:28 [ko1@a... ] 89c5d5a64e (master): add minimaist C++ check
57684 2019-09-09 21:28 [ko1@a... ] 042c436cd9 (master): static member variables must explictly be initialized
57685 2019-09-09 21:35 [ko1@a... ] 1364217bcd (master): add missing dependency for .travis.yml
57686 2019-09-09 21:35 [ko1@a... ] 150f514e19 (master): workaround for C++ 98 const union problem.
57687 2019-09-10 00:57 [ko1@a... ] 685f12bbca (master): Use IO#getbyte
57688 2019-09-10 00:57 [ko1@a... ] 6d9e54816f (master): Support multibyte input
57689 2019-09-10 01:05 [ko1@a... ] 9b53a69d57 (master): * 2019-09-10 [ci skip]
57690 2019-09-10 06:28 [ko1@a... ] d8a4af47a5 (master): Only use `add_mark_object` in Ripper
57691 2019-09-10 06:28 [ko1@a... ] 4524780d17 (master): Revert "Reverting node marking until I can fix GC problem."
57692 2019-09-10 07:30 [ko1@a... ] 00744a03d5 (master): Update documentation for Exception [ci skip]
57693 2019-09-10 08:18 [ko1@a... ] 53ed4fb376 (master): [ruby/io-console] Added IO#cursor for VT
57694 2019-09-10 08:18 [ko1@a... ] f4aa06c0ff (master): [ruby/io-console] Drop fat gem support
57695 2019-09-10 08:18 [ko1@a... ] e8be056af9 (master): [ruby/io-console] Added relative cursor move methods
57696 2019-09-10 08:25 [ko1@a... ] 803dc9e1e4 (master): [ruby/io-console] Added console_vt_response
57697 2019-09-10 08:25 [ko1@a... ] 9844a349bf (master): [ruby/io-console] Added IO#goto_column
57698 2019-09-10 08:35 [ko1@a... ] 3d9c7c2835 (master): [ruby/io-console] Added IO#goto and IO#cursor= for VT
57700 2019-09-10 08:35 [ko1@a... ] 3678c37119 (master): [ruby/io-console] Added IO#check_winsize_changed on Windows
[前][次][番号順一覧][上]