Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
11627 Ruby master Feature Assigned make `nonzero` an alias of `nonzero?` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11625 Ruby master Feature Open Unlock GVL for SHA1 calculations 04/03/2024 03:23 AM Actions
11599 Ruby master Feature Assigned Dump entries of hash in ObjectSpace tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11597 Ruby master Feature Open Add Linux-specific setfsuid(2)/setfsgid(2) 10/15/2015 10:08 PM Actions
11588 Ruby master Feature Open Implement structured warnings 12/06/2015 08:48 PM Actions
11583 Ruby master Feature Open Add File#unlink 10/12/2015 05:40 AM Actions
11577 Ruby master Feature Open Add encodeURIComponent compatible API for URI 10/09/2015 01:40 PM Actions
11570 Ruby master Misc Open Clarify autoload chaining behavior 10/06/2015 04:52 PM Actions
11550 Ruby master Feature Open Current behaviour of super(...) is dangerous in the presence of more than one included modules. 01/20/2016 08:44 AM Actions
11539 Ruby master Feature Open Support explicit declaration of volatile instance variables 01/26/2021 03:30 PM Actions
11527 Ruby master Feature Assigned IPAddr#mask_addr isn't a method knu (Akinori MUSHA) 11/07/2018 04:12 PM Actions
11518 Ruby master Feature Assigned Queue enhancement - promote! and promote_all! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11517 Ruby master Feature Assigned Queue enhancement - conditional pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11507 Ruby master Feature Open Net::HTTP should use TCP_CORK or TCP_NOPUSH to avoid fragmenting packets 09/04/2015 09:47 AM Actions
11500 Ruby master Feature Open [RFC] rename Queue to UnboundedQueue 07/19/2021 07:48 AM Actions
11475 Ruby master Feature Open AST transforms 08/21/2015 11:14 AM Actions
11446 Ruby master Feature Open Possible work around for the requirement to supplying arguments like this: .map(&:method, <arguments>) 02/19/2024 01:40 PM Actions
11438 Ruby master Bug Assigned native_thread_init_stack() get machine.stack_start unequal to thread's stack start address, x86 win32 windows 04/03/2024 03:50 AM Actions
11431 Ruby master Feature Open [PATCH] rb_parser_compile_*: remove volatile arg 07/27/2021 07:27 AM Actions
11429 Ruby master Feature Open Local variable assignment via regex === 08/10/2015 11:26 PM Actions
11428 Ruby master Feature Open system/exec/etc. should to_s their argument to restore Pathname functionality as it was in 1.8 11/06/2016 02:17 AM Actions
11415 Ruby master Feature Open autoload with a Proc 10/21/2015 08:38 PM Actions
11390 Ruby master Feature Assigned Allow symbols starting with numbers matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11388 Ruby master Feature Open SMTP Service Extension for Delivery Status Notifications 02/06/2018 11:37 AM Actions
11373 Ruby master Feature Open Add command line option to query valid values for --dump 07/27/2021 11:09 AM Actions
11361 Ruby master Feature Open proposal for easy method to nil-guard for generated variable name. 02/21/2016 12:01 PM Actions
11355 Ruby master Misc Open Exceptions inheriting from Timeout::Error should behave the same way 07/15/2015 04:59 PM Actions
11347 Ruby master Feature Open Errors with cause not reported properly to console 07/15/2015 04:39 PM Actions
11323 Ruby master Feature Open Documentation update on how uniq works / guarantee of order 07/02/2015 03:34 AM Actions
11315 Ruby master Feature Open [PATCH] Add Array#^ for parity with other set-like operations. 06/29/2015 05:05 AM Actions
11312 Ruby master Feature Assigned Add Resolv::DNS::Resource::IN::SPF akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
11309 Ruby master Feature Open Iterator over string matches 07/01/2015 08:35 AM Actions
11307 Ruby master Feature Assigned exception-free non-blocking Queue#pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11305 Ruby master Feature Open [ipaddr] include the IP address in question within the InvalidAddressError exception message 06/25/2015 04:25 AM Actions
11299 Ruby master Feature Assigned [PATCH] use Array instead of custom struct for generic ivars normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
11295 Ruby master Misc Open Request for comments about error messages 10/22/2015 09:12 AM Actions
11292 Ruby master Feature Assigned objspace: Dump type of special consts tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11273 Ruby master Feature Open [PATCH] Make it possible to `load` from a FIFO file 07/23/2019 05:45 PM Actions
11262 Ruby master Feature Open Make more objects behave like "Functions" 12/28/2019 09:47 PM Actions
11181 Ruby master Feature Assigned Add a line directive to Ruby matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11177 Ruby master Feature Open DATAでEOF文字以降が読めない 08/22/2023 10:10 PM Actions
11148 Ruby master Feature Open Add a way to require files, but not raise an exception when the file isn't found 05/13/2015 05:57 PM Actions
11142 Ruby master Bug Assigned Command line argument parser on windows handles double quotes inconsistently. usa (Usaku NAKAMURA) 04/03/2024 03:50 AM Actions
11129 Ruby master Feature Open block-level hash destructuring only works for the last argument 07/07/2019 05:11 AM Actions
11122 Ruby master Feature Assigned exception-free non-blocking Queue/SizedQueue operations matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11100 Ruby master Feature Open Permit multiple captures with String[Regexp, ...] 01/24/2016 08:42 AM Actions
11028 Ruby master Feature Assigned standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..." matz (Yukihiro Matsumoto) 04/04/2015 01:44 AM Actions
11026 Ruby master Feature Open How atomic should dynamic regexp with "once" flag be? 12/23/2021 11:43 PM Actions
10983 Ruby master Misc Open Why blocks make Ruby methods 439% slower ? 11/10/2015 06:21 AM Actions
10949 Ruby master Feature Open Time is WB unprotected 07/23/2015 05:55 PM Actions
10932 Ruby master Feature Assigned Enabling allocation tracing as early as possible ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10927 Ruby master Feature Open [PATCH] Add default empty string to string replacements 03/04/2015 10:49 AM Actions
10882 Ruby master Feature Open Provide Levenshtein distance implementation as part of stdlib 02/26/2015 03:56 PM Actions
10879 Ruby master Feature Open UnboundMethod#to_proc 02/21/2015 07:56 PM Actions
10869 Ruby master Feature Open Add support for option to pre-compile Ruby files 02/23/2015 11:08 AM Actions
10863 Ruby master Feature Open allow protected class methods to be callable from instance methods 04/01/2015 06:11 PM Actions
10851 Ruby master Feature Open Introduce Regexp#fetch 02/13/2015 11:15 AM Actions
10829 Ruby master Feature Open Add to_proc method to the Array class 12/23/2021 11:43 PM Actions
10793 Ruby master Feature Open Infrastructure/Release-Management: Sign releases 02/12/2016 09:20 PM Actions
10791 Ruby master Misc Open [PATCH 1/1] Remove unnecessary passing value from doc for Observable 11/29/2022 02:06 AM Actions
10783 Ruby master Misc Open String#concat has an "appending" behavior 08/08/2018 03:08 AM Actions
10782 Ruby master Feature Assigned Patch: Add constants for BigDecimal for ZERO, ONE, TEN mrkn (Kenta Murata) 05/21/2015 08:13 AM Actions
10770 Ruby master Feature Open chr and ord behavior for ill-formed byte sequences and surrogate code points 01/22/2015 10:19 AM Actions
10755 Ruby master Feature Open Use rb_define_alias instead of rb_define_method for rb_cHash 07/27/2021 11:09 AM Actions
10729 Ruby master Feature Open Array method to subtract in place 01/11/2015 02:29 PM Actions
10728 Ruby master Feature Open Warning for Fixnum#size to use RbConfig::SIZEOF['long'] 01/11/2015 04:23 PM Actions
10726 Ruby master Feature Open [PATCH 4/4] * New methods: Set#power 01/28/2015 07:48 AM Actions
10701 Ruby master Feature Open Class:Array 2 New methods 01/08/2015 07:21 AM Actions
10683 Ruby master Feature Open fix inconsistent behavior of Kernel.Hash() 01/02/2015 06:00 AM Actions
10663 Ruby master Feature Open Consider adding support for String input to File. methods 01/05/2015 12:47 AM Actions
10658 Ruby master Feature Open ThreadGroup local variables 01/28/2016 07:20 AM Actions
10645 Ruby master Feature Open Consider adding support of .first to MatchData object like MatchData[0] 12/25/2014 06:50 AM Actions
10637 Ruby master Feature Assigned Puppet orchestration on vagrant fails with Error: Non-HTTP proxy URI akr (Akira Tanaka) 09/23/2020 10:23 PM Actions
10634 Ruby master Feature Open Baselining with Benchmark 12/23/2021 11:43 PM Actions
10628 Ruby master Misc Assigned Peformance of URI module naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
10589 Ruby master Feature Open [TracePoint API] Make THREAD_{BEGIN, END} events return some context information 12/11/2014 04:27 PM Actions
10585 Ruby master Feature Open struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs 06/30/2015 08:18 PM Actions
10574 Ruby master Feature Assigned Add String#lchomp and String.lchomp! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10561 Ruby master Feature Open Improve function of Thread::Backtrace::Location #path and #absolute_path 09/24/2020 09:39 AM Actions
10560 Ruby master Misc Assigned confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z} zzak (zzak _) 01/05/2018 09:02 PM Actions
10552 Ruby master Feature Open [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies 11/30/2014 11:56 AM Actions
10549 Ruby master Feature Assigned Deprecate each_with_index and each_with_object in favor of with_index and with_object matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10548 Ruby master Feature Open remove callcc (Callcc is now going obsoleted. Please use Fiber.) 04/18/2022 09:07 AM Actions
10541 Ruby master Misc Assigned Remove shorthand string interpolation syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10528 Ruby master Feature Open Allow line breaks instead of commas in arrays, hashes, argument lists, etc. 12/23/2021 11:43 PM Actions
10519 Ruby master Feature Open TLS Renegotiation 09/13/2015 03:29 AM Actions
10513 Ruby master Misc Assigned instance_eval yields the receiver, but is documented to yield no arguments zzak (zzak _) 04/03/2024 03:50 AM Actions
10505 Ruby master Feature Open [PATCH 2/n] 同相条件を扱いたい./Object#eql? with block. (ja/en) 11/13/2014 05:52 PM Actions
10503 Ruby master Feature Open introduce InvalidPercentEncoding error for failed URI parsing 01/05/2018 09:01 PM Actions
10498 Ruby master Feature Assigned Make `loop` yield a counter matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10489 Ruby master Feature Assigned Add inherit method for clearer and multiple inheritance matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10481 Ruby master Feature Assigned Add "if" and "unless" clauses to rescue statements matz (Yukihiro Matsumoto) 01/18/2015 02:46 PM Actions
10477 Ruby master Feature Open Implicit interfaces 12/23/2021 11:43 PM Actions
10474 Ruby master Feature Open [PATCH 1/1] Refactoring math.c (Combined some macros into one macro) 11/10/2014 10:29 PM Actions
10473 Ruby master Feature Open Change Date#to_datetime to use local time 07/23/2021 07:08 PM Actions
10459 Ruby master Feature Assigned [PATCH] rfc3339 method for Time akr (Akira Tanaka) 05/21/2015 08:14 AM Actions
10426 Ruby master Feature Open A predicate to express congruence 11/14/2014 02:11 AM Actions
10425 Ruby master Feature Open A predicate method to tell if a number is near another 10/26/2014 01:47 AM Actions
10424 Ruby master Misc Open Error message when sorting NaN 10/25/2014 02:13 PM Actions
10423 Ruby master Feature Assigned [PATCH] opt_str_lit*: avoid literal string allocations ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10416 Ruby master Bug Assigned Create mechanism for updating of Unicode data files downstreams when we want nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
10404 Ruby master Feature Assigned Allow individual finalizers to be removed with ObjectSpace.undefine_finalizer matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10391 Ruby master Feature Open Provide %eISO-8859-1'string \xAA literal' string literals with explicit encoding 10/28/2014 10:27 AM Actions
10386 Ruby master Feature Open [PATCH 3/3] There is little possibility of using m_sqrt at complex.c 11/10/2014 11:10 PM Actions
10378 Ruby master Feature Open [PATCH 0/3] It's better (1 + 0i).real? return true 01/05/2018 09:01 PM Actions
10371 Ruby master Feature Open Use Thread#handle_interrupt in MonitorMixin 12/23/2021 11:43 PM Actions
10370 Ruby master Feature Open [PATCH] We don't need to check whether rb_block_call exists 01/29/2019 06:46 PM Actions
10366 Ruby master Feature Open New inspection form for rational 10/11/2014 12:50 AM Actions
10332 Ruby master Feature Open Rational literal for mixed fractions 10/06/2014 02:55 PM Actions
10331 Ruby master Feature Open String#to_r to recognize negative denominators 10/06/2014 02:44 PM Actions
10328 Ruby master Feature Assigned [PATCH] make OPT_SUPPORT_JOKE a proper VM option normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
10327 Ruby master Feature Open Bool/False/True module for '===' 10/15/2014 02:42 PM Actions
10320 Ruby master Feature Open require into module 09/27/2022 12:54 AM Actions
10318 Ruby master Feature Open [PATCH 0/n] Let underscore be positionally matched arg to omit binding obvious variable. 12/10/2020 08:53 AM Actions
10312 Ruby master Misc Open Give people more control over how the ruby parser sees code and lexical code elements (valid/invalid - toggle options) + macros 01/20/2016 05:14 PM Actions
10308 Ruby master Feature Open Pipes in Ruby 09/30/2014 11:21 PM Actions
10305 Ruby master Feature Open Method for resolving all autoload statements / Add warning on autoload when used with chroot 09/29/2014 02:05 PM Actions
10287 Ruby master Feature Assigned rename COLON3 to COLON2_HEAD. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10273 Ruby master Feature Open Immutable Ruby 12/23/2021 11:43 PM Actions
10255 Ruby master Feature Open Math.log: check domain of base argument 01/27/2015 02:32 AM Actions
10251 Ruby master Feature Open URI: Support wildcards (globbing) in no_proxy 12/16/2015 05:22 AM Actions
10238 Ruby master Feature Assigned todo: remove dependency on malloc_usable_size ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10237 Ruby master Feature Open Transform all elements of one Encoding into another Encoding for Array and Hash 01/05/2018 09:01 PM Actions
10225 Ruby master Feature Open [PATCH] *math.c: New method Math.normcdf 01/05/2018 09:01 PM Actions
10217 Ruby master Feature Open Dir constructor similar to Pathname constructor 12/23/2021 11:43 PM Actions
10215 Ruby master Feature Open prohibit subclassing for classes without allocator in Ruby 09/08/2014 07:29 AM Actions
10183 Ruby master Feature Open An alternative name for method `class` 10/31/2017 11:42 AM Actions
10181 Ruby master Feature Open New method File.openat() 10/22/2015 12:12 PM Actions
10179 Ruby master Feature Open Net::HTTP::Get.new("https://google.com").basic_auth(user_name, password) should throw exception stating the need to set use_ssl to true 09/13/2015 03:25 AM Actions
10177 Ruby master Feature Open Hash#has_key? and Hash#has_value? should be deprecated 09/19/2014 06:01 PM Actions
10176 Ruby master Feature Open Document how to perform net/http calls in parallel 08/27/2014 10:46 PM Actions
10175 Ruby master Feature Open There’s no reason to prefer Proc.new over Kernel#proc anymore 11/10/2014 11:07 PM Actions
10168 Ruby master Feature Open Native Object#inspect method should single quote strings that don't need to be double quoted 01/01/2016 08:27 PM Actions
10152 Ruby master Feature Open String#strip doesn't remove non-breaking space 04/12/2015 07:36 PM Actions
10129 Ruby master Feature Assigned More descriptive error message for failed net/http requests akr (Akira Tanaka) 01/05/2018 09:01 PM Actions
10128 Ruby master Bug Assigned Quoting problem for arguments of Kernel.system, Kernel.exec on Windows windows 04/03/2024 03:50 AM Actions
10051 Ruby master Feature Open nbsp isn't remove with trim 07/17/2014 08:02 AM Actions
10038 Ruby master Feature Assigned Extend ObjectSpace.dump to expose buffer addresses for String and Array tmm1 (Aman Karmani) 01/05/2018 09:01 PM Actions
10009 Ruby master Bug Assigned IO operation is 10x slower in multi-thread environment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10000 Ruby master Feature Open format width and precision with symbol hash 07/01/2014 01:25 AM Actions
9992 Ruby master Feature Open Access Modifiers (Internal Interfaces) 12/18/2017 03:04 PM Actions
9953 Ruby master Feature Open set_trace_func values which could be frozen or symbols 06/19/2014 10:44 PM Actions
9947 Ruby master Feature Open Make `Object#send` and `Object#method` private 12/23/2021 11:43 PM Actions
9941 Ruby master Feature Open Issue a warning when `module` or `class` keyword causes re-initialization of a constant that will become the module/class name, instead of creating/reopening the module/class 12/23/2021 11:43 PM Actions
9929 Ruby master Feature Open add with_default method to Hash 06/11/2014 12:08 AM Actions
9918 Ruby master Feature Open Exception#cause should be shown in output and #inspect 07/13/2015 02:32 PM Actions
9909 Ruby master Feature Open why shouldn't constant lookup check the nesting of module's name 06/07/2014 02:18 AM Actions
9887 Ruby master Feature Open Add uninclude please 05/31/2014 01:33 PM Actions
9871 Ruby master Feature Open load a ruby library which doesn't have extension 05/28/2014 10:07 AM Actions
9853 Ruby master Feature Open Please consider quoted generation of hash like in %h( foo bar bee blaa ) 05/19/2014 04:43 PM Actions
9832 Ruby master Misc Open better concurrency in threads 05/12/2014 12:33 PM Actions
9830 Ruby master Feature Assigned Support for GOST private/public keys rhenium (Kazuki Yamaguchi) 11/29/2022 01:48 AM Actions
9816 Ruby master Feature Assigned 文字列内の数字を数値として比較するメソッド matz (Yukihiro Matsumoto) 10/28/2014 08:29 AM Actions
9807 Ruby master Feature Open String.new with block 05/07/2014 05:54 AM Actions
9804 Ruby master Feature Open File::CREATE as a synonym for File::CREAT 12/23/2021 11:43 PM Actions
9784 Ruby master Feature Open Alias URI#merge to URI#join 04/29/2014 05:42 AM Actions
9779 Ruby master Feature Open Add Module#descendents 01/05/2018 09:00 PM Actions
9768 Ruby master Feature Assigned Method that is visible only within a certain module/class matz (Yukihiro Matsumoto) 04/25/2014 06:43 AM Actions
9760 Ruby master Bug Open mkmf does not allow for linking against custom libraries when a system library is present 09/21/2022 10:56 AM Actions
9755 Ruby master Feature Assigned Thread::Backtrace::Location#defined_class ko1 (Koichi Sasada) 04/18/2014 09:22 AM Actions
9725 Ruby master Feature Open Do not inspect NameError target object unless verbose 05/08/2015 02:18 AM Actions
9724 Ruby master Misc Open Warnings in Ruby: allow per-file directives to i.e. suppress warnings 04/10/2014 06:21 PM Actions
9704 Ruby master Feature Assigned Refinements as files instead of modules matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9686 Ruby master Feature Open Syntax for symbols used in hashes 12/23/2021 11:43 PM Actions
9667 Ruby master Feature Open Optimization of __FILE__ and __dir__ 03/25/2014 04:48 AM Actions
9614 Ruby master Feature Assigned ordering of non-Hash items which use st_ internally matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9613 Ruby master Feature Open Warn about unsafe ossl ciphers 09/13/2015 03:27 AM Actions
9590 Ruby master Feature Assigned introduce st_foreach_update and st_foreach_update_check for performance. tarui (Masaya Tarui) 04/03/2024 03:50 AM Actions
9585 Ruby master Feature Open Add Object#in? to make ruby easier to read 03/15/2014 04:49 PM Actions
9557 Ruby master Feature Open Enumerator#next and Enumerator#peek with argument 04/11/2014 07:00 PM Actions
9556 Ruby master Feature Open Add HTTP#get block functionality to HTTP.get 02/23/2014 05:53 AM Actions
9553 Ruby master Feature Open Make argument validation routine of a method an object 02/22/2014 07:58 AM Actions
9527 Ruby master Feature Open make Net::HTTP.get_print not only to $stdout but to an IO as a parameter 02/23/2014 06:04 AM Actions
9522 Ruby master Feature Open Float( "NaN" ), Float( "Infinity" ) 02/16/2014 05:36 AM Actions
9516 Ruby master Misc Open Consolidate all deprecation messages to one or more helper methods 02/13/2014 05:11 PM Actions
9515 Ruby master Feature Open `IO.each` and `CSV.each` 01/04/2020 05:41 PM Actions
9445 Ruby master Feature Open Support emitting 1.9 Symbol keyword Hash syntax when pretty printing Hashes 01/24/2014 06:01 AM Actions
9409 Ruby master Bug Assigned Cygwin で "filesystem" の encoding が正しくないケース cygwin 04/03/2024 03:50 AM Actions
9402 Ruby master Feature Open A syntax to specify the default value of a hash 12/23/2021 11:43 PM Actions
9401 Ruby master Feature Open Yet another syntax for literal anonymous functions (lambdas) 12/23/2021 11:43 PM Actions
9400 Ruby master Feature Open Respect constant lookup when using `raise` 07/12/2019 03:36 AM Actions
9355 Ruby master Feature Open Re: Rename method_id to method_name in TracePoint class 07/12/2019 03:45 AM Actions
9347 Ruby master Feature Assigned Accept non callable argument to detect marcandre (Marc-Andre Lafortune) 04/03/2024 03:50 AM Actions
9253 Ruby master Feature Open Regexp named match and case statement 01/05/2018 09:00 PM Actions
9235 Ruby master Feature Assigned Documentation for commercial support zzak (zzak _) 08/10/2019 02:55 PM Actions
9189 Ruby master Bug Open Build failure on Windows in case of nonascii TEMP environment. 04/03/2024 03:24 AM Actions
9185 Ruby master Feature Open Add alias_class_method or class_alias functionality 01/05/2018 09:00 PM Actions
9174 Ruby master Feature Open value receiving block for Hash#has_key? 11/29/2013 06:33 AM Actions
9145 Ruby master Feature Open Queue#pop(true) return nil if empty instead of raising ThreadError 01/01/2018 07:41 PM Actions
9136 Ruby master Misc Assigned Deprecated Enumerator.new(object, method) bad for BasicObject zzak (zzak _) 11/23/2013 03:58 AM Actions
9123 Ruby master Feature Assigned Make Numeric#nonzero? behavior consistent with Numeric#zero? matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9116 Ruby master Feature Open String#rsplit missing 04/27/2017 10:00 AM Actions
9115 Ruby master Bug Assigned Logger traps all exceptions; breaks Timeout sonots (Naotoshi Seo) 09/15/2023 02:08 AM Actions
9111 Ruby master Feature Open Encoding-free String comparison 11/21/2013 04:35 PM Actions
9095 Ruby master Feature Open Allow `Symbol#to_proc` to take arguments 11/10/2013 04:25 AM Actions
9070 Ruby master Feature Assigned Introduce `---` as synonym of `end` keyword matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9049 Ruby master Feature Open Shorthands (a:b, *) for inclusive indexing 03/15/2018 12:26 AM Actions
9043 Ruby master Feature Assigned Add String#f method as shortcut for #freeze matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9023 Ruby master Feature Assigned Array#tail matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
9020 Ruby master Feature Assigned Net::HTTPResponse predicate/query methods naruse (Yui NARUSE) 12/25/2017 06:15 PM Actions
(1201-1400/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF