[前][次][番号順一覧][上]
ruby-changes:72301-72400
72301 2022-06-24 08:52 [ko1@a... ] 0b58059f15 (master): Free bitmap buffer if it's not used
72302 2022-06-24 09:28 [ko1@a... ] 333754ace8 (master): YJIT: Add regression test for local type tracking
72303 2022-06-25 07:04 [ko1@a... ] 87e2e3f383 (master): Dump inline storage partition information to binary format
72304 2022-06-25 07:04 [ko1@a... ] 362d6d9ac8 (master): * 2022-06-25 [ci skip]
72305 2022-06-25 07:05 [ko1@a... ] d7cc380666 (master): iseq.c: Use ntz_intptr for faster bitmap scan
72306 2022-06-25 08:29 [ko1@a... ] 2b4a1ad584 (master): Fix a variable name typo in the docs
72307 2022-06-25 16:22 [ko1@a... ] f9c8d80883 (master): [ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is defined by Ruby. (https://github.com/ruby/io-wait/pull/19)
72308 2022-06-25 16:22 [ko1@a... ] 7e68762446 (master): * remove trailing spaces. [ci skip]
72309 2022-06-25 17:12 [ko1@a... ] d281347abb (master): [ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://github.com/ruby/io-wait/pull/20)
72310 2022-06-25 18:09 [ko1@a... ] 8c1d3c2dce (master): [ruby/io-wait] Remove C99-ism for some platforms [ci skip]
72311 2022-06-25 18:10 [ko1@a... ] 50e13870bf (master): [ruby/io-wait] Bump up
72312 2022-06-25 18:11 [ko1@a... ] c0b5124043 (master): Update default gems list at 50e13870bffa3561be13faa31c3fcb [ci skip]
72313 2022-06-25 18:17 [ko1@a... ] d2166c09b0 (master): Copy `IO#wait*` methods from `io-wait` gem to `io.c`.
72314 2022-06-25 19:11 [ko1@a... ] f159bbd17d (master): Prevent accidental use of assert_raises
72315 2022-06-26 11:15 [ko1@a... ] 56809537a4 (master): [rubygems/rubygems] Clean up temporary directory after generate_index --update
72316 2022-06-26 11:16 [ko1@a... ] 967624bc1d (master): * 2022-06-26 [ci skip]
72317 2022-06-26 11:16 [ko1@a... ] a782d76fbe (master): [rubygems/rubygems] Fix pending Bundler specs
72318 2022-06-26 14:17 [ko1@a... ] 846a6bb60f (master): [DOC] Fix a typo [ci skip]
72319 2022-06-26 14:41 [ko1@a... ] e0bfdb23af (master): [ruby/irb] Ensure stdout is a TTY before calling winsize
72320 2022-06-26 15:23 [ko1@a... ] a2b3f2014c (master): [ruby/irb] Require stringio to use StringIO
72321 2022-06-26 15:23 [ko1@a... ] 0e5f9afff6 (master): [ruby/irb] Set prompt mode explictly
72322 2022-06-26 15:41 [ko1@a... ] c2e37c8ff7 (master): Try skipping TupleSpaceProxyTest on MinGW UCRT64
72324 2022-06-26 21:44 [ko1@a... ] 2085201176 (master): YJIT: Undef YJIT_SUPPORTED_P for hygiene
72325 2022-06-26 21:51 [ko1@a... ] d3d5ef0cca (master): Update to ruby/spec@ab32a1a
72326 2022-06-26 21:51 [ko1@a... ] f616e81637 (master): Update to ruby/mspec@78b5d86
72327 2022-06-26 22:24 [ko1@a... ] 49d5921550 (master): Fix Rinda test teardown for omitted tests
72328 2022-06-27 01:09 [ko1@a... ] fc8020c68e (master): [Bug #18879] Fix macOS version detections
72329 2022-06-27 01:09 [ko1@a... ] 63134551fa (master): * 2022-06-27 [ci skip]
72330 2022-06-27 04:40 [ko1@a... ] c3eb0437f2 (master): Fix Process.clock_gettime specs on OpenBSD
72331 2022-06-27 13:00 [ko1@a... ] 232e2f5981 (master): Skip TupleSpaceProxyTest on MINGW64 too
72332 2022-06-27 17:03 [ko1@a... ] f83c5de6d5 (master): [rubygems/rubygems] Improve error message when `operating_system.rb` fails to load
72333 2022-06-27 17:38 [ko1@a... ] 6ba52647c3 (master): mac: Remove debug option fro MJIT_DEBUGFLAGS
72334 2022-06-27 22:20 [ko1@a... ] b6b9a6190d (master): Check availability of `utimensat` on macOS
72335 2022-06-27 22:29 [ko1@a... ] 8c6c3e30f3 (master): [ruby/reline] Enable to change the background color of dialogs. (https://github.com/ruby/reline/pull/413)
72336 2022-06-27 23:36 [ko1@a... ] f9f85a513b (master): [rubygems/rubygems] Print error messages just once in verbose mode
72337 2022-06-28 01:26 [ko1@a... ] 0fab06f3c3 (master): Separate Type::String into Type::CString and Type::TString.
72338 2022-06-28 01:26 [ko1@a... ] 5da31b62b0 (master): Make sure string-operation assertions happen inside a method to be sure YJIT will JIT them.
72339 2022-06-28 01:26 [ko1@a... ] aba804ef91 (master): * 2022-06-28 [ci skip]
72340 2022-06-28 14:52 [ko1@a... ] 51be2cf6d2 (master): [ruby/rdoc] Parse also InitVM-prefixed functions
72341 2022-06-28 15:49 [ko1@a... ] 98bf8c83fa (master): [ruby/rdoc] Refinement is added since ruby 3.1
72342 2022-06-28 20:17 [ko1@a... ] 131422ceea (master): [ruby/rdoc] Support attributes defined by `rb_struct_define`
72343 2022-06-28 20:54 [ko1@a... ] 5e66525e41 (master): [DOC] Document `Process::Tms`
72344 2022-06-28 21:25 [ko1@a... ] 5ccdcd8168 (master): [ruby/rdoc] Remove dead code
72345 2022-06-28 22:30 [ko1@a... ] 44c1316293 (master): [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)
72346 2022-06-28 22:57 [ko1@a... ] 7d211c93af (master): [ruby/irb] Color.colorable? needs to consider the condition when irb is not loaded
72347 2022-06-28 23:10 [ko1@a... ] ca85bd818a (master): [ci skip] Improve man page docs around --dump options
72348 2022-06-28 23:31 [ko1@a... ] 69337a65b2 (master): [rubygems/rubygems] Fix test_install_location_extra_slash on alpine
72349 2022-06-29 00:23 [ko1@a... ] a415a3de05 (master): [ruby/irb] Properly reset USE_COLORIZE after changing it in tests
72350 2022-06-29 00:23 [ko1@a... ] 364b5e75bb (master): * 2022-06-29 [ci skip]
72351 2022-06-29 00:40 [ko1@a... ] 59273ff6e2 (master): [ruby/fileutils] [DOC] Changes to examples (https://github.com/ruby/fileutils/pull/96)
72352 2022-06-29 03:26 [ko1@a... ] f0fab24241 (master): [rubygems/rubygems] Add missing test for user installation directory
72353 2022-06-29 03:26 [ko1@a... ] a16de43f23 (master): [rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`
72354 2022-06-29 03:26 [ko1@a... ] 7a33d3df6a (master): [rubygems/rubygems] Document better names for `gem env` arguments
72355 2022-06-29 03:26 [ko1@a... ] 1098fdf890 (master): [rubygems/rubygems] Also document `gem env` argument aliases
72356 2022-06-29 09:53 [ko1@a... ] 3051d4bc2a (master): [rubygems/rubygems] Support ruby 2.3 and 2.4
72357 2022-06-29 09:53 [ko1@a... ] 50e576292b (master): [rubygems/rubygems] Upgrade rb-sys to 0.9.14
72358 2022-06-29 12:38 [ko1@a... ] 5e1c182900 (master): Remove no longer used label [ci skip]
72359 2022-06-29 14:13 [ko1@a... ] 685efac059 (master): [Bug #18884] `class` cannot be just followed by modifiers
72360 2022-06-30 00:40 [ko1@a... ] bd8ed1f904 (master): Do not call `exit()` directly
72361 2022-06-30 00:40 [ko1@a... ] b340d566e5 (master): * 2022-06-30 [ci skip]
72362 2022-06-30 01:50 [ko1@a... ] 118e3edc32 (master): Add a check-yjit-bindgen-unused target. Add to CI. (#6066)
72363 2022-06-30 04:11 [ko1@a... ] 95bfea6648 (master): [rubygems/rubygems] Use modern style hashes in Gemfile DSL docs
72364 2022-06-30 04:12 [ko1@a... ] 66eb58d6bd (master): Refactor tests for moving strings with compaction
72365 2022-06-30 08:22 [ko1@a... ] 8d157bc806 (master): Move function to `static inline` so we don't have leaked globals
72366 2022-06-30 08:22 [ko1@a... ] e3ab525f69 (master): Fix ISeq dump / load in array cases
72367 2022-06-30 09:08 [ko1@a... ] cfc8d7eaec (master): Use iseq bitmap when updating references
72368 2022-06-30 11:04 [ko1@a... ] 841521b7c1 (master): Adjust indent [ci skip]
72369 2022-06-30 13:50 [ko1@a... ] a5420b6fc1 (master): use latest debug.gem
72370 2022-06-30 15:38 [ko1@a... ] 4b1f337ef2 (master): Add more check to debug failures
72371 2022-06-30 16:32 [ko1@a... ] 982cda9a3e (master): [Bug #18877] Let `lex_ctxt` not to eat escaped whitespace
72372 2022-06-30 16:52 [ko1@a... ] f4d70e1cd8 (master): Make `FEATURE_SET_P` macro to include `FEATURE_BIT`
72373 2022-06-30 18:00 [ko1@a... ] 7dfaa617a4 (master): Use `matrix.arch` separated from `matrix.configure`
72374 2022-06-30 18:53 [ko1@a... ] 8eb5198ccc (master): [rubygems/rubygems] Prevent a warning: `*' interpreted as argument prefix
72375 2022-06-30 18:55 [ko1@a... ] b0c639f249 (master): [rubygems/rubygems] Fix unintended double spaces in DSL documentation
72376 2022-06-30 23:24 [ko1@a... ] 2366e14976 (master): YJIT: Handle 0 total_exits YJIT Status Display (#6079)
72377 2022-06-30 23:26 [ko1@a... ] b6f6fc6e87 (master): YJIT: Refactor gen_opt_mod (#6078)
72378 2022-07-01 00:52 [ko1@a... ] 302f353fd9 (master): [ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File`
72379 2022-07-01 00:52 [ko1@a... ] 51d3035d0a (master): * 2022-07-01 [ci skip]
72381 2022-07-01 09:09 [ko1@a... ] c684b1aa26 (master): Fix TODO in stringio/truncate_spec.rb
72382 2022-07-01 09:37 [ko1@a... ] 33100797c4 (master): Remove redundant parentheses [ci skip]
72383 2022-07-01 15:53 [ko1@a... ] e0c6e288f0 (master): Specify RBS commit hash to fix test failure on test-bundled-gems (#6082)
72384 2022-07-01 15:53 [ko1@a... ] 3124422bc8 (master): Update bundled gems list at e0c6e288f0fe4c285dd4e16283835f [ci skip]
72385 2022-07-01 20:55 [ko1@a... ] 3cf0018119 (master): CI: Add conditions for `test_task` on MinGW
72386 2022-07-02 05:25 [ko1@a... ] 8f5ad74e40 (master): [DOC] New page for strftime formats (#6074)
72387 2022-07-02 05:25 [ko1@a... ] 303f81ad36 (master): * 2022-07-02 [ci skip]
72388 2022-07-02 07:58 [ko1@a... ] 06f4ca503d (master): [ruby/bigdecimal] Correct indentation in Kernel#BigDecimal
72389 2022-07-02 09:15 [ko1@a... ] 829d726604 (master): Fallback to the default JIT only when no JIT is enabled
72390 2022-07-02 19:41 [ko1@a... ] 9101269e94 (master): [rubygems/rubygems] Move rubygems source specific logic to rubygems source
72391 2022-07-02 19:41 [ko1@a... ] 7b78aba53a (master): [rubygems/rubygems] Account for default gems not having remote when caching
72392 2022-07-02 21:49 [ko1@a... ] 6eeb774ab1 (master): [ruby/pstore] Enhanced RDoc
72393 2022-07-02 21:49 [ko1@a... ] 8715ecd04b (master): [ruby/pstore] Enhanced RDoc
72394 2022-07-02 21:49 [ko1@a... ] 902563a827 (master): [ruby/pstore] Enhanced RDoc
72395 2022-07-02 21:49 [ko1@a... ] ce5aa6d4af (master): [ruby/pstore] Enhanced RDoc
72396 2022-07-02 21:49 [ko1@a... ] 2dafa0470b (master): [ruby/pstore] Enhanced RDoc
72397 2022-07-02 21:49 [ko1@a... ] 7e8fd40c06 (master): [ruby/pstore] Enhanced RDoc
72398 2022-07-02 21:49 [ko1@a... ] d7419354ac (master): [ruby/pstore] Enhanced RDoc
72399 2022-07-02 21:49 [ko1@a... ] 558a9244e9 (master): [ruby/pstore] Enhanced RDoc
72400 2022-07-02 21:49 [ko1@a... ] 6f26a6cdef (master): [ruby/pstore] Enhanced RDoc
[前][次][番号順一覧][上]