Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
14673 Ruby Misc Open Documentation for `Array#drop` / `drop_while` unclear in regard to modification 04/10/2018 09:51 AM Actions
14672 Ruby Feature Open Introduce a Date.safe_parse method 04/18/2018 10:11 AM Actions
14669 Ruby Feature Open Regexp does not expose the amount of capture groups. 04/08/2018 11:11 AM Actions
14640 Ruby Bug Assigned [win32] File.realpath treats a relative path with a drive letter as an absolute path. windows 04/03/2024 03:50 AM Actions
14636 Ruby Feature Open `Hash` has a method for accessing the shortest path towards a certain key 03/28/2018 09:42 AM Actions
14625 Ruby Feature Open yield_self accepts an argument, calling to_proc 03/30/2018 06:52 AM Actions
14624 Ruby Feature Open #{nil} allocates a fresh empty string each time 04/21/2018 11:12 AM Actions
14618 Ruby Feature Open Add display width method to String for CLI 03/21/2018 04:00 AM Actions
14615 Ruby Feature Open Consider introducing shortcut to check Net::HTTP response type 03/19/2018 05:43 AM Actions
14606 Ruby Feature Open Change begin-else-end without rescue from warning to syntax error 03/16/2018 01:22 AM Actions
14605 Ruby Feature Open Remove `original_iseq` from `rb_iseq_constant_body` 08/26/2019 07:31 PM Actions
14602 Ruby Feature Open Version of dig that raises error if a key is not present 08/02/2024 01:21 PM Actions
14601 Ruby Feature Open test-all & ruby/test_m17n_comb.rb - fixup 08/26/2019 07:30 PM Actions
14593 Ruby Feature Open Add `Enumerator#concat` 03/08/2018 09:15 PM Actions
14585 Ruby Feature Open Array#each_pair 03/11/2018 11:38 PM Actions
14582 Ruby Bug Open Unable to use `method__entry` and `method_return` tracing probes since 2.5 01/20/2025 12:41 PM Actions
14580 Ruby Feature Open Hash#store accepts a block 03/08/2018 11:59 AM Actions
14574 Ruby Feature Open percent literals and binary encoding strings 03/04/2018 07:38 AM Actions
14570 Ruby Feature Open Make File.expand_path/real_path casing consistent on Windows 06/17/2021 04:22 PM Actions
14565 Ruby Feature Open Simpler, one-liner, failsafe require in ruby? [Suggested names: require_failsafe, require_safe, require_try, require_add) 04/03/2025 11:38 AM Actions
14564 Ruby Feature Open `dig` opposite method 07/13/2022 04:00 PM Actions
14555 Ruby Feature Open OpenStruct performance doesn't have to be slow... 02/27/2018 12:59 AM Actions
14550 Ruby Feature Open Support keyword arguments with Date#step 02/26/2018 03:58 AM Actions
14548 Ruby Feature Assigned Allow some_array&.[1] to be a valid syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14546 Ruby Feature Assigned Hash#delete! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14492 Ruby Feature Assigned iseq loading + caching should be in core ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14476 Ruby Feature Assigned Adding same_all? for checking whether all items in an Array are same mrkn (Kenta Murata) 08/28/2020 01:10 PM Actions
14465 Ruby Feature Open rename/alias and then obsolete UDPSocket::send 12/23/2021 11:43 PM Actions
14463 Ruby Feature Open Allow comments to precede dots in member expressions 12/23/2021 11:43 PM Actions
14430 Ruby Feature Open net/http: use Socket.tcp with connect_timeout, instead of TCPSocket.open wrapped in Timeout.timeout 01/19/2021 10:01 AM Actions
14412 Ruby Feature Assigned DRb UNIX on local machine: add support for getpeereid() seki (Masatoshi Seki) 01/28/2018 12:51 PM Actions
14411 Ruby Feature Open URI#secure? 02/11/2018 03:44 PM Actions
14404 Ruby Feature Open Adding writev support to IO#write_nonblock 01/29/2018 12:29 AM Actions
14401 Ruby Feature Open Integer#digitsの逆の動作をするメソッドが欲しい 01/25/2018 01:13 PM Actions
14399 Ruby Feature Open Add Enumerable#product 08/11/2019 09:34 PM Actions
14397 Ruby Feature Assigned public, protected and private should return their arguments instead of self matz (Yukihiro Matsumoto) 12/10/2018 07:08 AM Actions
14394 Ruby Feature Assigned Class.descendants ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14393 Ruby Feature Open Support sending file descriptors (on local machine) via DRb UNIX 01/24/2018 08:58 PM Actions
14392 Ruby Feature Open Pipe operator 12/13/2018 09:51 AM Actions
14378 Ruby Feature Open Increase Fixnum range on Windows from 31 bits to 63 bits 06/18/2021 07:31 PM Actions
14365 Ruby Feature Open irreconcilable ancestor chain ordering expectations should perhaps produce an error 08/13/2019 05:18 AM Actions
14364 Ruby Bug Open Regexp last match variable in procs 11/13/2023 07:55 PM Actions
14348 Ruby Feature Open win32ole: enable using coclass-es with multiple IDispatch implementations 01/10/2018 11:35 AM Actions
14328 Ruby Feature Open SIMD vectorization 07/16/2018 05:12 PM Actions
14278 Ruby Feature Open Ambiguous Exception for OpenSSL::HMAC.digest 06/20/2019 11:36 PM Actions
14276 Ruby Feature Open Ruby core debugger API 01/05/2018 07:54 PM Actions
14275 Ruby Feature Open GC not aggressive enough 06/17/2021 06:54 PM Actions
14274 Ruby Feature Open Merge Std-Lib Time Class into Core 07/19/2021 07:54 AM Actions
14249 Ruby Feature Open Remove str[match_str] 05/19/2018 06:13 PM Actions
14197 Ruby Feature Open `Enumerable#{select,reject}` accept a pattern argument 04/04/2020 05:47 AM Actions
14190 Ruby Misc Open What are the semantics of $SAFE? 12/15/2017 10:28 PM Actions
14177 Ruby Feature Open PATCH: File::Stat#dev on Windows 12/25/2017 06:15 PM Actions
14164 Ruby Feature Open [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth 08/12/2019 08:15 AM Actions
14153 Ruby Feature Open [PATCH] resurrection of # -*- warn_past_scope: true -*- 12/26/2017 08:53 AM Actions
14149 Ruby Misc Open Ruby Birthday Thread - 25th years anniversary 12/02/2017 01:40 AM Actions
14136 Ruby Feature Open Implement #empty? on more classes 10/27/2018 07:20 AM Actions
14129 Ruby Feature Open Feature Request: sockets - add support for recvmmsg 12/12/2017 08:35 AM Actions
14128 Ruby Feature Assigned Introduce Hash#delete default value matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14122 Ruby Feature Open Add LogicError 06/17/2019 11:47 PM Actions
14114 Ruby Feature Open Add #step for Array, Enumerable, Enumerator 06/24/2019 05:00 PM Actions
14111 Ruby Feature Open ArgumentErrorが発生した時メソッドのプロトタイプをメッセージに含む 06/13/2019 05:41 AM Actions
14092 Ruby Feature Open Add extension key argument to Tempfile 11/08/2017 06:47 PM Actions
14090 Ruby Bug Assigned `TestGc#test_interrupt_in_finalizer` fails very rarely ko1 (Koichi Sasada) 12/02/2021 07:24 PM Actions
14084 Ruby Feature Open Introduce Enumerator#next? 11/06/2017 03:28 PM Actions
14079 Ruby Feature Open Validate argument list without calling method 11/07/2017 03:20 AM Actions
14077 Ruby Feature Open Add Encoding::FILESYSTEM and Encoding::LOCALE constants 11/03/2017 09:31 PM Actions
14052 Ruby Feature Open Introduce SecureRandom.with_chars 12/12/2017 08:59 AM Actions
14040 Ruby Feature Open deprecate HTTP.version_1_2 10/22/2017 09:32 AM Actions
14037 Ruby Misc Open Writing doxygen document comments to static functions 10/21/2017 07:48 AM Actions
14033 Ruby Feature Open Add String#append 08/08/2018 03:01 AM Actions
14025 Ruby Feature Open #initialize with ivars 10/19/2017 06:50 AM Actions
13999 Ruby Bug Assigned Cygwin 環境で ripper_state_lex.rb がコアダンプする cygwin 05/19/2022 08:20 AM Actions
13968 Ruby Misc Open [Ruby 3.x perhaps] - A (minimal?) static variant of ruby 01/14/2018 03:24 PM Actions
13936 Ruby Feature Open Make regular expressions debugable 10/07/2017 01:25 AM Actions
13934 Ruby Feature Open [Feature request] Being able to set a default encoding other than Unicode on a "per-project" basis 09/25/2017 05:18 AM Actions
13927 Ruby Feature Open Integrate module_function as a core language type 09/25/2017 10:30 PM Actions
13924 Ruby Feature Open Add headings/hints to RubyVM::InstructionSequence#disasm 09/20/2017 01:40 PM Actions
13922 Ruby Feature Open Consider showing warning messages about same-named aliases - either directly or perhaps via the "did you mean gem" 09/25/2017 12:21 PM Actions
13913 Ruby Feature Open Method definition with explicitly callable method names 06/24/2019 05:49 PM Actions
13893 Ruby Feature Open Add Fiber#[] and Fiber#[]= and restore Thread#[] and Thread#[]= to their original behavior 08/14/2020 01:48 AM Actions
13890 Ruby Feature Open Allow a regexp as an argument to 'count', to count more interesting things than single characters 01/19/2023 08:59 AM Actions
13881 Ruby Feature Open Use getcontext/setcontext on OS X 09/08/2017 09:13 AM Actions
13869 Ruby Feature Open Filter non directories from Dir.glob 10/20/2017 01:58 AM Actions
13860 Ruby Feature Open A proposal for a new, simpler class-method addition to Time - for the time being calling it Time.date() but another name is fine; and the ability to omit '%' tokens as arguments to it 02/21/2018 12:57 PM Actions
13847 Ruby Feature Assigned Gem activated problem for default gems hsbt (Hiroshi SHIBATA) 11/29/2022 02:05 AM Actions
13821 Ruby Feature Assigned Allow fibers to be resumed across threads ko1 (Koichi Sasada) 12/28/2023 09:20 PM Actions
13820 Ruby Feature Open Add a nil coalescing operator 11/26/2024 09:41 AM Actions
13805 Ruby Feature Open Make refinement scoping to be like that of constants 08/13/2017 10:52 PM Actions
13804 Ruby Misc Open Protected methods cannot be overridden 08/10/2017 09:41 PM Actions
13795 Ruby Feature Open Hash#select return type does not match Hash#find_all 06/24/2019 06:33 PM Actions
13765 Ruby Feature Open Add Proc#bind 07/26/2017 01:31 PM Actions
13763 Ruby Feature Open Trigger "unused variable warning" for unused variables in parameter lists 11/28/2017 04:49 AM Actions
13750 Ruby Feature Open Improve String#casecmp? and Symbol#casecmp? performance with ASCII string 01/24/2021 07:12 AM Actions
13733 Ruby Feature Open Dump the delegator instead of the delegated object 06/29/2018 05:09 PM Actions
13719 Ruby Feature Open [PATCH] net/http: allow existing socket arg for Net::HTTP.start 09/12/2020 09:45 PM Actions
13697 Ruby Feature Assigned [PATCH]: futex based thread primitives kosaki (Motohiro KOSAKI) 04/03/2024 03:50 AM Actions
13696 Ruby Feature Assigned Add exchange and noreplace options to File.rename Glass_saga (Masaki Matsushita) 04/03/2024 03:50 AM Actions
13681 Ruby 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 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 Feature Open Syntactic sugar for indexing when using the safe navigation operator 04/16/2019 03:00 PM Actions
13639 Ruby Feature Open Add "RTMIN" and "RTMAX" to Signal.list 08/31/2017 09:06 AM Actions
13634 Ruby Misc Open NilClass is lying about respond_to?(:clone) 06/06/2017 08:27 AM Actions
13626 Ruby Feature Open Add String#byteslice! 08/27/2022 11:16 AM Actions
13622 Ruby Misc Assigned Documentation missing stomar (Marcus Stollsteimer) 06/03/2017 07:27 AM Actions
13620 Ruby Feature Open Simplifying MRI's build system: always make install 02/15/2023 07:55 PM Actions
13610 Ruby 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 Feature Assigned Digest.file accidentally receives File object but uses file path nobu (Nobuyoshi Nakada) 05/20/2017 06:50 PM Actions
13576 Ruby Feature Open File#to_path shall be deleted 06/24/2019 08:20 PM Actions
13574 Ruby Feature Open Method redefinition warning 08/25/2019 06:11 PM Actions
13516 Ruby Feature Assigned Improve the text of the circular require warning nobu (Nobuyoshi Nakada) 08/31/2017 05:49 AM Actions
13514 Ruby Feature Open [PATCH] thread_pthread.c (native_sleep): preserve old unblock function 07/27/2021 11:41 AM Actions
13508 Ruby Feature Assigned How remove/refactor code related mathn library. hsbt (Hiroshi SHIBATA) 12/25/2017 06:15 PM Actions
13507 Ruby Feature Open Improve performance of some Complex methods where call Numeric#real? internally 06/24/2019 08:21 PM Actions
13506 Ruby Feature Open Improve performance of Complex#{+,-,*,/,**,abs2} 06/24/2019 08:21 PM Actions
13502 Ruby Feature Open remove unused Array#to_s implementation 07/27/2021 11:41 AM Actions
13497 Ruby Misc Open Docs, code samples, Ripper example 04/23/2017 04:27 AM Actions
13482 Ruby Feature Open Improve performance of "set instance variable" 06/24/2019 08:25 PM Actions
13436 Ruby Feature Open Improve performance of Array#<=> with Fixnum/Float/String elements 06/24/2019 08:26 PM Actions
13434 Ruby Feature Open better method definition in C API 07/13/2017 07:41 AM Actions
13395 Ruby Feature Open Add a method to check for not nil 09/30/2017 12:53 PM Actions
13385 Ruby 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 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 Feature Open Fix one of performance regressions in method calling 06/24/2019 08:32 PM Actions
13342 Ruby Feature Open Improve yielding block performance 06/24/2019 08:33 PM Actions
13333 Ruby Feature Open block to yield 05/19/2017 09:01 AM Actions
13314 Ruby Feature Open dig= 03/14/2017 12:55 PM Actions
13263 Ruby Feature Open Add companion integer nth-root method to recent Integer#isqrt 04/05/2017 12:49 AM Actions
13259 Ruby Feature Open Kernel#Date 02/28/2017 12:09 PM Actions
13252 Ruby Feature Assigned C API for creating strings without copying ko1 (Koichi Sasada) 04/17/2017 07:22 AM Actions
13245 Ruby Feature Open [PATCH] reject inter-thread TLS modification 09/12/2017 12:54 PM Actions
13241 Ruby Feature Open Method(s) to access Unicode properties for characters/strings 08/08/2019 08:10 PM Actions
13240 Ruby Feature Open Change Unicode property implementation in Onigmo from inversion lists to direct lookup 02/22/2017 08:01 AM Actions
13209 Ruby Misc Open fact.rb in ruby/sample variations 02/14/2017 12:10 AM Actions
13174 Ruby Feature Open Smaller id_table on 64bit platform 01/31/2017 02:05 PM Actions
13164 Ruby Bug Open A second `SystemStackError` exception results in `Segmentation fault (core dumped)` 04/14/2017 01:05 PM Actions
13153 Ruby Feature Open Inconsistent sprintf formatting for 0 value 09/29/2020 03:30 PM Actions
13151 Ruby Bug Open File.writable? doesn't report correctly if a directory is writable on Windows. 01/23/2017 05:46 PM Actions
13129 Ruby Feature Assigned Refinements cannot refine method_missing and respond_to_missing? matz (Yukihiro Matsumoto) 07/03/2021 10:45 PM Actions
13124 Ruby Feature Open Should #puts convert to external encoding? 12/01/2017 06:45 PM Actions
13108 Ruby Feature Open [Doc Request] Explicitly document Range#sum 01/05/2017 11:50 PM Actions
13103 Ruby Feature Open [PATCH] random.c: use "__NR_" syscall prefix on Linux (instead of "SYS_") 01/11/2017 10:51 PM Actions
13095 Ruby Feature Open [PATCH] io.c (rb_f_syscall): remove deprecation notice 03/26/2017 06:21 AM Actions
13048 Ruby Feature Open Better way to do Regexp.new(Regexp.escape("some string")) 01/20/2017 04:01 AM Actions
13047 Ruby 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 Feature Open Public singleton methods 02/22/2017 06:53 PM Actions
13006 Ruby Feature Open backtrace of thread killer 12/06/2016 01:11 AM Actions
12992 Ruby Feature Open ArgumentError if hostname is missing 07/27/2021 11:40 AM Actions
12986 Ruby Feature Open HTTP/request basic_auth context should be switched 06/24/2019 10:38 PM Actions
12985 Ruby Feature Open HTTP should handle cookies 06/24/2019 10:38 PM Actions
12969 Ruby Feature Open Allow optional parameter in String#strip and related 01/20/2017 08:19 AM Actions
12968 Ruby Feature Open Allow default value via block for Integer(), Float() and Rational() 06/28/2017 05:53 PM Actions
12928 Ruby Feature Open Use socket conect_timeout in net stdlib for open_timeout 12/02/2019 09:20 PM Actions
12911 Ruby Misc Open Translate docs 11/29/2022 02:05 AM Actions
12901 Ruby Feature Open Anonymous functions without scope lookup overhead 01/01/2022 12:30 PM Actions
12869 Ruby Feature Open open-uri's open rejects `BOM' in encoding 10/25/2016 05:06 AM Actions
12867 Ruby Feature Open Add ability to check validity of a URL 12/23/2021 11:43 PM Actions
12858 Ruby Feature Open Supporting batch-requiring of files in ruby 10/23/2016 08:05 AM Actions
12843 Ruby 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 Feature Open Consider adding method .sample() on class Hash (if this was not yet proposed) 10/11/2016 12:57 AM Actions
12802 Ruby Feature Open Add BLAKE2 support to Digest 09/02/2019 05:58 AM Actions
12790 Ruby Feature Open Better inspect for stdlib classes 02/27/2017 08:36 PM Actions
12755 Ruby Feature Open optimize instruction sequence 09/12/2016 07:05 AM Actions
12731 Ruby Feature Open rb_path_to_class should call custom const_defined? methods (take 2) 07/25/2019 06:13 PM Actions
12725 Ruby Bug Assigned Trying to use ./miniruby before it exists nobu (Nobuyoshi Nakada) 08/22/2023 10:33 PM Actions
12700 Ruby Feature Open regexg heredoc support 11/24/2017 12:53 AM Actions
12689 Ruby Bug Open Thread isolation of $~ and $_ 04/01/2021 08:51 PM Actions
12656 Ruby Feature Assigned Expand short paths with File.expand_path windows 01/31/2018 02:31 PM Actions
12653 Ruby Feature Assigned Use wide WinAPI for rb_w32_getcwd usa (Usaku NAKAMURA) 09/12/2016 06:35 AM Actions
12648 Ruby Feature Open `Enumerable#sort_by` with descending option 07/19/2022 02:41 AM Actions
12639 Ruby Feature Assigned Speed up require in RubyGems by 5x hsbt (Hiroshi SHIBATA) 07/26/2018 02:12 AM Actions
12625 Ruby Feature Open TypeError.assert, ArgumentError.assert 08/10/2016 04:36 AM Actions
12589 Ruby Feature Open VM performance improvement proposal 02/20/2018 05:00 AM Actions
12586 Ruby Feature Open Hash#sample 08/10/2016 04:08 AM Actions
12582 Ruby Bug Assigned OpenSSL Authenticated Encryption should check for tag length rhenium (Kazuki Yamaguchi) 04/28/2017 01:45 PM Actions
12573 Ruby Feature Open Introduce a straightforward way to discover whether a process is running 04/19/2017 12:05 PM Actions
12543 Ruby Feature Assigned explicit tail call syntax: foo() then return matz (Yukihiro Matsumoto) 04/18/2021 03:02 PM Actions
12523 Ruby Feature Open `Object#values_at` 01/05/2020 03:44 PM Actions
12506 Ruby Bug Assigned On cygwin, Feature #5994 does not work cygwin 05/19/2022 08:20 AM Actions
12497 Ruby Feature Assigned GMP version of divmod may be slower akr (Akira Tanaka) 08/10/2016 03:11 AM Actions
12482 Ruby Feature Open ArgumentError.new(nil) should give a better description 06/16/2016 04:18 AM Actions
12455 Ruby 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 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 Bug Assigned Segmentation fault when running TestException#test_machine_stackoverflow on cygwin cygwin 05/19/2022 08:20 AM Actions
12442 Ruby Bug Assigned TestArgf#test_textmode fails on cygwin cygwin 05/19/2022 08:20 AM Actions
12435 Ruby Feature Open Using connect_nonblock to open TCP connections in Net::HTTP#connect 06/06/2016 12:42 AM Actions
12416 Ruby Feature Open struct rb_id_table lacks mark function 09/22/2020 07:43 PM Actions
12403 Ruby Feature Open Optimise Regexp#match? 05/24/2016 05:54 AM Actions
12380 Ruby Feature Open `Struct` as a subclass of `Class` 05/14/2016 08:28 AM Actions
12378 Ruby Feature Open arbitrary size Random.new_seed 05/13/2016 04:44 PM Actions
12350 Ruby Feature Open Introduce Array#find! that raises an error if element not found 07/19/2016 06:20 AM Actions
12334 Ruby Feature Open Final/Readonly Support for Fields / Instance Variables 07/20/2016 01:49 AM Actions
12319 Ruby Feature Open `Module#const_get` does not accept symbol with nested name 01/04/2020 07:24 PM Actions
12317 Ruby Feature Open Name space of a module 09/04/2016 04:59 PM Actions
12306 Ruby 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 Feature Open Hash#dig! for repeated applications of Hash#fetch 12/28/2018 05:31 AM Actions
12281 Ruby Feature Assigned Allow lexically scoped use of refinements with `using {}` block syntax shugo (Shugo Maeda) 06/13/2016 07:44 AM Actions
12280 Ruby Feature Open IO.copy_stream(IO, IO) fails with "pread() not implemented" 08/23/2023 05:50 PM Actions
12277 Ruby Misc Open Coding rule: colum number 04/13/2016 06:32 PM Actions
12272 Ruby Feature Open Accepting HTML entity name in string literal 04/13/2016 05:16 AM Actions
12262 Ruby Feature Open Anti-loop 04/09/2016 05:30 AM Actions
12247 Ruby Feature Open accept multiple arguments at Array#delete 04/04/2016 10:16 PM Actions
12244 Ruby Feature Assigned Add a way to `integer - integer % num` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12226 Ruby Feature Open Dir.home with valid named user raises ArgumentError on Windows 05/08/2016 10:06 AM Actions
12214 Ruby Feature Open Inconsistent behaviour and lack of warnings/errors when referencing duplicated _variables 03/24/2016 04:58 PM Actions
12211 Ruby Feature Open introduce Date#first_of_month and Date#last_of_month 03/26/2016 12:58 AM Actions
12179 Ruby Bug Open Build failure due to VPATH expansion 04/14/2016 01:55 AM Actions
12173 Ruby Feature Open `Time#till_now` 03/16/2016 10:19 AM Actions
12165 Ruby Feature Open Hash#first, Hash#last 05/17/2023 05:14 PM Actions
12145 Ruby Feature Open Aliashood between `size` and `length` is not consistent 06/27/2019 10:02 PM Actions
12141 Ruby Feature Open send and __send__ 03/14/2016 01:32 AM Actions
12134 Ruby Feature Open Comparison between `true` and `false` 03/15/2016 12:41 PM Actions
12129 Ruby Feature Open syntactic sugar for dynamic method dispatch `object_expression:method_name_expression(1, 2)` 03/14/2016 01:35 AM Actions
12125 Ruby Feature Open Proposal: Shorthand operator for Object#method 01/07/2022 06:23 PM Actions
12116 Ruby Feature Open `Fixnum#divmod`, `Bignum#divmod` with multiple arguments 03/21/2016 02:00 PM Actions
12115 Ruby Feature Open Add Symbol#call to allow to_proc shorthand with arguments 11/16/2018 09:49 AM Actions
12114 Ruby Feature Open $VERBOSE = true is being ignored 02/26/2016 02:00 PM Actions
12113 Ruby Feature Open Global method inside Delegator causes NameError 03/01/2016 01:58 AM Actions
12110 Ruby Feature Open Create a method to avoid vacuous truth? 03/12/2016 08:01 AM Actions
12094 Ruby Feature Open parameterized property assignment: o.prop(arg) = 1 03/17/2016 07:05 AM Actions
12086 Ruby Feature Open using: option for instance_eval etc. 12/29/2019 07:46 PM Actions
12083 Ruby Feature Open $_ and $~ by Binding#local_variable_{get,set} 02/18/2016 04:35 AM Actions
12080 Ruby Feature Open Enumerable#first, Array#last with block 04/20/2016 03:51 AM Actions
12077 Ruby Feature Open Consolidate SSLSocket interface with TCPSocket 05/17/2016 06:37 AM Actions
12064 Ruby Feature Assigned Make creation of enc/unicode/casefold.h automatic again nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
12059 Ruby Feature Open `Array#single?`, `Hash#single?` 02/10/2016 04:02 AM Actions
12057 Ruby Feature Open Allow methods with `yield` to be called without a block 12/23/2021 11:43 PM Actions
12041 Ruby Feature Open Change the initializer of NameError to take a receiver as the third argument 02/12/2016 05:37 AM Actions
12040 Ruby Bug Assigned [Win32] File.stat fails on a mounted volume windows 02/01/2016 08:13 AM Actions
12034 Ruby Feature Open RegExp does not respect file encoding directive 02/13/2016 06:41 PM Actions
12023 Ruby Feature Open Allow ivars to be used as method arguments 01/27/2016 09:58 AM Actions
12021 Ruby Feature Open Final instance variables 12/23/2021 11:43 PM Actions
12020 Ruby Feature Assigned Documenting Ruby memory model ko1 (Koichi Sasada) 12/23/2021 11:40 PM Actions
12019 Ruby Feature Assigned Better low-level support for writing concurrent libraries matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12017 Ruby Feature Open [PATCH] dedupe string keys from Marshal.load 01/25/2016 09:02 AM Actions
12008 Ruby Feature Open Immutable object graphs (a.k.a. deep freeze) 06/27/2019 10:29 PM Actions
12006 Ruby 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 Feature Open daemons can't show the backtrace of rb_bug 01/13/2016 10:58 AM Actions
11955 Ruby Feature Assigned Expose Object that Receives logs in Logger sonots (Naotoshi Seo) 10/15/2022 08:38 AM Actions
11939 Ruby Feature Open Syntax sugar to apply a method replace a variable 01/04/2016 09:49 AM Actions
11927 Ruby Feature Open Return value for `Module#include` and `Module#prepend` 09/02/2020 12:40 AM Actions
11923 Ruby 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 Feature Open Add Range#length as an alias for size 01/30/2016 07:01 AM Actions
11882 Ruby Feature Assigned Map or NamedMap matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11868 Ruby 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 Bug Assigned Error with "make check" on Cygwin cygwin 04/03/2024 03:50 AM Actions
11817 Ruby Feature Open map.parallel 12/15/2015 04:28 AM Actions
11816 Ruby Feature Assigned Partial safe navigation operator matz (Yukihiro Matsumoto) 04/14/2020 08:02 AM Actions
11815 Ruby Feature Open Proposal for method `Array#difference` 07/20/2020 11:34 PM Actions
11808 Ruby Bug Assigned Different behavior between Enumerable#grep and Array#grep ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
11796 Ruby Feature Open [PATCH] Refactor reduce call get_stat() 12/09/2015 02:33 PM Actions
11786 Ruby Feature Open [PATCH] micro-optimize case dispatch even harder 12/09/2015 09:58 AM Actions
11781 Ruby 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 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 Feature Open CGI library should give access to raw request body 11/20/2015 07:06 PM Actions
11710 Ruby 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 Feature Open positive flags for reverse lookup to socket 11/17/2015 02:48 AM Actions
11694 Ruby Feature Open Numeric#nonpositive?, nonnegative? 11/16/2015 12:56 AM Actions
11690 Ruby Feature Open Update Hash during multiple assignment 12/10/2015 12:26 PM Actions
11689 Ruby Feature Open Add methods allow us to get visibility from Method and UnboundMethod object. 08/20/2022 12:34 PM Actions
11665 Ruby Feature Open Support nested functions for better code organization 11/16/2016 03:06 PM Actions
11660 Ruby Feature Open a falsy value (similar to js undefined) that facilitates forwarding of default arguments 11/05/2019 07:33 PM Actions
11634 Ruby Feature Open [PATCH] variable.c (rb_global_tbl): convert to id_table 10/29/2015 08:11 PM Actions
11630 Ruby Feature Open possibility to serialize Proc or Lambda 11/23/2015 01:34 PM Actions
11629 Ruby Feature Open Implement Enhanced Mail System Status Codes (rfc1893) 10/28/2015 10:38 AM Actions
11627 Ruby Feature Assigned make `nonzero` an alias of `nonzero?` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11625 Ruby Feature Open Unlock GVL for SHA1 calculations 04/03/2024 03:23 AM Actions
11599 Ruby Feature Assigned Dump entries of hash in ObjectSpace tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11597 Ruby Feature Open Add Linux-specific setfsuid(2)/setfsgid(2) 10/15/2015 10:08 PM Actions
11588 Ruby Feature Open Implement structured warnings 12/06/2015 08:48 PM Actions
11583 Ruby Feature Open Add File#unlink 10/12/2015 05:40 AM Actions
11577 Ruby Feature Open Add encodeURIComponent compatible API for URI 10/09/2015 01:40 PM Actions
11570 Ruby Misc Open Clarify autoload chaining behavior 10/06/2015 04:52 PM Actions
11550 Ruby 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 Feature Open Support explicit declaration of volatile instance variables 01/26/2021 03:30 PM Actions
11527 Ruby Feature Assigned IPAddr#mask_addr isn't a method knu (Akinori MUSHA) 11/07/2018 04:12 PM Actions
11518 Ruby Feature Assigned Queue enhancement - promote! and promote_all! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11517 Ruby Feature Assigned Queue enhancement - conditional pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11507 Ruby Feature Open Net::HTTP should use TCP_CORK or TCP_NOPUSH to avoid fragmenting packets 09/04/2015 09:47 AM Actions
11500 Ruby Feature Open [RFC] rename Queue to UnboundedQueue 07/19/2021 07:48 AM Actions
11475 Ruby Feature Open AST transforms 08/21/2015 11:14 AM Actions
11446 Ruby 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 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 Feature Open [PATCH] rb_parser_compile_*: remove volatile arg 07/27/2021 07:27 AM Actions
11429 Ruby Feature Open Local variable assignment via regex === 08/10/2015 11:26 PM Actions
11428 Ruby 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 Feature Open autoload with a Proc 10/21/2015 08:38 PM Actions
11390 Ruby Feature Assigned Allow symbols starting with numbers matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11388 Ruby Feature Open SMTP Service Extension for Delivery Status Notifications 02/06/2018 11:37 AM Actions
11373 Ruby Feature Open Add command line option to query valid values for --dump 07/27/2021 11:09 AM Actions
11361 Ruby Feature Open proposal for easy method to nil-guard for generated variable name. 02/21/2016 12:01 PM Actions
11355 Ruby Misc Open Exceptions inheriting from Timeout::Error should behave the same way 07/15/2015 04:59 PM Actions
11347 Ruby Feature Open Errors with cause not reported properly to console 07/15/2015 04:39 PM Actions
11323 Ruby Feature Open Documentation update on how uniq works / guarantee of order 07/02/2015 03:34 AM Actions
11315 Ruby Feature Open [PATCH] Add Array#^ for parity with other set-like operations. 06/29/2015 05:05 AM Actions
11312 Ruby Feature Assigned Add Resolv::DNS::Resource::IN::SPF akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
11309 Ruby Feature Open Iterator over string matches 07/01/2015 08:35 AM Actions
11307 Ruby Feature Assigned exception-free non-blocking Queue#pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11305 Ruby Feature Open [ipaddr] include the IP address in question within the InvalidAddressError exception message 06/25/2015 04:25 AM Actions
11299 Ruby Feature Assigned [PATCH] use Array instead of custom struct for generic ivars normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
11292 Ruby Feature Assigned objspace: Dump type of special consts tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11262 Ruby Feature Open Make more objects behave like "Functions" 12/28/2019 09:47 PM Actions
11181 Ruby Feature Assigned Add a line directive to Ruby matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11177 Ruby Feature Open DATAでEOF文字以降が読めない 11/22/2024 02:15 PM Actions
11148 Ruby 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 Bug Assigned Command line argument parser on windows handles double quotes inconsistently. usa (Usaku NAKAMURA) 04/03/2024 03:50 AM Actions
11129 Ruby Feature Open block-level hash destructuring only works for the last argument 07/07/2019 05:11 AM Actions
11122 Ruby Feature Assigned exception-free non-blocking Queue/SizedQueue operations matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11100 Ruby Feature Open Permit multiple captures with String[Regexp, ...] 01/24/2016 08:42 AM Actions
11028 Ruby 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 Feature Open How atomic should dynamic regexp with "once" flag be? 12/23/2021 11:43 PM Actions
10983 Ruby Misc Open Why blocks make Ruby methods 439% slower ? 11/10/2015 06:21 AM Actions
10949 Ruby Feature Open Time is WB unprotected 07/23/2015 05:55 PM Actions
10932 Ruby Feature Assigned Enabling allocation tracing as early as possible ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10927 Ruby Feature Open [PATCH] Add default empty string to string replacements 03/04/2015 10:49 AM Actions
10882 Ruby Feature Open Provide Levenshtein distance implementation as part of stdlib 02/26/2015 03:56 PM Actions
10879 Ruby Feature Open UnboundMethod#to_proc 02/21/2015 07:56 PM Actions
10869 Ruby Feature Open Add support for option to pre-compile Ruby files 02/23/2015 11:08 AM Actions
10863 Ruby Feature Open allow protected class methods to be callable from instance methods 04/01/2015 06:11 PM Actions
10851 Ruby Feature Open Introduce Regexp#fetch 02/13/2015 11:15 AM Actions
10829 Ruby Feature Open Add to_proc method to the Array class 12/23/2021 11:43 PM Actions
10793 Ruby Feature Open Infrastructure/Release-Management: Sign releases 02/12/2016 09:20 PM Actions
10791 Ruby Misc Open [PATCH 1/1] Remove unnecessary passing value from doc for Observable 11/29/2022 02:06 AM Actions
10783 Ruby Misc Open String#concat has an "appending" behavior 08/08/2018 03:08 AM Actions
10782 Ruby Feature Assigned Patch: Add constants for BigDecimal for ZERO, ONE, TEN mrkn (Kenta Murata) 05/21/2015 08:13 AM Actions
10770 Ruby Feature Open chr and ord behavior for ill-formed byte sequences and surrogate code points 01/22/2015 10:19 AM Actions
10755 Ruby Feature Open Use rb_define_alias instead of rb_define_method for rb_cHash 07/27/2021 11:09 AM Actions
10729 Ruby Feature Open Array method to subtract in place 01/11/2015 02:29 PM Actions
10728 Ruby Feature Open Warning for Fixnum#size to use RbConfig::SIZEOF['long'] 01/11/2015 04:23 PM Actions
10726 Ruby Feature Open [PATCH 4/4] * New methods: Set#power 01/28/2015 07:48 AM Actions
10701 Ruby Feature Open Class:Array 2 New methods 01/08/2015 07:21 AM Actions
10683 Ruby Feature Open fix inconsistent behavior of Kernel.Hash() 01/02/2015 06:00 AM Actions
10663 Ruby Feature Open Consider adding support for String input to File. methods 01/05/2015 12:47 AM Actions
10658 Ruby Feature Open ThreadGroup local variables 01/28/2016 07:20 AM Actions
10645 Ruby Feature Open Consider adding support of .first to MatchData object like MatchData[0] 12/25/2014 06:50 AM Actions
10637 Ruby 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 Feature Open Baselining with Benchmark 12/23/2021 11:43 PM Actions
10589 Ruby Feature Open [TracePoint API] Make THREAD_{BEGIN, END} events return some context information 12/11/2014 04:27 PM Actions
10585 Ruby 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 Feature Assigned Add String#lchomp and String.lchomp! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10561 Ruby Feature Open Improve function of Thread::Backtrace::Location #path and #absolute_path 09/24/2020 09:39 AM Actions
10560 Ruby 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 Feature Open [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies 11/30/2014 11:56 AM Actions
10549 Ruby 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 Feature Open remove callcc (Callcc is now going obsoleted. Please use Fiber.) 04/18/2022 09:07 AM Actions
10541 Ruby Misc Assigned Remove shorthand string interpolation syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10528 Ruby Feature Open Allow line breaks instead of commas in arrays, hashes, argument lists, etc. 12/23/2021 11:43 PM Actions
10519 Ruby Feature Open TLS Renegotiation 09/13/2015 03:29 AM Actions
10513 Ruby 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 Feature Open [PATCH 2/n] 同相条件を扱いたい./Object#eql? with block. (ja/en) 11/13/2014 05:52 PM Actions
10503 Ruby Feature Open introduce InvalidPercentEncoding error for failed URI parsing 01/05/2018 09:01 PM Actions
10498 Ruby Feature Assigned Make `loop` yield a counter matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10489 Ruby Feature Assigned Add inherit method for clearer and multiple inheritance matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10481 Ruby Feature Assigned Add "if" and "unless" clauses to rescue statements matz (Yukihiro Matsumoto) 01/18/2015 02:46 PM Actions
10477 Ruby Feature Open Implicit interfaces 12/23/2021 11:43 PM Actions
10474 Ruby Feature Open [PATCH 1/1] Refactoring math.c (Combined some macros into one macro) 11/10/2014 10:29 PM Actions
10473 Ruby Feature Open Change Date#to_datetime to use local time 07/23/2021 07:08 PM Actions
10426 Ruby Feature Open A predicate to express congruence 11/14/2014 02:11 AM Actions
10425 Ruby Feature Open A predicate method to tell if a number is near another 10/26/2014 01:47 AM Actions
10424 Ruby Misc Open Error message when sorting NaN 10/25/2014 02:13 PM Actions
10423 Ruby Feature Assigned [PATCH] opt_str_lit*: avoid literal string allocations ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10416 Ruby 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 Feature Assigned Allow individual finalizers to be removed with ObjectSpace.undefine_finalizer matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10391 Ruby Feature Open Provide %eISO-8859-1'string \xAA literal' string literals with explicit encoding 10/28/2014 10:27 AM Actions
10386 Ruby 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 Feature Open [PATCH 0/3] It's better (1 + 0i).real? return true 01/05/2018 09:01 PM Actions
10371 Ruby Feature Open Use Thread#handle_interrupt in MonitorMixin 12/23/2021 11:43 PM Actions
10370 Ruby Feature Open [PATCH] We don't need to check whether rb_block_call exists 01/29/2019 06:46 PM Actions
10366 Ruby Feature Open New inspection form for rational 10/11/2014 12:50 AM Actions
10332 Ruby Feature Open Rational literal for mixed fractions 10/06/2014 02:55 PM Actions
10331 Ruby Feature Open String#to_r to recognize negative denominators 10/06/2014 02:44 PM Actions
10328 Ruby Feature Assigned [PATCH] make OPT_SUPPORT_JOKE a proper VM option normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
10327 Ruby Feature Open Bool/False/True module for '===' 10/15/2014 02:42 PM Actions
10320 Ruby Feature Open require into module 09/27/2022 12:54 AM Actions
10318 Ruby 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 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 Feature Open Pipes in Ruby 09/30/2014 11:21 PM Actions
10305 Ruby 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 Feature Assigned rename COLON3 to COLON2_HEAD. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10273 Ruby Feature Open Immutable Ruby 12/23/2021 11:43 PM Actions
10255 Ruby Feature Open Math.log: check domain of base argument 01/27/2015 02:32 AM Actions
10251 Ruby Feature Open URI: Support wildcards (globbing) in no_proxy 12/16/2015 05:22 AM Actions
10238 Ruby Feature Assigned todo: remove dependency on malloc_usable_size ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10237 Ruby Feature Open Transform all elements of one Encoding into another Encoding for Array and Hash 01/05/2018 09:01 PM Actions
10225 Ruby Feature Open [PATCH] *math.c: New method Math.normcdf 01/05/2018 09:01 PM Actions
10217 Ruby Feature Open Dir constructor similar to Pathname constructor 12/23/2021 11:43 PM Actions
10215 Ruby Feature Open prohibit subclassing for classes without allocator in Ruby 09/08/2014 07:29 AM Actions
10183 Ruby Feature Open An alternative name for method `class` 10/31/2017 11:42 AM Actions
10181 Ruby Feature Open New method File.openat() 10/22/2015 12:12 PM Actions
10179 Ruby 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 Feature Open Hash#has_key? and Hash#has_value? should be deprecated 09/19/2014 06:01 PM Actions
10176 Ruby Feature Open Document how to perform net/http calls in parallel 08/27/2014 10:46 PM Actions
10175 Ruby Feature Open There’s no reason to prefer Proc.new over Kernel#proc anymore 11/10/2014 11:07 PM Actions
10168 Ruby 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 Feature Open String#strip doesn't remove non-breaking space 04/12/2015 07:36 PM Actions
10129 Ruby Feature Assigned More descriptive error message for failed net/http requests akr (Akira Tanaka) 01/05/2018 09:01 PM Actions
10128 Ruby Bug Assigned Quoting problem for arguments of Kernel.system, Kernel.exec on Windows windows 04/03/2024 03:50 AM Actions
10051 Ruby Feature Open nbsp isn't remove with trim 07/17/2014 08:02 AM Actions
10009 Ruby Bug Assigned IO operation is 10x slower in multi-thread environment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10000 Ruby Feature Open format width and precision with symbol hash 07/01/2014 01:25 AM Actions
9992 Ruby Feature Open Access Modifiers (Internal Interfaces) 12/18/2017 03:04 PM Actions
9953 Ruby Feature Open set_trace_func values which could be frozen or symbols 06/19/2014 10:44 PM Actions
9947 Ruby Feature Open Make `Object#send` and `Object#method` private 12/23/2021 11:43 PM Actions
9941 Ruby 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 Feature Open add with_default method to Hash 06/11/2014 12:08 AM Actions
9918 Ruby Feature Open Exception#cause should be shown in output and #inspect 07/13/2015 02:32 PM Actions
9909 Ruby Feature Open why shouldn't constant lookup check the nesting of module's name 06/07/2014 02:18 AM Actions
9887 Ruby Feature Open Add uninclude please 05/31/2014 01:33 PM Actions
9871 Ruby Feature Open load a ruby library which doesn't have extension 05/28/2014 10:07 AM Actions
9853 Ruby Feature Open Please consider quoted generation of hash like in %h( foo bar bee blaa ) 05/19/2014 04:43 PM Actions
9832 Ruby Misc Open better concurrency in threads 05/12/2014 12:33 PM Actions
9830 Ruby Feature Assigned Support for GOST private/public keys rhenium (Kazuki Yamaguchi) 11/29/2022 01:48 AM Actions
9816 Ruby Feature Assigned 文字列内の数字を数値として比較するメソッド matz (Yukihiro Matsumoto) 10/28/2014 08:29 AM Actions
9807 Ruby Feature Open String.new with block 05/07/2014 05:54 AM Actions
9804 Ruby Feature Open File::CREATE as a synonym for File::CREAT 12/23/2021 11:43 PM Actions
9784 Ruby Feature Open Alias URI#merge to URI#join 04/29/2014 05:42 AM Actions
9779 Ruby Feature Open Add Module#descendents 01/05/2018 09:00 PM Actions
9768 Ruby Feature Assigned Method that is visible only within a certain module/class matz (Yukihiro Matsumoto) 04/25/2014 06:43 AM Actions
9760 Ruby 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 Feature Assigned Thread::Backtrace::Location#defined_class ko1 (Koichi Sasada) 04/18/2014 09:22 AM Actions
9725 Ruby Feature Open Do not inspect NameError target object unless verbose 05/08/2015 02:18 AM Actions
9724 Ruby Misc Open Warnings in Ruby: allow per-file directives to i.e. suppress warnings 04/10/2014 06:21 PM Actions
9704 Ruby Feature Assigned Refinements as files instead of modules matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9686 Ruby Feature Open Syntax for symbols used in hashes 12/23/2021 11:43 PM Actions
9667 Ruby Feature Open Optimization of __FILE__ and __dir__ 03/25/2014 04:48 AM Actions
9614 Ruby Feature Assigned ordering of non-Hash items which use st_ internally matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9613 Ruby Feature Open Warn about unsafe ossl ciphers 09/13/2015 03:27 AM Actions
9590 Ruby 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 Feature Open Add Object#in? to make ruby easier to read 03/15/2014 04:49 PM Actions
9557 Ruby Feature Open Enumerator#next and Enumerator#peek with argument 04/11/2014 07:00 PM Actions
9556 Ruby Feature Open Add HTTP#get block functionality to HTTP.get 02/23/2014 05:53 AM Actions
9553 Ruby Feature Open Make argument validation routine of a method an object 02/22/2014 07:58 AM Actions
9527 Ruby 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 Feature Open Float( "NaN" ), Float( "Infinity" ) 02/16/2014 05:36 AM Actions
9516 Ruby Misc Open Consolidate all deprecation messages to one or more helper methods 02/13/2014 05:11 PM Actions
9515 Ruby Feature Open `IO.each` and `CSV.each` 01/04/2020 05:41 PM Actions
9445 Ruby Feature Open Support emitting 1.9 Symbol keyword Hash syntax when pretty printing Hashes 01/24/2014 06:01 AM Actions
9409 Ruby Bug Assigned Cygwin で "filesystem" の encoding が正しくないケース cygwin 04/03/2024 03:50 AM Actions
9402 Ruby Feature Open A syntax to specify the default value of a hash 12/23/2021 11:43 PM Actions
9401 Ruby Feature Open Yet another syntax for literal anonymous functions (lambdas) 12/23/2021 11:43 PM Actions
9400 Ruby Feature Open Respect constant lookup when using `raise` 07/12/2019 03:36 AM Actions
9355 Ruby Feature Open Re: Rename method_id to method_name in TracePoint class 07/12/2019 03:45 AM Actions
9347 Ruby Feature Assigned Accept non callable argument to detect marcandre (Marc-Andre Lafortune) 04/03/2024 03:50 AM Actions
9253 Ruby Feature Open Regexp named match and case statement 01/05/2018 09:00 PM Actions
9235 Ruby Feature Assigned Documentation for commercial support zzak (zzak _) 08/10/2019 02:55 PM Actions
9189 Ruby Bug Open Build failure on Windows in case of nonascii TEMP environment. 04/03/2024 03:24 AM Actions
9185 Ruby Feature Open Add alias_class_method or class_alias functionality 01/05/2018 09:00 PM Actions
9174 Ruby Feature Open value receiving block for Hash#has_key? 11/29/2013 06:33 AM Actions
9145 Ruby Feature Open Queue#pop(true) return nil if empty instead of raising ThreadError 01/01/2018 07:41 PM Actions
9136 Ruby Misc Assigned Deprecated Enumerator.new(object, method) bad for BasicObject zzak (zzak _) 11/23/2013 03:58 AM Actions
9123 Ruby Feature Assigned Make Numeric#nonzero? behavior consistent with Numeric#zero? matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9116 Ruby Feature Open String#rsplit missing 04/27/2017 10:00 AM Actions
9111 Ruby Feature Open Encoding-free String comparison 11/21/2013 04:35 PM Actions
9095 Ruby Feature Open Allow `Symbol#to_proc` to take arguments 11/10/2013 04:25 AM Actions
9070 Ruby Feature Assigned Introduce `---` as synonym of `end` keyword matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9049 Ruby Feature Open Shorthands (a:b, *) for inclusive indexing 03/15/2018 12:26 AM Actions
9043 Ruby Feature Assigned Add String#f method as shortcut for #freeze matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9023 Ruby Feature Assigned Array#tail matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
9020 Ruby Feature Assigned Net::HTTPResponse predicate/query methods naruse (Yui NARUSE) 12/25/2017 06:15 PM Actions
9010 Ruby Bug Assigned ./configure --prefix= cannot handle directories with spaces nobu (Nobuyoshi Nakada) 11/13/2023 07:46 PM Actions
8994 Ruby 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 Feature Open map/collect extension which handles arguments 01/05/2018 09:00 PM Actions
8970 Ruby Feature Open Array.zip and Array.product 09/12/2019 03:40 AM Actions
8967 Ruby Feature Open add uninclude and unextend method 09/30/2013 02:18 PM Actions
8961 Ruby Feature Open Synchronizable module to easily wrap methods in a mutex 12/23/2021 11:43 PM Actions
8960 Ruby Feature Assigned Add Exception#backtrace_locations ko1 (Koichi Sasada) 11/25/2016 02:15 PM Actions
8959 Ruby Feature Assigned Allow top level prepend nobu (Nobuyoshi Nakada) 10/16/2013 03:22 AM Actions
8948 Ruby Feature Assigned Frozen regex Eregon (Benoit Daloze) 03/10/2023 12:53 PM Actions
8947 Ruby Feature Open make alias, alias_method, attr_* return name of the alias 12/23/2021 11:43 PM Actions
8921 Ruby Feature Open Allow select, reject, etc to accept a regex 04/04/2020 05:57 AM Actions
8896 Ruby Feature Open #tap with missing block 12/23/2021 11:43 PM Actions
8862 Ruby Feature Open getoptlong to accept user-provided commandline 09/04/2013 09:53 PM Actions
8853 Ruby Feature Open Should String#sub(pattern) returns an Enumerator? 07/13/2019 12:32 AM Actions
8850 Ruby Feature Assigned Convert Rational to decimal string matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
8848 Ruby Feature Open Syntax for binary strings 12/23/2021 11:43 PM Actions
8839 Ruby 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 Feature Open Kernel#load_relative 04/18/2019 11:41 PM Actions
8807 Ruby Feature Open Custom literals 12/10/2020 08:53 AM Actions
8804 Ruby Feature Assigned ONCE syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8786 Ruby Feature Open Process.clock_gettime(:realtime) 08/15/2013 10:33 PM Actions
8772 Ruby Feature Open Hash alias #| merge, and the case for Hash and Array polymorphism 12/25/2017 06:15 PM Actions
8714 Ruby Feature Open Non-interpolated regular expression literal 08/02/2013 08:00 PM Actions
8688 Ruby Feature Open #sprintf should accept strings as keys 07/26/2013 02:33 AM Actions
8681 Ruby Feature Open Net::HTTP should set TCP_NODELAY for requests with body 12/23/2021 11:43 PM Actions
8678 Ruby Feature Assigned Allow invalid string to work with regexp matz (Yukihiro Matsumoto) 01/05/2018 09:00 PM Actions
8663 Ruby Feature Assigned Officialy alias ArgumentError to ArgError matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
8640 Ruby Feature Open Add Time#elapsed to return nanoseconds since creation 12/23/2021 11:43 PM Actions
8635 Ruby Feature Open attr_accessor with default block 12/23/2021 11:43 PM Actions
8626 Ruby Feature Open Add a Set coercion method to the standard lib: Set(possible_set) 12/23/2021 11:43 PM Actions
8619 Ruby Feature Open Standard Profiling API 12/23/2021 11:43 PM Actions
8614 Ruby Feature Open Object#singleton_class with a block 07/12/2013 10:14 AM Actions
8598 Ruby Feature Open Expose information whether a timezone offset has been explicitly set on DateTime object 07/03/2013 08:27 PM Actions
8576 Ruby Feature Assigned Add optimized method type for constant value methods ko1 (Koichi Sasada) 12/25/2017 06:15 PM Actions
8570 Ruby Feature Open Better mechanisms to safely load classes concurrently 12/23/2021 11:43 PM Actions
8566 Ruby Feature Open [PATCH] Allow to configure additional preludes 12/10/2014 01:13 PM Actions
8564 Ruby Feature Open Extend Module#attr... methods 02/05/2015 07:39 PM Actions
8544 Ruby Feature Open OpenURI should open 'file://' URIs 12/12/2015 04:30 PM Actions
8536 Ruby Feature Assigned Implement is_numeric? family of methods matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
8494 Ruby Feature Open Safe method for defensive copies. alternative to 'dup' 06/05/2013 04:26 PM Actions
8478 Ruby 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 Feature Assigned PATCH: optparse: add `keep_unknown` option nobu (Nobuyoshi Nakada) 04/02/2023 06:51 AM Actions
(1001-1500/1664) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF