Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
13821 Ruby master Feature Assigned Allow fibers to be resumed across threads ko1 (Koichi Sasada) 12/28/2023 09:20 PM Actions
13820 Ruby master Feature Open Add a nil coalescing operator 03/16/2021 03:34 PM Actions
13805 Ruby master Feature Open Make refinement scoping to be like that of constants 08/13/2017 10:52 PM Actions
13804 Ruby master Misc Open Protected methods cannot be overridden 08/10/2017 09:41 PM Actions
13795 Ruby master Feature Open Hash#select return type does not match Hash#find_all 06/24/2019 06:33 PM Actions
13765 Ruby master Feature Open Add Proc#bind 07/26/2017 01:31 PM Actions
13763 Ruby master Feature Open Trigger "unused variable warning" for unused variables in parameter lists 11/28/2017 04:49 AM Actions
13750 Ruby master Feature Open Improve String#casecmp? and Symbol#casecmp? performance with ASCII string 01/24/2021 07:12 AM Actions
13733 Ruby master Feature Open Dump the delegator instead of the delegated object 06/29/2018 05:09 PM Actions
13719 Ruby master Feature Open [PATCH] net/http: allow existing socket arg for Net::HTTP.start 09/12/2020 09:45 PM Actions
13697 Ruby master Feature Assigned [PATCH]: futex based thread primitives kosaki (Motohiro KOSAKI) 04/03/2024 03:50 AM Actions
13696 Ruby master Feature Assigned Add exchange and noreplace options to File.rename Glass_saga (Masaki Matsushita) 04/03/2024 03:50 AM Actions
13681 Ruby master Feature Open Ruby digest init fails in FIPS mode when built against OpenSSL ~> 1.0.1 07/04/2017 05:17 PM Actions
13671 Ruby master Bug Assigned Regexp with lookbehind and case-insensitivity raises RegexpError only on strings with certain characters duerst (Martin Dürst) 01/06/2023 01:59 PM Actions
13645 Ruby master Feature Open Syntactic sugar for indexing when using the safe navigation operator 04/16/2019 03:00 PM Actions
13639 Ruby master Feature Open Add "RTMIN" and "RTMAX" to Signal.list 08/31/2017 09:06 AM Actions
13634 Ruby master Misc Open NilClass is lying about respond_to?(:clone) 06/06/2017 08:27 AM Actions
13626 Ruby master Feature Open Add String#byteslice! 08/27/2022 11:16 AM Actions
13622 Ruby master Misc Assigned Documentation missing stomar (Marcus Stollsteimer) 06/03/2017 07:27 AM Actions
13620 Ruby master Feature Open Simplifying MRI's build system: always make install 02/15/2023 07:55 PM Actions
13610 Ruby master Feature Assigned IPAddr doesn't provide helpful methods to get the subnet or IP address knu (Akinori MUSHA) 10/20/2017 01:13 AM Actions
13577 Ruby master Feature Assigned Digest.file accidentally receives File object but uses file path nobu (Nobuyoshi Nakada) 05/20/2017 06:50 PM Actions
13576 Ruby master Feature Open File#to_path shall be deleted 06/24/2019 08:20 PM Actions
13574 Ruby master Feature Open Method redefinition warning 08/25/2019 06:11 PM Actions
13516 Ruby master Feature Assigned Improve the text of the circular require warning nobu (Nobuyoshi Nakada) 08/31/2017 05:49 AM Actions
13514 Ruby master Feature Open [PATCH] thread_pthread.c (native_sleep): preserve old unblock function 07/27/2021 11:41 AM Actions
13512 Ruby master Feature Assigned System Threads ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
13508 Ruby master Feature Assigned How remove/refactor code related mathn library. hsbt (Hiroshi SHIBATA) 12/25/2017 06:15 PM Actions
13507 Ruby master Feature Open Improve performance of some Complex methods where call Numeric#real? internally 06/24/2019 08:21 PM Actions
13506 Ruby master Feature Open Improve performance of Complex#{+,-,*,/,**,abs2} 06/24/2019 08:21 PM Actions
13502 Ruby master Feature Open remove unused Array#to_s implementation 07/27/2021 11:41 AM Actions
13497 Ruby master Misc Open Docs, code samples, Ripper example 04/23/2017 04:27 AM Actions
13482 Ruby master Feature Open Improve performance of "set instance variable" 06/24/2019 08:25 PM Actions
13436 Ruby master Feature Open Improve performance of Array#<=> with Fixnum/Float/String elements 06/24/2019 08:26 PM Actions
13434 Ruby master Feature Open better method definition in C API 07/13/2017 07:41 AM Actions
13395 Ruby master Feature Open Add a method to check for not nil 09/30/2017 12:53 PM Actions
13388 Ruby master Feature Assigned gc.c: Add GC.get_parameters and .set_parameters ko1 (Koichi Sasada) 03/30/2017 10:52 AM Actions
13385 Ruby master Feature Assigned [PATCH] Make Resolv::DNS::Name validation similar to host and dig commands akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
13378 Ruby master Feature Assigned Eliminate 4 of 8 syscalls when requiring file by absolute path nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
13374 Ruby master Feature Open Fix one of performance regressions in method calling 06/24/2019 08:32 PM Actions
13342 Ruby master Feature Open Improve yielding block performance 06/24/2019 08:33 PM Actions
13333 Ruby master Feature Open block to yield 05/19/2017 09:01 AM Actions
13314 Ruby master Feature Open dig= 03/14/2017 12:55 PM Actions
13263 Ruby master Feature Open Add companion integer nth-root method to recent Integer#isqrt 04/05/2017 12:49 AM Actions
13259 Ruby master Feature Open Kernel#Date 02/28/2017 12:09 PM Actions
13252 Ruby master Feature Assigned C API for creating strings without copying ko1 (Koichi Sasada) 04/17/2017 07:22 AM Actions
13245 Ruby master Feature Open [PATCH] reject inter-thread TLS modification 09/12/2017 12:54 PM Actions
13241 Ruby master Feature Open Method(s) to access Unicode properties for characters/strings 08/08/2019 08:10 PM Actions
13240 Ruby master Feature Open Change Unicode property implementation in Onigmo from inversion lists to direct lookup 02/22/2017 08:01 AM Actions
13209 Ruby master Misc Open fact.rb in ruby/sample variations 02/14/2017 12:10 AM Actions
13174 Ruby master Feature Open Smaller id_table on 64bit platform 01/31/2017 02:05 PM Actions
13164 Ruby master Bug Open A second `SystemStackError` exception results in `Segmentation fault (core dumped)` 04/14/2017 01:05 PM Actions
13153 Ruby master Feature Open Inconsistent sprintf formatting for 0 value 09/29/2020 03:30 PM Actions
13151 Ruby master Bug Open File.writable? doesn't report correctly if a directory is writable on Windows. 01/23/2017 05:46 PM Actions
13129 Ruby master Feature Assigned Refinements cannot refine method_missing and respond_to_missing? matz (Yukihiro Matsumoto) 07/03/2021 10:45 PM Actions
13124 Ruby master Feature Open Should #puts convert to external encoding? 12/01/2017 06:45 PM Actions
13108 Ruby master Feature Open [Doc Request] Explicitly document Range#sum 01/05/2017 11:50 PM Actions
13103 Ruby master Feature Open [PATCH] random.c: use "__NR_" syscall prefix on Linux (instead of "SYS_") 01/11/2017 10:51 PM Actions
13095 Ruby master Feature Open [PATCH] io.c (rb_f_syscall): remove deprecation notice 03/26/2017 06:21 AM Actions
13048 Ruby master Feature Open Better way to do Regexp.new(Regexp.escape("some string")) 01/20/2017 04:01 AM Actions
13047 Ruby master Feature Assigned Use String literal instead of `String#+` for multiline pretty-printing of multiline strings akr (Akira Tanaka) 02/22/2017 07:09 AM Actions
13026 Ruby master Feature Open Public singleton methods 02/22/2017 06:53 PM Actions
13006 Ruby master Feature Open backtrace of thread killer 12/06/2016 01:11 AM Actions
12992 Ruby master Feature Open ArgumentError if hostname is missing 07/27/2021 11:40 AM Actions
12986 Ruby master Feature Open HTTP/request basic_auth context should be switched 06/24/2019 10:38 PM Actions
12985 Ruby master Feature Open HTTP should handle cookies 06/24/2019 10:38 PM Actions
12969 Ruby master Feature Open Allow optional parameter in String#strip and related 01/20/2017 08:19 AM Actions
12968 Ruby master Feature Open Allow default value via block for Integer(), Float() and Rational() 06/28/2017 05:53 PM Actions
12928 Ruby master Feature Open Use socket conect_timeout in net stdlib for open_timeout 12/02/2019 09:20 PM Actions
12911 Ruby master Misc Open Translate docs 11/29/2022 02:05 AM Actions
12901 Ruby master Feature Open Anonymous functions without scope lookup overhead 01/01/2022 12:30 PM Actions
12869 Ruby master Feature Open open-uri's open rejects `BOM' in encoding 10/25/2016 05:06 AM Actions
12867 Ruby master Feature Open Add ability to check validity of a URL 12/23/2021 11:43 PM Actions
12858 Ruby master Feature Open Supporting batch-requiring of files in ruby 10/23/2016 08:05 AM Actions
12843 Ruby master Feature Open Proposal to add a new method to class File in order to determine the name of the file without any suffix 10/17/2016 08:56 AM Actions
12817 Ruby master Feature Open Consider adding method .sample() on class Hash (if this was not yet proposed) 10/11/2016 12:57 AM Actions
12802 Ruby master Feature Open Add BLAKE2 support to Digest 09/02/2019 05:58 AM Actions
12790 Ruby master Feature Open Better inspect for stdlib classes 02/27/2017 08:36 PM Actions
12755 Ruby master Feature Open optimize instruction sequence 09/12/2016 07:05 AM Actions
12731 Ruby master Feature Open rb_path_to_class should call custom const_defined? methods (take 2) 07/25/2019 06:13 PM Actions
12725 Ruby master Bug Assigned Trying to use ./miniruby before it exists nobu (Nobuyoshi Nakada) 08/22/2023 10:33 PM Actions
12700 Ruby master Feature Open regexg heredoc support 11/24/2017 12:53 AM Actions
12689 Ruby master Bug Open Thread isolation of $~ and $_ 04/01/2021 08:51 PM Actions
12656 Ruby master Feature Assigned Expand short paths with File.expand_path windows 01/31/2018 02:31 PM Actions
12653 Ruby master Feature Assigned Use wide WinAPI for rb_w32_getcwd usa (Usaku NAKAMURA) 09/12/2016 06:35 AM Actions
12648 Ruby master Feature Open `Enumerable#sort_by` with descending option 07/19/2022 02:41 AM Actions
12639 Ruby master Feature Assigned Speed up require in RubyGems by 5x hsbt (Hiroshi SHIBATA) 07/26/2018 02:12 AM Actions
12625 Ruby master Feature Open TypeError.assert, ArgumentError.assert 08/10/2016 04:36 AM Actions
12589 Ruby master Feature Open VM performance improvement proposal 02/20/2018 05:00 AM Actions
12586 Ruby master Feature Open Hash#sample 08/10/2016 04:08 AM Actions
12582 Ruby master Bug Assigned OpenSSL Authenticated Encryption should check for tag length rhenium (Kazuki Yamaguchi) 04/28/2017 01:45 PM Actions
12573 Ruby master Feature Open Introduce a straightforward way to discover whether a process is running 04/19/2017 12:05 PM Actions
12543 Ruby master Feature Assigned explicit tail call syntax: foo() then return matz (Yukihiro Matsumoto) 04/18/2021 03:02 PM Actions
12523 Ruby master Feature Open `Object#values_at` 01/05/2020 03:44 PM Actions
12506 Ruby master Bug Assigned On cygwin, Feature #5994 does not work cygwin 05/19/2022 08:20 AM Actions
12497 Ruby master Feature Assigned GMP version of divmod may be slower akr (Akira Tanaka) 08/10/2016 03:11 AM Actions
12482 Ruby master Feature Open ArgumentError.new(nil) should give a better description 06/16/2016 04:18 AM Actions
12455 Ruby master Feature Open Add a way for class String to determine whether it has only numbers / digits or not 07/20/2016 03:13 AM Actions
12445 Ruby master Bug Assigned Testing TestIO#test_open_fifo_does_not_block_other_threads results in deadlock on cygwin cygwin 05/19/2022 08:20 AM Actions
12444 Ruby master Bug Assigned Segmentation fault when running TestException#test_machine_stackoverflow on cygwin cygwin 05/19/2022 08:20 AM Actions
12442 Ruby master Bug Assigned TestArgf#test_textmode fails on cygwin cygwin 05/19/2022 08:20 AM Actions
12435 Ruby master Feature Open Using connect_nonblock to open TCP connections in Net::HTTP#connect 06/06/2016 12:42 AM Actions
12416 Ruby master Feature Open struct rb_id_table lacks mark function 09/22/2020 07:43 PM Actions
12403 Ruby master Feature Open Optimise Regexp#match? 05/24/2016 05:54 AM Actions
12380 Ruby master Feature Open `Struct` as a subclass of `Class` 05/14/2016 08:28 AM Actions
12378 Ruby master Feature Open arbitrary size Random.new_seed 05/13/2016 04:44 PM Actions
12350 Ruby master Feature Open Introduce Array#find! that raises an error if element not found 07/19/2016 06:20 AM Actions
12334 Ruby master Feature Open Final/Readonly Support for Fields / Instance Variables 07/20/2016 01:49 AM Actions
12319 Ruby master Feature Open `Module#const_get` does not accept symbol with nested name 01/04/2020 07:24 PM Actions
12317 Ruby master Feature Open Name space of a module 09/04/2016 04:59 PM Actions
12306 Ruby master Feature Assigned Implement String #blank? #present? and improve #strip and family to handle unicode matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12282 Ruby master Feature Open Hash#dig! for repeated applications of Hash#fetch 12/28/2018 05:31 AM Actions
12281 Ruby master Feature Assigned Allow lexically scoped use of refinements with `using {}` block syntax shugo (Shugo Maeda) 06/13/2016 07:44 AM Actions
12280 Ruby master Feature Open IO.copy_stream(IO, IO) fails with "pread() not implemented" 08/23/2023 05:50 PM Actions
12277 Ruby master Misc Open Coding rule: colum number 04/13/2016 06:32 PM Actions
12272 Ruby master Feature Open Accepting HTML entity name in string literal 04/13/2016 05:16 AM Actions
12262 Ruby master Feature Open Anti-loop 04/09/2016 05:30 AM Actions
12247 Ruby master Feature Open accept multiple arguments at Array#delete 04/04/2016 10:16 PM Actions
12244 Ruby master Feature Assigned Add a way to `integer - integer % num` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12226 Ruby master Feature Open Dir.home with valid named user raises ArgumentError on Windows 05/08/2016 10:06 AM Actions
12214 Ruby master Feature Open Inconsistent behaviour and lack of warnings/errors when referencing duplicated _variables 03/24/2016 04:58 PM Actions
12211 Ruby master Feature Open introduce Date#first_of_month and Date#last_of_month 03/26/2016 12:58 AM Actions
12179 Ruby master Bug Open Build failure due to VPATH expansion 04/14/2016 01:55 AM Actions
12173 Ruby master Feature Open `Time#till_now` 03/16/2016 10:19 AM Actions
12165 Ruby master Feature Open Hash#first, Hash#last 05/17/2023 05:14 PM Actions
12145 Ruby master Feature Open Aliashood between `size` and `length` is not consistent 06/27/2019 10:02 PM Actions
12141 Ruby master Feature Open send and __send__ 03/14/2016 01:32 AM Actions
12134 Ruby master Feature Open Comparison between `true` and `false` 03/15/2016 12:41 PM Actions
12129 Ruby master Feature Open syntactic sugar for dynamic method dispatch `object_expression:method_name_expression(1, 2)` 03/14/2016 01:35 AM Actions
12125 Ruby master Feature Open Proposal: Shorthand operator for Object#method 01/07/2022 06:23 PM Actions
12116 Ruby master Feature Open `Fixnum#divmod`, `Bignum#divmod` with multiple arguments 03/21/2016 02:00 PM Actions
12115 Ruby master Feature Open Add Symbol#call to allow to_proc shorthand with arguments 11/16/2018 09:49 AM Actions
12114 Ruby master Feature Open $VERBOSE = true is being ignored 02/26/2016 02:00 PM Actions
12113 Ruby master Feature Open Global method inside Delegator causes NameError 03/01/2016 01:58 AM Actions
12110 Ruby master Feature Open Create a method to avoid vacuous truth? 03/12/2016 08:01 AM Actions
12094 Ruby master Feature Open parameterized property assignment: o.prop(arg) = 1 03/17/2016 07:05 AM Actions
12086 Ruby master Feature Open using: option for instance_eval etc. 12/29/2019 07:46 PM Actions
12083 Ruby master Feature Open $_ and $~ by Binding#local_variable_{get,set} 02/18/2016 04:35 AM Actions
12080 Ruby master Feature Open Enumerable#first, Array#last with block 04/20/2016 03:51 AM Actions
12077 Ruby master Feature Open Consolidate SSLSocket interface with TCPSocket 05/17/2016 06:37 AM Actions
12064 Ruby master Feature Assigned Make creation of enc/unicode/casefold.h automatic again nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
12059 Ruby master Feature Open `Array#single?`, `Hash#single?` 02/10/2016 04:02 AM Actions
12057 Ruby master Feature Open Allow methods with `yield` to be called without a block 12/23/2021 11:43 PM Actions
12041 Ruby master Feature Open Change the initializer of NameError to take a receiver as the third argument 02/12/2016 05:37 AM Actions
12040 Ruby master Bug Assigned [Win32] File.stat fails on a mounted volume windows 02/01/2016 08:13 AM Actions
12034 Ruby master Feature Open RegExp does not respect file encoding directive 02/13/2016 06:41 PM Actions
12023 Ruby master Feature Open Allow ivars to be used as method arguments 01/27/2016 09:58 AM Actions
12021 Ruby master Feature Open Final instance variables 12/23/2021 11:43 PM Actions
12020 Ruby master Feature Assigned Documenting Ruby memory model ko1 (Koichi Sasada) 12/23/2021 11:40 PM Actions
12019 Ruby master Feature Assigned Better low-level support for writing concurrent libraries matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12017 Ruby master Feature Open [PATCH] dedupe string keys from Marshal.load 01/25/2016 09:02 AM Actions
12008 Ruby master Feature Open Immutable object graphs (a.k.a. deep freeze) 06/27/2019 10:29 PM Actions
12006 Ruby master Feature Open return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,... 01/21/2016 12:42 PM Actions
11987 Ruby master Feature Open daemons can't show the backtrace of rb_bug 01/13/2016 10:58 AM Actions
11955 Ruby master Feature Assigned Expose Object that Receives logs in Logger sonots (Naotoshi Seo) 10/15/2022 08:38 AM Actions
11939 Ruby master Feature Open Syntax sugar to apply a method replace a variable 01/04/2016 09:49 AM Actions
11927 Ruby master Feature Open Return value for `Module#include` and `Module#prepend` 09/02/2020 12:40 AM Actions
11923 Ruby master Feature Open Put Struct accessors into separate module to allow redefining them in Struct.new's block 05/17/2016 06:37 AM Actions
11917 Ruby master Feature Open Add Range#length as an alias for size 01/30/2016 07:01 AM Actions
11882 Ruby master Feature Assigned Map or NamedMap matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11868 Ruby master Feature Open Proposal for RubyVM::InstructionSequence.compile to return an object containing the syntax error information currently written to STDERR 04/21/2016 05:49 AM Actions
11840 Ruby master Bug Assigned Error with "make check" on Cygwin cygwin 04/03/2024 03:50 AM Actions
11817 Ruby master Feature Open map.parallel 12/15/2015 04:28 AM Actions
11816 Ruby master Feature Assigned Partial safe navigation operator matz (Yukihiro Matsumoto) 04/14/2020 08:02 AM Actions
11815 Ruby master Feature Open Proposal for method `Array#difference` 07/20/2020 11:34 PM Actions
11808 Ruby master Bug Assigned Different behavior between Enumerable#grep and Array#grep ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
11796 Ruby master Feature Open [PATCH] Refactor reduce call get_stat() 12/09/2015 02:33 PM Actions
11786 Ruby master Feature Open [PATCH] micro-optimize case dispatch even harder 12/09/2015 09:58 AM Actions
11783 Ruby master Misc Open Do you have any idea if you have a budgets? 05/16/2019 09:06 PM Actions
11781 Ruby master Feature Open Would it be possible to alias .prepend() towards .unshift() for class Array by default? 12/09/2015 12:46 PM Actions
11735 Ruby master Feature Assigned Porting String#squish and String#squish! from Ruby on Rails' Active Support matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11723 Ruby master Feature Open CGI library should give access to raw request body 11/20/2015 07:06 PM Actions
11710 Ruby master Feature Assigned [PATCH] Replace Set#merge with Set#merge! and make Set#merge non-mutating. knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
11700 Ruby master Feature Open positive flags for reverse lookup to socket 11/17/2015 02:48 AM Actions
11694 Ruby master Feature Open Numeric#nonpositive?, nonnegative? 11/16/2015 12:56 AM Actions
11690 Ruby master Feature Open Update Hash during multiple assignment 12/10/2015 12:26 PM Actions
11689 Ruby master Feature Open Add methods allow us to get visibility from Method and UnboundMethod object. 08/20/2022 12:34 PM Actions
11670 Ruby master Feature Assigned Show warning to make nested def obsolete nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
11665 Ruby master Feature Open Support nested functions for better code organization 11/16/2016 03:06 PM Actions
11660 Ruby master Feature Open a falsy value (similar to js undefined) that facilitates forwarding of default arguments 11/05/2019 07:33 PM Actions
11634 Ruby master Feature Open [PATCH] variable.c (rb_global_tbl): convert to id_table 10/29/2015 08:11 PM Actions
11630 Ruby master Feature Open possibility to serialize Proc or Lambda 11/23/2015 01:34 PM Actions
11629 Ruby master Feature Open Implement Enhanced Mail System Status Codes (rfc1893) 10/28/2015 10:38 AM Actions
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
9010 Ruby master Bug Assigned ./configure --prefix= cannot handle directories with spaces nobu (Nobuyoshi Nakada) 11/13/2023 07:46 PM Actions
8994 Ruby master Feature Open add methods for Float to get if an NaN is quiet or not, also add class methods for Float to "generate" an quiet NaN and an loud NaN 10/21/2019 10:38 PM Actions
8987 Ruby master Feature Open map/collect extension which handles arguments 01/05/2018 09:00 PM Actions
8970 Ruby master Feature Open Array.zip and Array.product 09/12/2019 03:40 AM Actions
8967 Ruby master Feature Open add uninclude and unextend method 09/30/2013 02:18 PM Actions
8961 Ruby master Feature Open Synchronizable module to easily wrap methods in a mutex 12/23/2021 11:43 PM Actions
8960 Ruby master Feature Assigned Add Exception#backtrace_locations ko1 (Koichi Sasada) 11/25/2016 02:15 PM Actions
8959 Ruby master Feature Assigned Allow top level prepend nobu (Nobuyoshi Nakada) 10/16/2013 03:22 AM Actions
8948 Ruby master Feature Assigned Frozen regex Eregon (Benoit Daloze) 03/10/2023 12:53 PM Actions
8947 Ruby master Feature Open make alias, alias_method, attr_* return name of the alias 12/23/2021 11:43 PM Actions
8921 Ruby master Feature Open Allow select, reject, etc to accept a regex 04/04/2020 05:57 AM Actions
8896 Ruby master Feature Open #tap with missing block 12/23/2021 11:43 PM Actions
8862 Ruby master Feature Open getoptlong to accept user-provided commandline 09/04/2013 09:53 PM Actions
8853 Ruby master Feature Open Should String#sub(pattern) returns an Enumerator? 07/13/2019 12:32 AM Actions
8850 Ruby master Feature Assigned Convert Rational to decimal string matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
8848 Ruby master Feature Open Syntax for binary strings 12/23/2021 11:43 PM Actions
8839 Ruby master Feature Assigned Class and module should return the class or module that was opened matz (Yukihiro Matsumoto) 12/28/2015 08:36 AM Actions
8834 Ruby master Feature Open Kernel#load_relative 04/18/2019 11:41 PM Actions
8807 Ruby master Feature Open Custom literals 12/10/2020 08:53 AM Actions
8804 Ruby master Feature Assigned ONCE syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8786 Ruby master Feature Open Process.clock_gettime(:realtime) 08/15/2013 10:33 PM Actions
8772 Ruby master Feature Open Hash alias #| merge, and the case for Hash and Array polymorphism 12/25/2017 06:15 PM Actions
8751 Ruby master Feature Open Add offsets to method#source_location 12/23/2021 11:43 PM Actions
8714 Ruby master Feature Open Non-interpolated regular expression literal 08/02/2013 08:00 PM Actions
8688 Ruby master Feature Open #sprintf should accept strings as keys 07/26/2013 02:33 AM Actions
8681 Ruby master Feature Open Net::HTTP should set TCP_NODELAY for requests with body 12/23/2021 11:43 PM Actions
8678 Ruby master Feature Assigned Allow invalid string to work with regexp matz (Yukihiro Matsumoto) 01/05/2018 09:00 PM Actions
8663 Ruby master Feature Assigned Officialy alias ArgumentError to ArgError matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8640 Ruby master Feature Open Add Time#elapsed to return nanoseconds since creation 12/23/2021 11:43 PM Actions
8635 Ruby master Feature Open attr_accessor with default block 12/23/2021 11:43 PM Actions
8626 Ruby master Feature Open Add a Set coercion method to the standard lib: Set(possible_set) 12/23/2021 11:43 PM Actions
8619 Ruby master Feature Open Standard Profiling API 12/23/2021 11:43 PM Actions
8614 Ruby master Feature Open Object#singleton_class with a block 07/12/2013 10:14 AM Actions
8598 Ruby master Feature Open Expose information whether a timezone offset has been explicitly set on DateTime object 07/03/2013 08:27 PM Actions
8576 Ruby master Feature Assigned Add optimized method type for constant value methods ko1 (Koichi Sasada) 12/25/2017 06:15 PM Actions
8570 Ruby master Feature Open Better mechanisms to safely load classes concurrently 12/23/2021 11:43 PM Actions
8566 Ruby master Feature Open [PATCH] Allow to configure additional preludes 12/10/2014 01:13 PM Actions
8564 Ruby master Feature Open Extend Module#attr... methods 02/05/2015 07:39 PM Actions
8544 Ruby master Feature Open OpenURI should open 'file://' URIs 12/12/2015 04:30 PM Actions
8536 Ruby master Feature Assigned Implement is_numeric? family of methods matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
8494 Ruby master Feature Open Safe method for defensive copies. alternative to 'dup' 06/05/2013 04:26 PM Actions
8478 Ruby master Feature Assigned The hash returned by Enumerable#group_by should have an empty array for its default value matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8460 Ruby master Feature Assigned PATCH: optparse: add `keep_unknown` option nobu (Nobuyoshi Nakada) 04/02/2023 06:51 AM Actions
8452 Ruby master Feature Open Kernel#otherwise to rewrite code like (obj || default_obj).do_smth 05/26/2013 08:41 PM Actions
8449 Ruby master Feature Assigned Array#ary_plus always returns an array nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
8445 Ruby master Bug Assigned IO.open and IO#set_enconding does not support :fallback option akr (Akira Tanaka) 11/13/2023 07:29 PM Actions
8444 Ruby master Bug Assigned Regexp vars $~ and friends are not thread local ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
8437 Ruby master Feature Open custom operators, unicode 08/30/2015 03:05 AM Actions
8404 Ruby master Feature Open virtual, hooked or read only global variabels for ruby only code too 05/14/2013 09:19 PM Actions
8366 Ruby master Feature Open Exception.message take time to execute depending on the instance variables 09/22/2014 06:41 AM Actions
8321 Ruby master Feature Open Ripper: I would like coordinates for keywords 05/10/2013 07:01 PM Actions
8295 Ruby master Feature Assigned Float や Rational から(可能であれば)正確な BigDecimal を生成する機能 mrkn (Kenta Murata) 12/25/2017 06:15 PM Actions
8291 Ruby master Feature Open Allow retrieving the root Fiber of a Thread 12/23/2021 11:43 PM Actions
8275 Ruby master Feature Open Add Module#public_const_get 12/23/2021 11:43 PM Actions
8272 Ruby master Feature Open Transfer feature tracking to CommonRuby 12/23/2021 11:40 PM Actions
8271 Ruby master Feature Assigned Proposal for moving to a more visible, formal process for feature requests matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
8270 Ruby master Feature Assigned Ruby should build without thread support (aka minix) nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
8263 Ruby master Feature Assigned Support discovering yield state of individual Fibers ko1 (Koichi Sasada) 12/23/2021 11:40 PM Actions
8259 Ruby master Feature Open Atomic attributes accessors 12/23/2021 11:43 PM Actions
8232 Ruby master Feature Assigned Rudiments of abstract algebra in Ruby matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8229 Ruby master Feature Assigned extend Hash.include? matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8206 Ruby master Feature Open Should Ruby core implement String#blank? 04/28/2016 02:05 PM Actions
8185 Ruby master Bug Open Thread/fork issue 12/30/2019 03:00 AM Actions
8184 Ruby master Feature Open Avoid the creation of meaningless ranges (nil, false, true) 03/29/2013 11:16 PM Actions
8164 Ruby master Feature Assigned Public/Private matz (Yukihiro Matsumoto) 12/10/2020 08:50 AM Actions
8126 Ruby master Feature Assigned OpenSSL::SSL::SSLSocket does not define #recv and #send messages rhenium (Kazuki Yamaguchi) 08/08/2019 11:05 PM Actions
8088 Ruby master Feature Open Method#parameters (and friends) should provide useful information about core methods 01/04/2023 05:09 PM Actions
8083 Ruby master Feature Assigned Exit status is limited to one-byte values which is invalid for Windows windows 03/14/2013 08:26 PM Actions
8061 Ruby master Feature Assigned 重複するキーワードをエラーにする matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8047 Ruby master Feature Assigned IPAddr makes host address with netmask knu (Akinori MUSHA) 01/05/2018 09:00 PM Actions
8046 Ruby master Feature Open allow Object#extend to take a block 12/25/2017 06:15 PM Actions
8042 Ruby master Feature Assigned Add Addrinfo#socket to create a socket that is not connected or bound matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
8016 Ruby master Feature Assigned Alias __FILE__ and __LINE__ as methods matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7981 Ruby master Feature Open ruby does not respect -- 02/28/2013 02:49 PM Actions
7968 Ruby master Bug Assigned Poor UDPSocket#send performance in ruby 2.0.0 on windows windows 11/16/2023 01:24 PM Actions
7964 Ruby master Bug Assigned Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String nobu (Nobuyoshi Nakada) 11/13/2023 07:07 PM Actions
7914 Ruby master Feature Assigned Case for local class methods matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7895 Ruby master Feature Open Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations 12/23/2021 11:43 PM Actions
7892 Ruby master Bug Assigned MIME encoding bug of NKF.nkf naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
7883 Ruby master Feature Assigned Add Regex#to_proc matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7876 Ruby master Feature Assigned Add method for accessing Class from within Singleton Class matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7848 Ruby master Feature Assigned Restore default state for core ruby objects matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7845 Ruby master Feature Open Strip doesn't handle unicode space characters in ruby 1.9.2 & 1.9.3 (does in 1.9.1) 12/23/2021 11:43 PM Actions
7795 Ruby master Feature Assigned Symbol.defined? and/or to_existing_symbol matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7788 Ruby master Feature Assigned YAML Tag Schema Support tenderlovemaking (Aaron Patterson) 04/03/2024 03:50 AM Actions
7748 Ruby master Feature Assigned Contextual send matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7747 Ruby master Feature Open Expanded API for Binding semantics 12/23/2021 11:43 PM Actions
7745 Ruby master Feature Assigned lib/observer.rb: Observers are compared by identity nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
7742 Ruby master Bug Assigned System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8 duerst (Martin Dürst) 04/03/2024 03:50 AM Actions
7739 Ruby master Feature Assigned Define Hash#| as Hash#reverse_merge in Rails matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7708 Ruby master Feature Open support for patches list 12/25/2017 06:15 PM Actions
7704 Ruby master Feature Assigned Add a list of enabled (experimental) language features. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7702 Ruby master Feature Assigned Remove Proc#binding matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7657 Ruby master Feature Assigned Array#& doesn't accept Enumerables matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7654 Ruby master Feature Assigned Add optional code block to IO::readlines matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7644 Ruby master Feature Assigned In refinements, change "using" keyword to a less generic word. matz (Yukihiro Matsumoto) 12/10/2020 08:49 AM Actions
7614 Ruby master Feature Assigned alias_accessor matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7611 Ruby master Feature Assigned Focal method for all loads/requires matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7604 Ruby master Feature Assigned Make === comparison operator ability to delegate comparison to an argument matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7580 Ruby master Feature Assigned Range translation matz (Yukihiro Matsumoto) 06/11/2018 09:51 AM Actions
7548 Ruby master Feature Assigned Load and Require Callbacks matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7546 Ruby master Feature Assigned Change behavior of `Array#slice` for an argument of `Range` class matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7545 Ruby master Feature Open Make Range act as a "lazy ordered set" 12/10/2020 08:49 AM Actions
7532 Ruby master Feature Assigned Hardcoded compiler location nobu (Nobuyoshi Nakada) 12/25/2017 06:15 PM Actions
7518 Ruby master Feature Assigned Fiddle::Pointer#to_str and Fiddle::Pointer#to_int should be removed tenderlovemaking (Aaron Patterson) 08/15/2013 04:56 AM Actions
7503 Ruby master Feature Assigned make timeout.rb async-interrupt safe by default matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7488 Ruby master Feature Assigned Receiving object_id in object creation probes tenderlovemaking (Aaron Patterson) 12/25/2017 06:15 PM Actions
7444 Ruby master Feature Assigned Array#product_set matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7436 Ruby master Feature Assigned Allow for a "granularity" flag for backtrace_locations matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7412 Ruby master Feature Assigned Pathname#relative_path_from does not support mixed directory separators on windows akr (Akira Tanaka) 01/05/2018 09:00 PM Actions
7394 Ruby master Feature Assigned Enumerable#find ifnone parameter could be non-callable nobu (Nobuyoshi Nakada) 02/10/2021 09:32 AM Actions
7384 Ruby master Feature Open Rename #each_with_object to #each_with 12/25/2017 06:15 PM Actions
7377 Ruby master Feature Assigned #indetical? as an alias for #equal? matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7362 Ruby master Feature Assigned Adding Pathname#start_with? akr (Akira Tanaka) 12/25/2017 06:15 PM Actions
7349 Ruby master Feature Assigned Struct#inspect needs more meaningful output matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7341 Ruby master Feature Open Enumerable#associate 12/25/2017 06:15 PM Actions
7340 Ruby master Feature Open 'each_with' or 'into' alias for 'each_with_object' 12/25/2017 06:15 PM Actions
(1001-1500/1591) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF