[前][次][スレッド一覧][上]
ruby-changes:66801-66900
66801 2021-07-16 01:55 [ko1@a... ] 456d0019dd (master): [ruby/irb] Escape space in free-spacing mode
66802 2021-07-16 01:55 [ko1@a... ] f1035248af (master): [ruby/irb] Show code page by irb_info on Windows
66803 2021-07-16 01:56 [ko1@a... ] fa87f72e1e (master): Add pattern matching pin support for instance/class/global variables
66804 2021-07-16 02:04 [ko1@a... ] 95f8ffa5f6 (master): Copy hash compare_by_identity setting in more cases
66805 2021-07-16 11:27 [ko1@a... ] 25689024cf (master): Added code fence to the example in [Feature #17724] [ci skip]
66806 2021-07-16 13:50 [ko1@a... ] 55a79b648c (master): Adjust the release version of ruby2_keywords
66807 2021-07-16 14:32 [ko1@a... ] 6073a8bdc0 (master): Add debug assertion in `rb_funcall*` that the current thread has the gvl.
66808 2021-07-16 15:25 [ko1@a... ] 29ed9d1aaa (master): [ruby/error_highlight] Fix leaked tempfiles
66809 2021-07-16 15:40 [ko1@a... ] a3d2200b2a (master): [rubygems/rubygems] test loading bad plugins with nil/empty names
66810 2021-07-16 15:40 [ko1@a... ] 5cce96891e (master): [rubygems/rubygems] remove focus
66811 2021-07-16 15:40 [ko1@a... ] 44ba77d16d (master): [rubygems/rubygems] lock for development on macos
66812 2021-07-16 15:40 [ko1@a... ] bbaebbf529 (master): [rubygems/rubygems] Fix contradictory message about deletion of default gem
66813 2021-07-16 15:40 [ko1@a... ] 227c2deff4 (master): [rubygems/rubygems] Fix development gem unintentionally removed on an edge case
66814 2021-07-16 15:40 [ko1@a... ] 71d3c9bbfa (master): [rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle install`'s help
66815 2021-07-16 15:40 [ko1@a... ] 650a65c6fc (master): [rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`
66816 2021-07-16 16:11 [ko1@a... ] eee709595c (master): io.c: Clarify the behavior of `IO.read` when called as `File.read`
66817 2021-07-16 17:50 [ko1@a... ] 301d194ee3 (master): Add Integer.try_convert [Feature #15211]
66818 2021-07-16 19:11 [ko1@a... ] fd0df9c4fb (master): Emit deprecatation warnings for rb_iterate()
66819 2021-07-17 11:16 [ko1@a... ] eed5e8f796 (master): One-line pattern matching is no longer experimental
66820 2021-07-17 11:16 [ko1@a... ] f36a5a7624 (master): * 2021-07-17 [ci skip]
66821 2021-07-17 13:18 [ko1@a... ] 503fa1620c (master): Fix a spec failure
66822 2021-07-17 13:25 [ko1@a... ] f11f9fc921 (master): Disable spec of `pattern matching is experimental` since 3.1
66823 2021-07-17 13:25 [ko1@a... ] 2a5b5ff49a (master): Fix a spec failure
66824 2021-07-17 13:38 [ko1@a... ] 4885c44bca (master): cont.c: fix formatting of RDoc for Fiber class
66825 2021-07-18 11:42 [ko1@a... ] ca6ebde821 (ruby_3_0): merge revision(s) 1fac99afdae2671a9ca86bead5bde4d0e2eff1b4: [Backport #18030]
66826 2021-07-18 11:42 [ko1@a... ] c4b602e80f (ruby_3_0): merge revision(s) 25e56fe374478a2266ac25f22a07bb3c6a423c83,8758b07b1e4fd636dffb4b442388a3033c63d4b5,791e8eec66d3aebcee36c1369b0bf52bc3815e94: [Backport #18016]
66827 2021-07-18 12:41 [ko1@a... ] e0e12202c7 (master): Use rb_block_call() instead of the deprecated rb_iterate()
66828 2021-07-18 12:41 [ko1@a... ] ed1e5663a4 (master): * 2021-07-18 [ci skip]
66829 2021-07-18 20:35 [ko1@a... ] 56d983697f (master): Constified a local table
66830 2021-07-18 20:35 [ko1@a... ] ab37e6ee7e (master): Adjust styles [ci skip]
66831 2021-07-18 20:35 [ko1@a... ] 803eb1ee83 (master): Get rid of type aliasing
66832 2021-07-18 20:41 [ko1@a... ] 9b972310fa (master): [ruby/racc] Add missing check for rb_block_call()
66833 2021-07-18 20:41 [ko1@a... ] 23c4b93e54 (master): [ruby/racc] Shrink gem size
66834 2021-07-18 21:56 [ko1@a... ] 8a6ef5ef8f (master): Make boolean expected messages more consitent
66835 2021-07-19 07:43 [ko1@a... ] a541fe1a75 (master): Doc guide for class/module (#4600)
66836 2021-07-19 07:44 [ko1@a... ] bac5ec0f06 (master): * 2021-07-19 [ci skip]
66837 2021-07-19 10:35 [ko1@a... ] 91ffce8f24 (master): [ruby/did_you_mean] Prevent "warning: ambiguity between regexp and two divisions"
66838 2021-07-19 10:58 [ko1@a... ] ab2bd3ff35 (master): test/openssl/test_x509cert.rb: Prevent "unused variable" warning
66839 2021-07-19 12:02 [ko1@a... ] 7217f60bb3 (master): [ruby/racc] Removed generate code from parser.rb. It's already migrated by rake task
66840 2021-07-19 12:02 [ko1@a... ] b5b3cd2722 (master): [ruby/racc] Move document from library directory
66841 2021-07-19 12:02 [ko1@a... ] 95dd461387 (master): [ruby/racc] Removed pre-setup from gemspec
66842 2021-07-19 12:02 [ko1@a... ] dbcfc8d499 (master): [ruby/racc] Removed needless files from gemspec
66843 2021-07-19 17:19 [ko1@a... ] fa239e0479 (master): Remove unneeded quotes [ci skip]
66844 2021-07-19 17:22 [ko1@a... ] 036f26a4e2 (master): Add `fall through`
66845 2021-07-20 14:47 [ko1@a... ] 2e67043041 (master): Use UNREACHABLE instead of fall through
66846 2021-07-20 14:48 [ko1@a... ] 5e7675d442 (master): * 2021-07-20 [ci skip]
66847 2021-07-20 20:36 [ko1@a... ] 261dca2ee2 (master): [ruby/irb] Support non-English code page message
66848 2021-07-20 21:46 [ko1@a... ] 42745ecae3 (master): Remove meaningless IO#close_on_exec= spec [Feature #17745]
66849 2021-07-20 21:46 [ko1@a... ] bc1323ce5c (master): Use RB_INTEGER_TYPE_P
66850 2021-07-21 17:40 [ko1@a... ] 1c80e0e6b0 (master): Use typeprof supporting rbs 1.3
66851 2021-07-21 17:40 [ko1@a... ] b2749e0026 (master): * 2021-07-21 [ci skip]
66852 2021-07-21 19:33 [ko1@a... ] 04b5e85bfd (master): Look up ruby_digit36_to_number_table
66853 2021-07-21 20:45 [ko1@a... ] fa308a683d (master): Update bundled_gems
66854 2021-07-21 20:45 [ko1@a... ] c25cf1eaaa (master): Drop optional commit hash when updated
66855 2021-07-22 02:07 [ko1@a... ] b940a45357 (master): Fix interpolated heredoc
66856 2021-07-22 02:07 [ko1@a... ] f5f7010613 (master): * 2021-07-22 [ci skip]
66857 2021-07-22 03:41 [ko1@a... ] 31144fe987 (master): Change GC verification to walk all pages
66858 2021-07-22 10:49 [ko1@a... ] a4e39112a8 (master): Cast to size_t instead of int
66859 2021-07-22 10:49 [ko1@a... ] e3cda75436 (master): Remove useless casts
66860 2021-07-22 11:48 [ko1@a... ] a215c6d044 (ruby_3_0): partially merge revision(s) 119697f61e2b2b157816a8aa33aada5863959900,4a627dbdfd1165022fa9e716ba845e937b03773d: [Backport #18014]
66861 2021-07-22 11:48 [ko1@a... ] 186900d12c (ruby_3_0): * 2021-07-22 [ci skip]
66862 2021-07-22 14:02 [ko1@a... ] e882905d0d (master): Refactor sym_each_i function
66863 2021-07-22 14:03 [ko1@a... ] d6b8819b79 (master): Refactor rb_proc_call_with_block function
66864 2021-07-22 14:11 [ko1@a... ] e4b68ab700 (master): [DOC] Fixed the description of regexp alternations [ci skip]
66865 2021-07-22 15:41 [ko1@a... ] fc50b2eae5 (master): Remove unneeded function declarations
66866 2021-07-22 15:41 [ko1@a... ] 75f60e5a46 (master): Sort out quad_t related macros
66867 2021-07-22 23:10 [ko1@a... ] 018f3961ae (master): Don't set flags in finalize_list
66868 2021-07-22 23:10 [ko1@a... ] 62661dd9e4 (master): Don't recompute the heap page
66869 2021-07-23 03:13 [ko1@a... ] 86e0eecc84 (master): [ruby/irb] Fix #256
66870 2021-07-23 03:13 [ko1@a... ] fc78a08904 (master): * 2021-07-23 [ci skip]
66871 2021-07-23 10:25 [ko1@a... ] 4da07ac2f3 (master): Finalizers no longer store the safe level
66872 2021-07-23 10:25 [ko1@a... ] b726c4ee38 (master): Use rb_equal
66873 2021-07-23 12:01 [ko1@a... ] fc4dd45d01 (master): Show exception in finalizer [Feature #17798]
66874 2021-07-23 12:01 [ko1@a... ] 63e5f4df38 (master): Access rb_execution_context_t::errinfo directly
66875 2021-07-23 12:01 [ko1@a... ] 377995035a (master): Suppress exception message in finalizer [Feature #17798]
66876 2021-07-23 12:44 [ko1@a... ] 8cc18703cf (master): [NEWS] added [Feature #17798] [ci skip]
66877 2021-07-23 12:44 [ko1@a... ] 5385731374 (master): [NEWS] adjusted formats [ci skip]
66878 2021-07-24 17:58 [ko1@a... ] eec45a93ef (master): Escape unprintable chars only, without surrounding quotes
66879 2021-07-24 17:59 [ko1@a... ] 971d24cd97 (master): * 2021-07-24 [ci skip]
66880 2021-07-25 13:13 [ko1@a... ] ec5bc13262 (ruby_3_0): bump up bundled rbs and typeprof version to pass test-bundled-gems.
66881 2021-07-25 13:48 [ko1@a... ] dc7ad0287e (ruby_3_0): bump up bundled rbs and typeprof version to pass test-bundled-gems.
66882 2021-07-25 14:11 [ko1@a... ] 95dc88c888 (ruby_3_0): partially merge revision(s) 5f69a7f60467fa58c2f998daffab43e118bff36c: [Backport #17666]
66883 2021-07-25 14:19 [ko1@a... ] 0a5f22cc42 (ruby_3_0): merge revision(s) 73cd4951de20bf989747013b1e62a202f12ac2d2,6e6be107dd0c820afc4db68d09110ad96c4aebdd:
66884 2021-07-25 14:54 [ko1@a... ] e2aaed044e (ruby_3_0): merge revision(s) 292230cbf926e9892596ea37fd4567f0c49ab73c:
66885 2021-07-25 20:07 [ko1@a... ] b360588cd3 (master): Sort feature index arrays by the priority of file types [Bug #15856]
66886 2021-07-25 20:08 [ko1@a... ] 02facb86da (master): * 2021-07-25 [ci skip]
66887 2021-07-25 20:59 [ko1@a... ] 8897098b5c (master): Update bundled_gems
66888 2021-07-26 05:09 [ko1@a... ] 070557afc4 (master): Distinguish signal and timeout [Bug #16608]
66889 2021-07-26 05:09 [ko1@a... ] 165a098ffc (master): * 2021-07-26 [ci skip]
66890 2021-07-26 14:19 [ko1@a... ] 24e5f1c982 (master): Ignore 7z unless available
66891 2021-07-26 15:48 [ko1@a... ] b8386f7f7f (master): Prepend DebugSystem to VCS class only
66892 2021-07-26 20:25 [ko1@a... ] c8172d0b96 (master): rb_iterate is no longer used in ruby/spec
66893 2021-07-27 09:57 [ko1@a... ] 5b27c1a15b (master): * 2021-07-27 [ci skip]
66894 2021-07-27 12:00 [ko1@a... ] ed51e8b8fa (master): Make GCed during suppressing the warning
66895 2021-07-27 12:30 [ko1@a... ] 2d0a1e5f61 (master): Try GC more during suppressing the warning
66896 2021-07-27 13:42 [ko1@a... ] 2de7c29b37 (master): test/ruby/test_parse.rb: Prevent an "unused variable" warning
66897 2021-07-27 14:55 [ko1@a... ] cd49940cff (master): Run in a separated process to run finalizers certainly
66898 2021-07-27 15:23 [ko1@a... ] 13f8521c63 (master): Fix potential hang when joining threads.
66899 2021-07-27 15:40 [ko1@a... ] 0754cc4888 (master): Added intern_ids.rb
66900 2021-07-27 15:40 [ko1@a... ] 537e824561 (master): Don't redefine #rb_intern over and over again
[前][次][スレッド一覧][上]