[前][次][スレッド一覧][上]
ruby-changes:73501-73600
73501 2022-09-10 00:38 [ko1@a... ] 848037cadd (master): Better offsets (#6315)
73502 2022-09-10 00:38 [ko1@a... ] 2a08a39d7d (master): * 2022-09-10 [ci skip]
73503 2022-09-10 07:41 [ko1@a... ] 5b5c627d37 (master): YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)
73504 2022-09-10 09:32 [ko1@a... ] 518301883e (master): Fix parallel build on MINGW
73505 2022-09-10 09:33 [ko1@a... ] 79f50b9d02 (master): Using is_broken_string function
73506 2022-09-10 12:29 [ko1@a... ] d319184390 (master): YJIT: Branch directly when truthyness is known
73507 2022-09-10 12:29 [ko1@a... ] 5e39b3b844 (master): YJIT: Branch directly when nil? is known from types
73508 2022-09-10 16:12 [ko1@a... ] 163947f4dc (ruby_3_1): merge revision(s) db0e0dad1171456253ebd899e7e878823923d3d8: [Backport #18990]
73509 2022-09-10 16:12 [ko1@a... ] 4508901fbd (ruby_3_1): merge revision(s) 261753249996d46e00c2549fff2527816bf387db: [Backport #18936]
73510 2022-09-10 16:55 [ko1@a... ] 9581248c4a (ruby_3_1): merge revision(s) b7577b4d9e0fd92522fc30e10fe712e245adee8c:
73511 2022-09-10 20:14 [ko1@a... ] 92b907d12d (master): Enable deprecation warnings for test-all
73512 2022-09-10 20:51 [ko1@a... ] c722597103 (master): [MSWin] Get rid of single quotes in sed command lines
73513 2022-09-10 21:32 [ko1@a... ] f641179525 (master): [win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]
73514 2022-09-11 02:03 [ko1@a... ] 14bcf69c9c (master): Deprecate Encoding#replicate
73515 2022-09-11 02:03 [ko1@a... ] c22a668580 (master): * 2022-09-11 [ci skip]
73516 2022-09-11 09:09 [ko1@a... ] aa8a3b2358 (master): MJIT: Do not hang after forking with threads
73517 2022-09-11 10:15 [ko1@a... ] 7232f264df (master): Remove -j from MinGW test-all
73518 2022-09-11 15:35 [ko1@a... ] 106744107b (master): [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle/pull/110)
73519 2022-09-11 15:41 [ko1@a... ] 472e7b8518 (master): MJIT: Use the built-in PACK_MAP
73520 2022-09-11 23:08 [ko1@a... ] 684353fc03 (master): [Win32] Negative length `IO#sysread`
73521 2022-09-12 07:48 [ko1@a... ] 9205b8c801 (master): Revert "defs/gmake.mk: no _FORTIFY_SOURCE unless optimization"
73522 2022-09-12 07:48 [ko1@a... ] 6f8267b7f3 (master): * 2022-09-12 [ci skip]
73523 2022-09-12 07:51 [ko1@a... ] 89077b4c5a (master): Add comments for some peephole optimizations [ci skip]
73524 2022-09-12 19:53 [ko1@a... ] ed029e9bd4 (master): Autoconf 2.70 or AC_PROG_CC_C99 for earlier is checking for C99
73525 2022-09-12 21:02 [ko1@a... ] 6525b6f760 (master): Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-16/UTF-32
73526 2022-09-12 22:00 [ko1@a... ] acc61cbf4a (master): Add NEWS entry for the previous commit
73527 2022-09-12 22:13 [ko1@a... ] a4860e043e (master): [rubygems/rubygems] Remove unnecessary spec sorting
73528 2022-09-12 22:13 [ko1@a... ] dce73c8616 (master): [rubygems/rubygems] Simplify instantiating the gem version promoter
73529 2022-09-12 22:13 [ko1@a... ] 8d2bcc88ff (master): [rubygems/rubygems] This sorting seems unnecessary too
73530 2022-09-12 22:13 [ko1@a... ] 6a21d196ba (master): [rubygems/rubygems] Let specs be sorted just once by the gem version promoter
73531 2022-09-12 22:13 [ko1@a... ] 03d1962703 (master): [rubygems/rubygems] Remove unnecessary sorting
73532 2022-09-12 22:13 [ko1@a... ] 2aa8edaec7 (master): [rubygems/rubygems] Deduplicate results just once
73533 2022-09-12 22:13 [ko1@a... ] 75d90cc8e5 (master): [rubygems/rubygems] Use a single hash to keep track of prereleases
73534 2022-09-13 09:25 [ko1@a... ] fcf861a138 (master): Try latest debug.gem
73535 2022-09-13 09:25 [ko1@a... ] bc8bbd23ab (master): * 2022-09-13 [ci skip]
73536 2022-09-13 10:18 [ko1@a... ] 9179f666fb (master): Configure auto_request_review for YJIT team
73537 2022-09-13 10:24 [ko1@a... ] 64cd097009 (master): Tweak the glob for auto_request_review
73539 2022-09-13 10:48 [ko1@a... ] 391eebfe69 (master): Increase the timeout for make all on MinGW
73540 2022-09-13 15:45 [ko1@a... ] 316b44df09 (master): Add GMP support for mswin
73541 2022-09-14 07:21 [ko1@a... ] 6a78ae2fe2 (master): Remove CODEOWNERS to switch to auto-request-review (#6365)
73542 2022-09-14 07:21 [ko1@a... ] b876230e5c (master): * 2022-09-14 [ci skip]
73543 2022-09-14 10:15 [ko1@a... ] 9299db49f5 (master): [ruby/irb] Fix history file saving with concurrent irb sessions when history file doesn't exist
73544 2022-09-14 10:42 [ko1@a... ] e2b47b832f (master): configure.ac: Manage OPT_DIR better (#6367)
73545 2022-09-14 11:14 [ko1@a... ] f863bc505c (master): [ruby/irb] Fix the error when LC_MESSAGES config value is nil
73546 2022-09-14 11:24 [ko1@a... ] c28a4e0340 (master): Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]
73547 2022-09-14 11:27 [ko1@a... ] 2e324b645e (master): Manage paths for bundler tests
73548 2022-09-14 11:27 [ko1@a... ] c428fc0e1f (master): -undefined dynamic_lookup is obsolete
73549 2022-09-14 11:27 [ko1@a... ] 035978d7be (master): Pass job-server FDs to bundler tests
73550 2022-09-14 21:24 [ko1@a... ] f2429f0af5 (master): Expand dependency for `$(YJIT_LIBS)`
73551 2022-09-14 21:24 [ko1@a... ] 075df960c9 (master): Add comments to touch libyjit
73552 2022-09-14 21:24 [ko1@a... ] e1a9d88494 (master): Touch libyjit.a which may be still old due to the cache
73553 2022-09-14 22:17 [ko1@a... ] f512df7398 (master): configure.ac: Add --with-gmp-dir (#6366)
73554 2022-09-14 23:10 [ko1@a... ] 960db13c47 (master): Reuse `opt_arg_append` function
73555 2022-09-14 23:15 [ko1@a... ] 2e25b85a7e (master): configure.ac: Apply suggestions from code review in #6366
73556 2022-09-14 23:28 [ko1@a... ] 8f37e9c918 (master): YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)
73557 2022-09-14 23:32 [ko1@a... ] 758a1d7302 (master): Initial support for VM_CALL_ARGS_SPLAT (#6341)
73558 2022-09-15 00:32 [ko1@a... ] b6a9e68391 (master): Add noarch-fake.rb target
73559 2022-09-15 00:32 [ko1@a... ] 0953ea64a2 (master): * 2022-09-15 [ci skip]
73560 2022-09-15 01:39 [ko1@a... ] fb2e9053b3 (master): [TravisCI] Make gems/src directory writable
73561 2022-09-15 01:39 [ko1@a... ] d5cdc2edd0 (master): [TravisCI] The source of YAML is no longer bundled
73562 2022-09-15 05:16 [ko1@a... ] f98d6d3f38 (master): YJIT: Implement specialized respond_to? (#6363)
73563 2022-09-15 05:51 [ko1@a... ] 513a11b477 (master): Add vm_ivar get, get_unitialized, and lazy_set benchmarks
73564 2022-09-15 08:26 [ko1@a... ] 752ae81ed1 (master): [ruby/irb] Refine assertion for failures
73565 2022-09-15 08:26 [ko1@a... ] ae2e8d364f (master): [ruby/irb] `Dir.mktmpdir` creates a directory including the process ID
73566 2022-09-15 09:39 [ko1@a... ] aecb57ceb0 (master): Fix style on vm_ivar benchmarks (#6379)
73567 2022-09-15 10:25 [ko1@a... ] d152ac677c (master): Make CodeQL ignore syntax_suggest because of the performance problem
73568 2022-09-15 12:51 [ko1@a... ] ec0d9a6a6f (master): [rubygems/rubygems] Added arm64-darwin-22 to lockfiles for testing
73569 2022-09-15 12:51 [ko1@a... ] 6b2b9e0019 (master): [rubygems/rubygems] Also added x86_64-darwin-21
73570 2022-09-15 23:12 [ko1@a... ] 64a020324d (master): Add asm comments to make disasm more readable (#6377)
73571 2022-09-15 23:14 [ko1@a... ] cc7f6fe734 (master): YJIT should die if we compile on Aarch64 with no instruction cache clear available (#6380)
73572 2022-09-16 13:37 [ko1@a... ] 2387fbfb34 (master): Fix splat args (#6385)
73573 2022-09-16 13:37 [ko1@a... ] 3ff65dcd8b (master): * 2022-09-16 [ci skip]
73574 2022-09-16 14:48 [ko1@a... ] c8d94d2797 (master): Now test-bundler nees fake.rb
73575 2022-09-16 15:11 [ko1@a... ] 31bc55dc90 (ruby_2_7): Backport https://github.com/ruby/ruby/pull/6193
73576 2022-09-16 15:11 [ko1@a... ] a62cfce75f (ruby_2_7): * 2022-09-16 [ci skip]
73577 2022-09-16 15:12 [ko1@a... ] 7900a9bd38 (ruby_3_0): Backport https://github.com/ruby/ruby/pull/6193
73578 2022-09-16 15:13 [ko1@a... ] 6be430ef73 (ruby_3_0): * 2022-09-16 [ci skip]
73579 2022-09-16 17:08 [ko1@a... ] 6ad6994457 (master): Omit a DRb test on MinGW
73580 2022-09-16 18:54 [ko1@a... ] a28e7871e5 (master): Update bundled_gems
73581 2022-09-16 20:45 [ko1@a... ] 5b735d0beb (master): Invalidate i-cache after link_labels (#6388)
73582 2022-09-16 22:25 [ko1@a... ] 8746383219 (ruby_3_1): merge revision(s) a28e7871e54d7a87afbfd686291c500d71edb7cb:
73583 2022-09-16 22:48 [ko1@a... ] 64200990c4 (master): [ci skip] Fix typos in documentation in io.c
73584 2022-09-17 02:25 [ko1@a... ] b07db96744 (master): [ruby/irb] Support --noscript option to not use first non-option argument as script
73585 2022-09-17 02:25 [ko1@a... ] e3a32abe2e (master): * 2022-09-17 [ci skip]
73586 2022-09-17 12:10 [ko1@a... ] 6898984f1c (master): [Bug #19005] dynamic_lookup linker option in external libraries
73587 2022-09-17 14:05 [ko1@a... ] 99d254d8b0 (ruby_3_1): merge revision(s) de51bbcb544651fb499dd4cc757a2bf6f3b439cf: [Backport #18816]
73588 2022-09-17 16:00 [ko1@a... ] b3969f769a (ruby_3_1): Merge openssl-3.0.1
73589 2022-09-17 16:35 [ko1@a... ] ca4cbe59ed (master): Move case-folding.rb to tooldir with enc-prefix
73590 2022-09-17 16:35 [ko1@a... ] 76c0056505 (master): Follow emoji data files header change
73591 2022-09-17 16:35 [ko1@a... ] e9982fd679 (master): Derive UNICODE_EMOJI_VERSION from UNICODE_VERSION
73592 2022-09-17 16:35 [ko1@a... ] 03ce48dac7 (master): Emoji files header changed at 15.0 again
73593 2022-09-17 18:08 [ko1@a... ] afb5971031 (ruby_3_1): Merge RubyGems-3.3.22 and Bundler-2.3.22
73594 2022-09-17 21:16 [ko1@a... ] 38a7a13ac6 (master): Auto-generate the release date on version.h from git CommitDate (#6382)
73595 2022-09-17 22:09 [ko1@a... ] 1825d3673f (master): Skip test_wait on MinGW CI
73596 2022-09-17 22:28 [ko1@a... ] 33c6dd2cc8 (master): Fallback to VCS.release_date on VCS::NotFoundError
73597 2022-09-17 23:06 [ko1@a... ] 922e61fcc2 (master): Remove git command existence check again
73598 2022-09-17 23:46 [ko1@a... ] 39f91bc24b (master): Always generate non-empty revision.h
73599 2022-09-18 00:11 [ko1@a... ] 67417e795a (master): Replace revision.tmp with the HAVE_BASERUBY trick
73600 2022-09-18 14:06 [ko1@a... ] 0e816e6d30 (master): Demote mjit_instruction.rb from builtin to stdlib
[前][次][スレッド一覧][上]