[前][次][スレッド一覧][上]
ruby-changes:64201-64300
64201 2020-12-16 13:44 [ko1@a... ] 1bafb3cb47 (master): [memory_view] Make MemoryView API Ractor-safe (#3911)
64202 2020-12-16 14:20 [ko1@a... ] 98dca85573 (master): tuning vm_setivar_slowpath() more.
64203 2020-12-16 15:32 [ko1@a... ] 19157a3c00 (master): vm debug: dump registers on ARM too. (#3900)
64204 2020-12-16 16:18 [ko1@a... ] c668772b14 (master): test/ruby/test_enum.rb: Avoid "warning: assigned but unused variable"
64205 2020-12-16 17:20 [ko1@a... ] 0a52161872 (master): fix Ractor#receive by other ractors
64206 2020-12-16 17:23 [ko1@a... ] 5d8f227d0e (master): Lazily move units from active_units to stale_units
64207 2020-12-16 17:40 [ko1@a... ] 4fe7f270ce (master): Different names instead of `ulimit`
64208 2020-12-16 17:55 [ko1@a... ] 8b32191a31 (master): Ignore failure on unsupported fcntl to drop non-blocking mode
64209 2020-12-16 19:10 [ko1@a... ] ddb93c3d64 (master): Made LARGEFILE_SUPPORT mandatory
64210 2020-12-16 19:10 [ko1@a... ] 5193fbb6d0 (master): Removed stale declaration
64211 2020-12-16 19:13 [ko1@a... ] a9a7f4d8b8 (master): Ractor#receive_if to receive only matched messages
64212 2020-12-16 20:34 [ko1@a... ] 359ad4423e (master): strip trailing spaces [ci skip]
64214 2020-12-16 22:58 [ko1@a... ] 9c859f4b3c (master): Ripper: Pass callback result to alias_error as well as other errors
64215 2020-12-16 23:03 [ko1@a... ] bfb374be23 (master): Fix a typo [ci skip]
64217 2020-12-17 00:31 [ko1@a... ] b29c0fadec (master): add HAVE_RB_EXT_RACTOR_SAFE macro
64218 2020-12-17 00:31 [ko1@a... ] 84c9ebd65f (master): * 2020-12-17 [ci skip]
64219 2020-12-17 00:35 [ko1@a... ] 24f018972b (master): fix timing bug
64220 2020-12-17 00:42 [ko1@a... ] d5929b39a9 (master): Make Ractor#receive_if private
64221 2020-12-17 03:44 [ko1@a... ] c58142134c (master): make RB_DEBUG_COUNTER_INC()_thread-safe
64222 2020-12-17 03:44 [ko1@a... ] 2a3324fcd2 (master): No sync on ASCII/US_ASCCII/UTF-8
64223 2020-12-17 03:48 [ko1@a... ] 93ba3ac036 (master): RGENGC_PROFILE=0
64224 2020-12-17 12:44 [ko1@a... ] d07183ec85 (master): Do not access jit_unit if NULL
64225 2020-12-17 13:22 [ko1@a... ] ccf9da079f (master): fix doc typo
64226 2020-12-17 14:20 [ko1@a... ] 46ea74297e (master): Bump version to json-2.4.1 and use VERSION file for json version same as upstream
64227 2020-12-17 14:38 [ko1@a... ] a09c3c6fe1 (master): expand VERSION path for ruby repository.
64228 2020-12-17 15:18 [ko1@a... ] 3b4d698e0b (master): Ignore catch_except_p for PC motion
64229 2020-12-17 16:07 [ko1@a... ] 5d74894f2b (master): Lazily move PC with RUBY_VM_CHECK_INTS
64230 2020-12-17 16:54 [ko1@a... ] 9213771817 (master): encourage inlining for vm_sendish()
64231 2020-12-17 17:03 [ko1@a... ] c42948d784 (master): add debug counters for gc start events
64232 2020-12-17 17:25 [ko1@a... ] 44fba194a5 (master): ruby/pathname separated .rb file to top-level directory.
64233 2020-12-17 17:38 [ko1@a... ] 99b9145380 (master): relax synchronization on WB
64234 2020-12-17 18:13 [ko1@a... ] 7f11c8086a (master): reduce barrier counts for GC events
64235 2020-12-17 18:13 [ko1@a... ] da3438a504 (master): sync obj_to_id_tbl
64236 2020-12-17 20:05 [ko1@a... ] d597d7a8b6 (master): Fixing glitchy kill ring behavior in irb
64237 2020-12-17 20:06 [ko1@a... ] 9908177857 (master): test/ruby: Check warning messages at a finer granularity
64238 2020-12-17 20:24 [ko1@a... ] 0158ba7e51 (master): [ruby/reline] Make a log file on windows if debug env is set
64239 2020-12-17 20:24 [ko1@a... ] cdf2790aa0 (master): [ruby/reline] Support longer than screen height on Windows
64240 2020-12-17 20:24 [ko1@a... ] cbf6a7f906 (master): [ruby/irb] workaround for lack of tokens from `Ripper.lex`
64241 2020-12-17 20:24 [ko1@a... ] 2b8fa78176 (master): [ruby/reline] Support longer than screen height
64242 2020-12-17 20:24 [ko1@a... ] 336fe648b0 (master): [ruby/irb] Skip the few failing tests on TruffleRuby
64243 2020-12-17 20:24 [ko1@a... ] 422e2c7274 (master): [ruby/reline] Use plus operator to create unfrozen string
64244 2020-12-17 20:24 [ko1@a... ] b5effe07bd (master): [ruby/irb] Fixed a typo in a comment [ci skip]
64245 2020-12-17 20:24 [ko1@a... ] 753222d72c (master): [ruby/irb] Enable deprecation warnings when using -W or -w
64246 2020-12-17 20:24 [ko1@a... ] 980f994b3b (master): [ruby/irb] Change context-mode's default to new mode 4.
64247 2020-12-17 22:54 [ko1@a... ] caef364cc5 (master): test/ruby: suppress some warnings
64248 2020-12-18 01:20 [ko1@a... ] 6538c89f1c (master): gc_verify_internal_consistency() needs barrier
64249 2020-12-18 01:21 [ko1@a... ] f7a6b460d5 (master): * 2020-12-18 [ci skip]
64250 2020-12-18 02:46 [ko1@a... ] 81739ad4fd (master): Better cooperation between public/protected/private with attr* and alias_method
64251 2020-12-18 06:28 [ko1@a... ] 895b10ad02 (master): Add documentation about GC.compact
64252 2020-12-18 08:27 [ko1@a... ] 29e42b8bfd (master): add explicit check
64253 2020-12-18 09:14 [ko1@a... ] 51c2725dc6 (master): use eval to create different Regexp objects
64254 2020-12-18 11:19 [ko1@a... ] aa82b067cb (master): ruby_set_stack_size: no longer exists
64255 2020-12-18 11:23 [ko1@a... ] a07f249803 (master): socket is ractor-safe.
64256 2020-12-18 12:11 [ko1@a... ] 66090b9d10 (master): Use rb_id_attrset without intermediate strings
64257 2020-12-18 13:03 [ko1@a... ] e042e8460b (master): Added missing tests for public, private, protected and alias_method
64258 2020-12-18 13:03 [ko1@a... ] 34f0606217 (master): Added tests for [Feature #17314]
64259 2020-12-18 13:33 [ko1@a... ] 0e40cc9b19 (master): Merge RubyGems 3.2.2 and Bundler 2.2.2
64260 2020-12-18 14:09 [ko1@a... ] b44f7151c7 (master): zlib is ractor-safe
64261 2020-12-18 14:12 [ko1@a... ] 8cba3b35e0 (master): Bump version RubyGems and Bundler in NEWS
64262 2020-12-18 14:16 [ko1@a... ] cfa124ef05 (master): acquire VM lock on gc_verify_internal_consistency()
64263 2020-12-18 14:26 [ko1@a... ] b5de66e132 (master): [strscan] Fix license comment and files
64264 2020-12-18 14:26 [ko1@a... ] 5370963992 (master): [strscan] Version 3.0.0
64265 2020-12-18 14:26 [ko1@a... ] 985f0af257 (master): [strscan] Make strscan Ractor safe (#17)
64266 2020-12-18 14:36 [ko1@a... ] f0ec923c58 (master): Remove --jit-save-temps from MJIT
64267 2020-12-18 15:00 [ko1@a... ] ffc8a72f39 (master): Sort URLs by issue numbers [ci skip]
64268 2020-12-18 15:18 [ko1@a... ] 8e03e3b0ba (master): Drop token info also for endless singleton method definition
64269 2020-12-18 16:09 [ko1@a... ] 0a60ba923e (master): Revert "Added tests for [Feature #17314]"
64270 2020-12-18 16:09 [ko1@a... ] 41c208d4a4 (master): Revert "Use rb_id_attrset without intermediate strings"
64271 2020-12-18 16:09 [ko1@a... ] 982443e6e3 (master): Revert "Better cooperation between public/protected/private with attr* and alias_method"
64272 2020-12-18 16:09 [ko1@a... ] c4e50b58d1 (master): Revert "Added missing tests for public, private, protected and alias_method"
64273 2020-12-18 16:27 [ko1@a... ] 75416b8628 (master): Removed old GC.stat keys deprecated since 2.2
64274 2020-12-18 16:27 [ko1@a... ] 763d5f9c6b (master): Removed old GC tuning environment variables deprecated since 2.1
64275 2020-12-18 17:50 [ko1@a... ] 61236770e6 (master): need to sync gc_finalize_deferred
64276 2020-12-18 17:56 [ko1@a... ] 7d32bf7853 (master): Removed a moved local variable
64277 2020-12-18 18:00 [ko1@a... ] 74ab2c3b46 (master): finalizing should be checked before VM lock
64278 2020-12-18 18:20 [ko1@a... ] b5588edc0a (master): openssl is ractor-safe
64279 2020-12-18 21:59 [ko1@a... ] 14ca7f633c (master): [openssl] Fix dependencies
64281 2020-12-18 23:15 [ko1@a... ] c71934f8a5 (master): [stringio] Version 3.0.0
64282 2020-12-18 23:15 [ko1@a... ] e1b5289a2b (master): [stringio] Add test-unit in the development dependencies
64283 2020-12-19 00:04 [ko1@a... ] ed5c09f384 (master): Remove unused variable
64284 2020-12-19 00:04 [ko1@a... ] 6945597f6f (master): * 2020-12-19 [ci skip]
64285 2020-12-19 00:53 [ko1@a... ] 19a98a8791 (master): Fixed not to make non-literal expression shareable [Feature #17273]
64286 2020-12-19 00:54 [ko1@a... ] ad76c8fb6b (master): Update TypeProf to 0.10.0
64287 2020-12-19 02:05 [ko1@a... ] e76b56f58e (master): support Ruby 2.x for openssl
64288 2020-12-19 02:24 [ko1@a... ] 671f2762fb (master): [ruby/reline] Add Enumerable to KillRing for debugging
64289 2020-12-19 02:24 [ko1@a... ] dc61affd67 (master): [ruby/reline] [ruby/irb] Call ripper only once when generating dynamic prompt
64290 2020-12-19 02:24 [ko1@a... ] af2c81e10c (master): [ruby/reline] Bind yank-pop correctly
64291 2020-12-19 02:24 [ko1@a... ] d4257c6152 (master): [ruby/reline] Yank by em-kill-region correctly
64292 2020-12-19 02:24 [ko1@a... ] c2a5594e27 (master): [ruby/reline] Use cached prompt list when just moved the cursor
64293 2020-12-19 02:29 [ko1@a... ] d5ab8e8562 (master): [bigdecimal] Use rb_undef_alloc_func to undefine allocate
64294 2020-12-19 02:44 [ko1@a... ] 7b06085c7b (master): [bigdecimal] Fix test for d5ab8e8562
64295 2020-12-19 02:54 [ko1@a... ] 7e2dbbda35 (master): Use category: :experimental in warnings that are related to experimental features
64296 2020-12-19 02:54 [ko1@a... ] 05313c914b (master): Use category: :deprecated in warnings that are related to deprecation
64297 2020-12-19 02:54 [ko1@a... ] 52fb696ee7 (master): Switch rb_category_warn{, ing} to accept an rb_warning_category_t
64298 2020-12-19 02:54 [ko1@a... ] 6ced55b07c (master): Make warning_categories a map of category symbols to category numbers
64299 2020-12-19 03:03 [ko1@a... ] f213a271a1 (master): NEWS: fiddle 1.0.4 [ci skip]
64300 2020-12-19 03:05 [ko1@a... ] b3b7f1e580 (master): NEWS: Add an entry of StringIO 3.0.0 [ci skip]
[前][次][スレッド一覧][上]