Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
18395 Ruby Feature Open Introduce Array#subtract! for performance 12/08/2021 04:42 PM Actions
18384 Ruby Feature Open Pattern Match Object 05/07/2022 06:01 PM Actions
18376 Ruby Feature Open Version comparison API 12/30/2021 10:33 AM Actions
18371 Ruby Misc Assigned Release branches (release information in general) naruse (Yui NARUSE) 03/23/2022 10:32 PM Actions
18369 Ruby Feature Open users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } 12/03/2021 02:23 PM Actions
18359 Ruby Bug Open [Windows MinGW] warning Please include winsock2.h before windows.h 11/23/2021 05:07 PM Actions
18357 Ruby Feature Open Proposal: stop raising when block passed to IO#each_* closes the IO 11/22/2021 09:03 PM Actions
18352 Ruby Misc Open What is the Hash#grep expected? 11/28/2021 10:39 PM Actions
18338 Ruby Bug Open Encoding.default_external = Encoding::UTF_16BE may add a wrongly-encoded string to $LOADED_FEATURES 11/15/2021 07:32 AM Actions
18337 Ruby Bug Assigned Ruby allows zero-width characters in identifiers duerst (Martin Dürst) 11/24/2021 09:13 AM Actions
18334 Ruby Feature Open ENV#to_h returns a new Hash object but Hash#to_h does not, which can cause inconsistencies 11/17/2021 05:46 PM Actions
18332 Ruby Feature Open a ? b 12/29/2021 04:38 AM Actions
18331 Ruby Feature Open Kernel.#Time 11/13/2021 12:41 PM Actions
18291 Ruby Feature Open When use =~ with named group, if regex is on the right side, variable not defined. 11/06/2021 12:36 PM Actions
18275 Ruby Feature Assigned Add an option to define_method to not capture the surrounding environment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
18265 Ruby Feature Open Self-contained one-binary feature which discuss on ruby kaigi 2021 day 2, 《 Ruby Committers vs the World / CRuby Committers》 10/24/2021 04:11 PM Actions
18262 Ruby Feature Open Enumerator::Lazy#partition 11/20/2021 10:17 AM Actions
18259 Ruby Feature Open Support quarter spec %q in Time#strftime 10/21/2021 12:15 PM Actions
18256 Ruby Feature Open Change the canonical name of Thread::Mutex, Thread::Queue, Thread::SizedQueue and Thread::ConditionVariable to just Mutex, Queue, SizedQueue and ConditionVariable 10/20/2021 10:59 PM Actions
18255 Ruby Bug Open ioctl zeroes the last buffer byte 10/25/2021 08:13 AM Actions
18248 Ruby Misc Open Add Feature Triaging Guide 10/12/2021 03:21 PM Actions
18242 Ruby Feature Open Parser makes multiple assignment sad in confusing way 10/15/2024 06:02 PM Actions
18228 Ruby Feature Open Add a `timeout` option to `IO.copy_stream` 10/01/2021 05:10 AM Actions
18227 Ruby Feature Assigned Static class initialization. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
18181 Ruby Feature Open Introduce Enumerable#min_with_value, max_with_value, and minmax_with_value 12/24/2022 05:50 AM Actions
18179 Ruby Feature Open Add Math methods to Numeric 03/24/2022 02:54 PM Actions
18168 Ruby Feature Open Add ActiveSupport deep_transform_values to Ruby 09/15/2021 05:29 AM Actions
18162 Ruby Feature Open Shorthand method Proc#isolate to create isolated proc objects 09/13/2021 02:33 AM Actions
18152 Ruby Bug Open Fix theoretical bug with signals + qsort 09/08/2021 03:38 PM Actions
18150 Ruby Misc Open Proposal: Deprecate leading zero syntax to declare octals, since it's extremely confusing (and Python 3 removed it too) 09/04/2021 03:21 AM Actions
18146 Ruby Feature Open Add `delete_prefix` and `delete_suffix` to `Pathname` 09/03/2021 04:59 AM Actions
18137 Ruby Feature Open A new method to check Proc is isolated or not 10/27/2021 07:30 AM Actions
18136 Ruby Feature Open take_while_after 02/23/2023 08:02 PM Actions
18135 Ruby Feature Open Introduce Enumerable#detect_only 09/02/2021 05:44 PM Actions
18132 Ruby Bug Open TODO: fix ccan/list thread safety 01/02/2022 08:22 AM Actions
18131 Ruby Bug Open addr2line.c: Some inlined functions mistakenly shown 08/24/2021 07:59 PM Actions
18083 Ruby Feature Open Capture error in ensure block. 12/15/2023 09:41 PM Actions
18082 Ruby Misc Open FileUtils.remove_entry_secure has inconsistent document 08/17/2021 04:26 PM Actions
18080 Ruby Bug Open Syntax error on one-line pattern matching 09/04/2023 11:01 PM Actions
18070 Ruby Feature Open `attr` should be removed 02/23/2023 08:05 PM Actions
18069 Ruby Feature Open `instance_exec` is just ignored when the block is originally a method 08/10/2021 05:33 AM Actions
18063 Ruby Feature Open io_uring implementation 08/05/2021 10:02 AM Actions
18057 Ruby Feature Open Introduce Array#mean 01/16/2024 08:10 PM Actions
18055 Ruby Feature Open Introduce 07/30/2021 09:30 AM Actions
18035 Ruby Feature Open Introduce general model/semantic for immutability. 04/10/2025 10:23 PM Actions
18013 Ruby Bug Open Unexpected results when mxiing negated character classes and case-folding 06/29/2021 12:05 PM Actions
18012 Ruby Bug Open Case-insensitive character classes can only match multiple code points when top-level character class is not negated 06/29/2021 08:35 AM Actions
18010 Ruby Bug Open Character class with single character gets case-folded with following string 06/28/2021 09:30 AM Actions
18009 Ruby Bug Open Regexps \w and \W with /i option and /u option produce inconsistent results under nested negation and intersection 02/06/2024 08:33 PM Actions
18004 Ruby Feature Open Add Async to the stdlib 07/05/2022 05:09 PM Actions
18002 Ruby Bug Assigned s390x: Tests failing without LC_ALL env jaruga (Jun Aruga) 04/03/2024 03:50 AM Actions
17999 Ruby Bug Open TestMethod#test_zsuper intermittent timeout error on raspbian10-aarch64 CI 06/18/2021 01:33 AM Actions
17994 Ruby Feature Open Clarify `IO.read` behavior and add `File.read` method 07/16/2021 03:04 AM Actions
17990 Ruby Bug Open Inconsistent behavior of Regexp quantifiers over characters with complex case foldings 06/15/2021 11:59 AM Actions
17989 Ruby Bug Open Case insensitive Regexps do not handle characters with overlapping case foldings 06/15/2021 11:43 AM Actions
17950 Ruby Feature Open Unable to pattern-match against a String key 06/15/2021 11:42 AM Actions
17944 Ruby Feature Open Remove Socket.gethostbyaddr and Socket.gethostbyname 05/06/2024 01:29 PM Actions
17942 Ruby Feature Open Add a `initialize(public @a, private @b)` shortcut syntax for defining public/private accessors for instance vars as part of constructor 12/04/2022 06:44 AM Actions
17938 Ruby Feature Open Keyword alternative for boolean positional arguments 07/15/2021 06:46 AM Actions
17931 Ruby Bug Open Compile fails setup option nodynamic 07/07/2021 08:51 AM Actions
17925 Ruby Bug Open Pattern matching syntax using semicolon one-line 09/22/2023 01:11 PM Actions
17924 Ruby Feature Open Range#infinite? 07/08/2021 11:58 PM Actions
17884 Ruby Feature Assigned locindex for profiling tools ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17882 Ruby Bug Assigned bootstraptest/test_ractor.rb:224 segfaults on Cygwin cygwin 05/19/2022 08:20 AM Actions
17878 Ruby Bug Assigned bootstraptest/test_ractor.rb:224 a random failing test with "The outgoing-port is already closed (Ractor::ClosedError)" ractor 05/08/2025 10:38 PM Actions
17859 Ruby Feature Open Start IRB when running just `ruby` 02/23/2023 07:53 PM Actions
17856 Ruby Feature Open ary.member? is slower than ary.include? 05/11/2021 10:12 AM Actions
17851 Ruby Feature Open ruby extension for memoryview 05/05/2021 03:15 PM Actions
17849 Ruby Feature Assigned Fix Timeout.timeout so that it can be used in threaded Web servers matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17844 Ruby Feature Open Support list of methods to test with respond_to? 05/06/2021 07:00 PM Actions
17834 Ruby Feature Open Add a Bytes and BytesArray class that implement memoryview 05/06/2021 02:22 PM Actions
17833 Ruby Feature Open add IO.readinto(b) where b is a bytes like object that is you can get a memoryview from 06/30/2021 02:36 PM Actions
17830 Ruby Feature Assigned Add Integer#previous and Integer#prev matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17829 Ruby Misc Open Clang/LLVM correctness of x64-mingw32 build (`shorten-64-to-32` warnings) 04/26/2021 04:23 PM Actions
17825 Ruby Feature Open Uniformize Float::INFINITY and Date::infinity.new 05/04/2021 01:43 AM Actions
17808 Ruby Feature Open Feature Request: JS like splat of Object properties as named method parameters 04/17/2021 11:43 PM Actions
17797 Ruby Feature Open MIPS support for addr2line.c 04/13/2021 03:49 AM Actions
17792 Ruby Bug Open make notes and make test fail with Ruby3.0.1p64 RaspberryPI 4B Ubuntu 20.10 ARM64 05/23/2021 08:23 PM Actions
17790 Ruby Feature Open Have a way to clear a String without resetting its capacity 04/21/2021 11:27 PM Actions
17786 Ruby Feature Open Proposal: new "ends" keyword 04/11/2021 01:40 AM Actions
17785 Ruby Feature Assigned Allow named parameters to be keywords matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17774 Ruby Bug Open Quantified empty group causes regex to fail 10/13/2021 04:43 PM Actions
17773 Ruby Feature Open Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?` 04/02/2021 03:39 PM Actions
17771 Ruby Feature Open String#start_with? should not construct MatchData or set $~ 04/02/2021 02:49 PM Actions
17758 Ruby Feature Open Provide Hash#count for performance improvement 03/28/2021 06:39 PM Actions
17753 Ruby Feature Open Add Module#namespace 02/10/2023 12:48 AM Actions
17749 Ruby Feature Open Const source location without name 04/17/2021 07:38 AM Actions
17743 Ruby Feature Open Show argument types in backtrace 03/25/2021 06:39 PM Actions
17741 Ruby Feature Open Ruby links to `objc` for convenience - this should be moved into a native ext 03/23/2021 01:24 AM Actions
17720 Ruby Misc Assigned Cirrus CI to check non-x86_64 architecture cases by own machines jaruga (Jun Aruga) 09/26/2021 10:24 AM Actions
17718 Ruby Feature Open a method paramaters object that can be pattern matched against 03/24/2021 01:29 PM Actions
17684 Ruby Feature Assigned Remove `--disable-gems` from release version of Ruby hsbt (Hiroshi SHIBATA) 03/10/2023 11:57 AM Actions
17683 Ruby Misc Open Current status of beginless range (experimental or not) 06/05/2021 07:22 AM Actions
17682 Ruby Feature Open String#casecmp performance improvement 03/24/2021 02:29 PM Actions
17679 Ruby Feature Assigned Ractor incoming channel can consume unlimited resources ko1 (Koichi Sasada) 08/24/2023 09:14 PM Actions
17663 Ruby Feature Open Enumerator#with, an alternative to Enumerator#with_object 03/02/2021 05:48 PM Actions
17662 Ruby Misc Assigned The heredoc pattern used in tests does not syntax highlight correctly in many editors nobu (Nobuyoshi Nakada) 06/30/2021 12:54 PM Actions
17660 Ruby Feature Open Expose information about which basic methods have been redefined 03/02/2021 03:31 PM Actions
17647 Ruby Feature Open Print register `r11` on 32-bit ARM Linux 04/30/2021 11:22 AM Actions
17638 Ruby Feature Assigned Support backtracing with the libbacktrace library naruse (Yui NARUSE) 03/05/2021 03:40 PM Actions
17637 Ruby Misc Open Endless ranges with `nil` boundary weird behavior 02/19/2021 07:57 AM Actions
17627 Ruby Feature Open Suggestion: Implement `freeze_values` instance method on collection-like classes. 02/16/2021 07:58 PM Actions
17616 Ruby Feature Open Support backtracing on Linux with non-GNU-libc + libunwind 02/09/2021 01:12 PM Actions
17611 Ruby Feature Open Expose `rb_execarg` interfaces and `rb_grantpt` 02/07/2021 01:52 AM Actions
17593 Ruby Feature Assigned load_iseq_eval should override the ISeq path ko1 (Koichi Sasada) 02/16/2021 08:27 AM Actions
17586 Ruby Misc Open Please run Windows CI in all std-lib repos 01/28/2021 02:34 PM Actions
17579 Ruby Feature Open [Proposal] A suggestion for newline-separated shorthand notation, for the creation of Arrays containing strings that may contain ' ' (space) characters 01/25/2021 04:33 PM Actions
17578 Ruby Bug Assigned mkmf experimental C++ Support nobu (Nobuyoshi Nakada) 01/27/2021 03:51 AM Actions
17576 Ruby Feature Open Partial Functions (procs, lambdas) 10/17/2022 04:12 PM Actions
17566 Ruby Feature Open Tune thread QoS / efficiency on macOS 11/26/2024 05:07 PM Actions
17565 Ruby Misc Open Prefer use of access(2) in rb_file_load_ok() to check for existence of require'd files 01/21/2021 08:52 PM Actions
17562 Ruby Feature Open Update -E option in --help 01/19/2021 05:38 PM Actions
17550 Ruby Feature Open Why no function to get all subdirectories of a directory? 01/18/2021 08:57 AM Actions
17548 Ruby Feature Open Need simple way to include symlink directories in Dir.glob 03/21/2022 01:35 PM Actions
17528 Ruby Feature Open Make Addrinfo.getaddrinfo fall back to Timeout.timeout for :resolv_timeout 01/13/2021 08:50 PM Actions
17513 Ruby Feature Assigned Methods of shareable objects and UnboundMethods should be shareable ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17502 Ruby Misc Assigned C vs Ruby ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17496 Ruby Feature Open Add constant Math::TAU 01/13/2021 05:47 AM Actions
17474 Ruby Feature Open Interpreting constants at compile time 01/07/2021 04:40 PM Actions
17473 Ruby Feature Assigned Make Pathname to embedded class of Ruby akr (Akira Tanaka) 07/10/2025 05:16 AM Actions
17471 Ruby Feature Open send_if method for improved conditional chaining 12/29/2020 03:23 PM Actions
17416 Ruby Feature Open Improve performance Kernel#itself 12/21/2020 01:14 PM Actions
17406 Ruby Feature Open Add `NoMatchingPatternError#depth` 12/19/2020 03:18 PM Actions
17404 Ruby Feature Assigned Ractor `move:` API to allow shareability check ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17400 Ruby Bug Assigned Incorrect character downcase for Greek Sigma duerst (Martin Dürst) 04/03/2024 03:50 AM Actions
17393 Ruby Feature Assigned `Ractor::Moved#inspect` ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17376 Ruby Misc Assigned Reduce number of GitHub Actions shyouhei (Shyouhei Urabe) 12/10/2020 11:50 AM Actions
17375 Ruby Feature Open Add scheduler callbacks for transferring fibers 12/07/2020 11:31 PM Actions
17363 Ruby Feature Assigned Timeouts ko1 (Koichi Sasada) 05/14/2022 09:06 AM Actions
17359 Ruby Bug Assigned Ractor copy mode is not Ractor-safe ractor 07/03/2025 12:39 AM Actions
17357 Ruby Feature Open `Queue#pop` should have a block form for closed queues 01/12/2021 07:32 AM Actions
17356 Ruby Feature Open Alignment of memory allocated through Fiddle struct's malloc 12/02/2020 11:06 AM Actions
17355 Ruby Feature Assigned Using same set of names in or-patterns (pattern matching with Foo(x) | Bar(x)) ktsj (Kazuki Tsujimoto) 09/13/2021 09:11 AM Actions
17353 Ruby Feature Open Functional chaining operator 11/30/2020 03:29 AM Actions
17339 Ruby Feature Assigned Semantic grouping with BigDecimal#to_s mrkn (Kenta Murata) 07/01/2023 03:02 PM Actions
17337 Ruby Misc Open Don't embed Ruby build-time configuration in Ruby 08/24/2023 06:11 PM Actions
17333 Ruby Feature Open Enumerable#many? 12/11/2020 03:38 AM Actions
17330 Ruby Feature Open Object#non 08/19/2022 05:09 AM Actions
17316 Ruby Feature Open On memoization 05/13/2022 11:32 AM Actions
17315 Ruby Feature Open Hash #transform 11/13/2020 08:38 PM Actions
17311 Ruby Feature Open Improve performance Array#deconstruct & Array#to_ary 11/08/2020 07:12 AM Actions
17309 Ruby Misc Open URI.escape being deprecated, yet there is no replacement 11/11/2020 12:52 AM Actions
17298 Ruby Feature Open Ractor's basket communication APIs 11/13/2020 04:16 PM Actions
17291 Ruby Feature Assigned Optimize __send__ call matz (Yukihiro Matsumoto) 01/12/2021 05:47 AM Actions
17288 Ruby Feature Assigned Optimize __send__ call with a literal method name matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17286 Ruby Feature Open `Ractor.new` should accept `move: true` 11/08/2020 03:01 AM Actions
17285 Ruby Feature Open Less strict `Ractor.select` 10/26/2020 03:15 AM Actions
17279 Ruby Feature Assigned Allow a negative step in Range#step with a block matz (Yukihiro Matsumoto) 07/14/2024 11:33 AM Actions
17258 Ruby Feature Open Oneshot Branch Coverage 10/09/2020 08:26 PM Actions
17210 Ruby Feature Assigned More readable and useful `Set#inspect` knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
17208 Ruby Feature Open Add `Set#compact` and `Set#compact!` methods 11/05/2020 10:44 AM Actions
17206 Ruby Feature Open Introduce new Regexp option to avoid global MatchData allocations 10/28/2020 10:43 PM Actions
17199 Ruby Misc Open id outputed by inspect and to_s output does not allow to find actual object_id and vice-versa 10/20/2020 09:35 PM Actions
17184 Ruby Feature Assigned No stdlib function to perform simple string replacement matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17180 Ruby Misc Open Ractor and constant referencing 08/24/2023 05:46 PM Actions
17173 Ruby Feature Assigned open-uri で ciphers を設定したい akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17165 Ruby Feature Open Add `filter` and `flatten` keywords to `Enumerable#map` 09/13/2020 09:41 AM Actions
17163 Ruby Feature Open Rename `begin` 09/09/2020 03:04 AM Actions
17159 Ruby Feature Open extend `define_method` for Ractor 08/24/2023 05:45 PM Actions
17156 Ruby Feature Open Refinements per directory tree 12/07/2020 05:19 AM Actions
17155 Ruby Feature Open Add a Diggable mixin 09/05/2020 02:08 PM Actions
17154 Ruby Misc Assigned Update Pathname Documentation to Clarify Expected Behavior akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17151 Ruby Feature Open Support multiple builtin ruby code for implimatation in Ruby & C 09/05/2020 01:41 AM Actions
17148 Ruby Feature Open stdbuf(1) support 09/07/2020 04:12 AM Actions
17143 Ruby Feature Open Improve support for warning categories 11/20/2020 01:05 PM Actions
17142 Ruby Bug Open Ruby fails to build in AIX 03/20/2021 07:08 AM Actions
17140 Ruby Feature Open Merge Enumerable#grep(_v) with Enumerable#select/reject 02/10/2021 07:56 AM Actions
17137 Ruby Misc Assigned Cooperation on maintaining official docker ruby images hsbt (Hiroshi SHIBATA) 04/03/2023 09:01 AM Actions
17134 Ruby Feature Open Add resolv_timeout to TCPSocket 11/30/2022 10:31 AM Actions
17127 Ruby Feature Open Some TrueClass methods are faster if implemented in Ruby 11/05/2020 07:11 AM Actions
17121 Ruby Feature Open Remove ENV#index 08/13/2020 09:58 AM Actions
17115 Ruby Feature Open Optimize String#casecmp? for ASCII strings 08/15/2020 03:48 AM Actions
17111 Ruby Feature Assigned Improve performance of Net::HTTPHeader#set_form by 40% naruse (Yui NARUSE) 08/10/2020 05:36 AM Actions
17099 Ruby Feature Open Remove boolean argument and warning from Module#attr 12/18/2020 04:15 AM Actions
17097 Ruby Feature Open `map_min`, `map_max` 12/23/2022 05:19 PM Actions
17056 Ruby Feature Open Array#index: Allow specifying the position to start search as in String#index 09/25/2020 01:41 PM Actions
17053 Ruby Misc Open RDoc for Hash Keys 07/28/2020 01:21 AM Actions
17047 Ruby Feature Open Support parameters for MAIL FROM and RCPT TO 12/06/2021 08:16 PM Actions
17040 Ruby Feature Open cleanup include/ruby/backward* 08/26/2020 07:07 AM Actions
17036 Ruby Feature Open Regexp deconstruction keys to allow pattern matching 07/19/2020 02:45 PM Actions
17016 Ruby Feature Open Enumerable#accumulate 03/14/2025 04:42 AM Actions
17006 Ruby Feature Open Let `Kernel#Hash` take a block to provide the default value 07/04/2020 07:51 AM Actions
17004 Ruby Feature Open Provide a way for methods to omit their return value 07/20/2020 05:44 AM Actions
17001 Ruby Feature Open [Feature] Dir.scan to yield dirent for efficient and composable recursive directory scaning 06/30/2020 07:57 PM Actions
16997 Ruby Bug Open IO#gets converts some \r\n to \n with universal_newline: false 08/26/2020 05:20 PM Actions
16993 Ruby Feature Open Sets: from hash keys using Hash#key_set 04/08/2025 01:00 PM Actions
16992 Ruby Feature Assigned Sets: officially ordered matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
16990 Ruby Feature Open Sets: operators compatibility with Array 02/22/2021 11:37 PM Actions
16989 Ruby Feature Assigned Sets: need ♥️ knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
16986 Ruby Feature Assigned Anonymous Struct literal matz (Yukihiro Matsumoto) 10/18/2024 08:06 PM Actions
16985 Ruby Feature Assigned Improve `pp` for `Hash` and `String` akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
16978 Ruby Feature Assigned Ruby should not use realpath for __FILE__ nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
16971 Ruby Feature Open weak_ref&.some_method should behave like object&.some_method 06/19/2020 03:17 PM Actions
16960 Ruby Feature Open Feedback regarding => in ‘As’ Pattern Matching 06/13/2020 12:32 AM Actions
16952 Ruby Feature Open Kernel.exec gives an incorrect error message when passed a script with a non-existing shebang 06/11/2020 08:40 PM Actions
16946 Ruby Feature Open Add an `intersperse` method 09/15/2022 11:21 AM Actions
16937 Ruby Feature Assigned Add DNS over HTTP to Resolv akr (Akira Tanaka) 12/10/2020 09:15 AM Actions
16929 Ruby Feature Open Add GC.start(compact: true) 06/01/2020 03:42 PM Actions
16928 Ruby Feature Open Array#include_all? & Array#include_any? 06/01/2020 09:27 PM Actions
16924 Ruby Feature Open instance_eval equivalent for RubyVM::InstructionSequence 05/30/2020 03:49 PM Actions
16913 Ruby Feature Open Add `ARGF#each_io` 05/25/2020 11:33 PM Actions
16905 Ruby Bug Open Ruby required to build Ruby on Haiku? 05/24/2020 08:08 AM Actions
16899 Ruby Feature Open Add method `Array#both_end` 05/18/2020 01:44 AM Actions
16898 Ruby Feature Open Modify the syntax of -> lambda expressions in ruby3 05/19/2020 02:02 AM Actions
16897 Ruby Feature Open General purpose memoizer in Ruby 3 with Ruby 2 performance 06/26/2020 03:51 PM Actions
16894 Ruby Feature Assigned Integer division for Ruby 3 matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
16838 Ruby Feature Open Enumerator::ArithmeticSequence missing allocator for #clone and #dup 05/18/2020 10:44 PM Actions
16833 Ruby Feature Assigned Add Enumerable#empty? ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
16829 Ruby Bug Open Exceptions raised from within an enumerated method lose part of their stacktrace 05/20/2022 07:25 PM Actions
16819 Ruby Bug Assigned Line reporting off by one when reporting line of a hash? ko1 (Koichi Sasada) 06/16/2020 05:57 PM Actions
16818 Ruby Feature Open Rename `Range#%` to `Range#/` 05/07/2020 08:49 AM Actions
16817 Ruby Feature Open attr_predicate or attr_query or attr_something for ? methods 12/23/2021 11:44 PM Actions
16816 Ruby Feature Open Prematurely terminated Enumerator should stay terminated 04/09/2021 09:24 PM Actions
16805 Ruby Misc Assigned Coroutine's license is unclear ReiOdaira (Rei Odaira) 07/01/2021 10:09 PM Actions
16803 Ruby Misc Open Discussion: those internal macros reside in public API headers 05/14/2020 12:27 PM Actions
16795 Ruby Feature Open build ruby.exe on Windows against ruby-static.lib omitting x64-vcruntime-ruby.dll (no '--enable-shared' option for Windows) 04/17/2020 01:22 PM Actions
16794 Ruby Feature Open Rightward operators 09/10/2020 09:34 PM Actions
16791 Ruby Feature Open Shortcut for Process::Status.exitstatus 05/19/2020 03:16 AM Actions
16790 Ruby Feature Open string format and refinements 04/16/2020 03:06 AM Actions
16781 Ruby Feature Open alias :fold :reduce 05/16/2020 08:28 AM Actions
16776 Ruby Bug Assigned Regression in coverage library ko1 (Koichi Sasada) 11/24/2021 07:26 AM Actions
16773 Ruby Feature Open Reduce allocations in net/http 04/10/2020 11:36 AM Actions
16761 Ruby Feature Open Add an API to move the entire heap, as to make testing GC.compact compatibility easier 05/07/2020 04:03 PM Actions
16757 Ruby Feature Open Add intersection to Range 01/22/2022 07:26 AM Actions
16755 Ruby Feature Open warning: `if' at the end of line without an expression 04/03/2020 11:28 PM Actions
16752 Ruby Feature Open :private param for const_set 04/03/2020 12:35 AM Actions
16750 Ruby Misc Open Change typedef of VALUE for better type checking 04/03/2020 02:34 AM Actions
16747 Ruby Misc Assigned Repository reorganization request nobu (Nobuyoshi Nakada) 05/22/2020 01:30 PM Actions
16745 Ruby Feature Open Improving Date and DateTime comparison 03/31/2020 10:32 PM Actions
16742 Ruby Feature Open RbConfig.windows? and RbConfig.host_os 04/11/2020 02:00 PM Actions
16741 Ruby Feature Open Implement Shellwords.shellescape correctly for Windows 03/29/2020 07:54 AM Actions
16739 Ruby Feature Open Allow Hash#keys and Hash#values to accept a block for filtering output 07/10/2020 04:09 PM Actions
16703 Ruby Feature Open Namespace parameter for `Module#name` 03/24/2020 10:08 AM Actions
16688 Ruby Feature Open Allow #to_path object as argument to system() 04/13/2020 05:37 PM Actions
16684 Ruby Feature Open Use the word "to" instead of "from" in backtrace 04/10/2020 07:58 AM Actions
16678 Ruby Misc Open Array#values_at has unintuitive behavior when supplied a range starting with negative index 03/09/2020 02:06 PM Actions
16673 Ruby Feature Open total_timeout for Net::HTTP 03/07/2020 06:25 AM Actions
16667 Ruby Feature Open Allow parameters to Symbol#to_proc and Method#to_proc 03/03/2020 03:40 PM Actions
16666 Ruby Feature Open 'string' - 'str' as a shortcut for 'string'.gsub('str', '')? 03/01/2020 08:38 PM Actions
16665 Ruby Feature Open Add an Array#except_index method 03/15/2020 03:37 PM Actions
16659 Ruby Misc Open Documentation on Regexp missing for absence pattern (?~pat) 02/27/2020 04:16 PM Actions
16657 Ruby Feature Assigned Don't ship bundled gems as .gem files as well as in expanded form hsbt (Hiroshi SHIBATA) 07/05/2023 09:21 AM Actions
16648 Ruby Feature Open improve GC performance by 5% with builtin_prefetch 02/29/2020 06:27 PM Actions
16638 Ruby Feature Open Structured Data for Syslog 02/17/2020 07:06 PM Actions
16637 Ruby Feature Open Time#to_s and Date#to_s accept strftime format string 02/17/2020 09:46 PM Actions
16630 Ruby Misc Assigned Deprecate pub/ruby/*snapshot* and use pub/ruby/snapshot/* instead matz (Yukihiro Matsumoto) 02/27/2020 09:52 AM Actions
16621 Ruby Feature Open Second block parameter of Pathname#glob to be relative path from self 02/12/2020 11:27 PM Actions
16615 Ruby Feature Open Group style access scope for macros 03/09/2020 02:39 PM Actions
16601 Ruby Feature Open Let `nil.to_a` and `nil.to_h` return a fixed instance 02/01/2020 10:12 AM Actions
16600 Ruby Feature Open Optimized opcodes for frozen arrays and hashes literals 01/30/2020 09:51 AM Actions
16597 Ruby Feature Open missing poll() 06/09/2022 09:14 AM Actions
16563 Ruby Feature Open Let rb_mod_const_at and rb_const_list use an ID table instead for inherited VS private constant segregation 01/26/2020 04:38 PM Actions
16562 Ruby Feature Open Expose rb_io_set_encoding_internal to reduce function calls on loading source files 01/27/2020 06:05 AM Actions
16559 Ruby Feature Assigned Net::HTTP#request injects "Connection: close" header if #started? is false, wasting HTTP server resources naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
16557 Ruby Feature Open Deduplicate Regexp literals 02/28/2020 11:44 AM Actions
16517 Ruby Feature Open mkmf.rb - changes for Windows ? 11/18/2022 12:24 AM Actions
16512 Ruby Misc Assigned Improving `www.ruby-lang.org` reference by merging with `rubyreferences.github.io` hsbt (Hiroshi SHIBATA) 05/13/2023 12:59 AM Actions
16511 Ruby Feature Open Staged warnings and better compatibility for keyword arguments in 2.7.1 02/25/2020 06:54 PM Actions
16507 Ruby Misc Open =~ vs include? or match? 02/12/2023 09:57 AM Actions
16497 Ruby Bug Assigned StringIO#internal_encoding is broken (more severely in 2.7) nobu (Nobuyoshi Nakada) 10/26/2021 04:31 PM Actions
16489 Ruby Feature Open Make rb_warn_deprecated a public API 01/09/2020 01:22 AM Actions
16487 Ruby Misc Open Potential for SIMD usage in ruby-core 01/16/2020 05:25 AM Actions
16479 Ruby Feature Open Let execution context local storage be backed by an ID table 01/04/2020 01:41 AM Actions
16478 Ruby Feature Open Fold symbol tables for tracking basic operation method redefinition changes into a single ID table 01/04/2020 01:42 AM Actions
16471 Ruby Feature Open Two feature requests for WeakRef: get original object, callback feature 01/02/2020 03:44 PM Actions
16461 Ruby Feature Assigned Proc#using matz (Yukihiro Matsumoto) 05/16/2024 12:06 AM Actions
16460 Ruby Feature Open External names for keyword parameters in method definitions 01/02/2020 02:11 AM Actions
16451 Ruby Feature Open Special ternary operator for methods ending in `?` 12/26/2019 09:03 PM Actions
16436 Ruby Misc Open hash missing #last method, make it not so consistent (it has #first) 01/06/2021 09:47 AM Actions
16425 Ruby Feature Open Add Thread#dig 12/17/2019 12:15 AM Actions
16411 Ruby Feature Open Safer keyword argument extension 12/10/2019 02:45 AM Actions
16408 Ruby Misc Open Ruby docs list incorrect method signatures for PTY::getpty/PTY::spawn 12/12/2019 05:12 PM Actions
16396 Ruby Misc Open What is the reason for this behaviour of Find.find? 12/09/2019 02:51 PM Actions
16381 Ruby Feature Open Accept resolv_timeout in Net::HTTP 11/29/2019 04:38 PM Actions
16374 Ruby Feature Open Object#nullify to provide scalars with the effect similar to Enumerable#reject 12/08/2019 02:30 AM Actions
16373 Ruby Feature Open RDoc for some of the Kernel methods cannot be found in Kernel module 05/29/2020 09:29 PM Actions
16370 Ruby Feature Open Pattern matching with variable assignment (the priority of `in` operator) 11/27/2019 01:55 PM Actions
16356 Ruby Feature Open Method#inspect of argument forwarding 11/21/2019 01:54 PM Actions
16352 Ruby Feature Open Modify Marshal to dump objects larger than 2 GiB 06/10/2020 04:12 AM Actions
16350 Ruby Feature Assigned ArithmeticSequence#member? can result in infinite loop mrkn (Kenta Murata) 05/29/2020 10:26 PM Actions
16347 Ruby Feature Open InmutableObject 12/23/2021 11:44 PM Actions
16346 Ruby Misc Open Confusing macro name: RUBY_MARK_NO_PIN_UNLESS_NULL 11/13/2019 07:39 AM Actions
16341 Ruby Feature Open Proposal: Set#to_proc and Hash#to_proc 11/12/2019 08:12 PM Actions
16336 Ruby Feature Open Allow private constants to be accessed with absolute references 11/14/2019 06:21 PM Actions
16296 Ruby Feature Open Alternative behavior for `...` in method body if `...` is not in method definition 11/10/2019 10:20 AM Actions
16291 Ruby Feature Assigned Introduce support for resize in rb_ary_freeze and prefer internal use of rb_ary_freeze and rb_str_freeze for String and Array types nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
16287 Ruby Feature Open Proposal to add .second and .third in particular to class Array 10/31/2019 01:47 PM Actions
16282 Ruby Feature Open Add "call data" wrapper IMEMO object so inline cache can be updated 10/29/2019 12:13 AM Actions
16276 Ruby Feature Open For consideration: "private do...end" / "protected do...end" 11/19/2019 04:27 AM Actions
16273 Ruby Feature Open Proposal: Shorthand operator for "#instance_method" 01/14/2020 12:24 PM Actions
16252 Ruby Feature Open Hash#partition should return hashes 11/18/2021 03:54 PM Actions
16249 Ruby Feature Open Dir#empty? and File#empty? 10/19/2019 12:49 PM Actions
16246 Ruby Feature Open require with an optional block that is evaluated when requiring fails 10/09/2019 11:16 AM Actions
16245 Ruby Feature Open Add interfaces to count and measure size all IMEMO objects 10/17/2019 09:16 PM Actions
16244 Ruby Feature Open Add a Time#before? and Time#after? method 12/15/2019 12:59 AM Actions
16241 Ruby Feature Open Shorter syntax for anonymous refinements 11/20/2020 07:22 PM Actions
16235 Ruby Misc Open ENV.assoc spec test does not test invalid name 10/05/2019 10:53 PM Actions
16231 Ruby Feature Open Add #location to Net::HTTPResponse 10/06/2019 11:14 PM Actions
16188 Ruby Misc Assigned What are the performance implications of the new keyword arguments in 2.7 and 3.0? jeremyevans0 (Jeremy Evans) 04/03/2024 03:50 AM Actions
16183 Ruby Feature Open Hash#with_default 09/27/2019 08:35 AM Actions
16160 Ruby Misc Open Lazy init thread local storage 09/22/2019 01:55 AM Actions
16158 Ruby Bug Open "st" Character Sequence In Regex Look-Behind Causes Illegal Pattern Error When Combined With POSIX Bracket Expressions And Case Insensitivity Flag 09/17/2019 09:37 AM Actions
16157 Ruby Misc Open What is the correct and *portable* way to do generic delegation? 10/15/2019 04:28 PM Actions
16150 Ruby Feature Open Add a way to request a frozen string from to_s 06/03/2022 04:42 PM Actions
16147 Ruby Feature Open List Comprehensions in Ruby 06/25/2020 06:23 PM Actions
16146 Ruby Feature Open Array .difference allow custom comparison 11/11/2019 08:34 PM Actions
16142 Ruby Feature Open Implement code_range in Proc and Method 01/09/2024 06:30 PM Actions
16130 Ruby Misc Open [Discussion / Ideas] Finding a good name for the concept of/behind guilds - primarily the NAME 08/27/2019 04:00 PM Actions
16128 Ruby Feature Open Would it be possible for ruby to warn about case/when menu options separated by a trailing, but accidental ','? 08/26/2019 09:56 AM Actions
16118 Ruby Feature Open Array .difference allow custom comparison 12/23/2021 11:44 PM Actions
16115 Ruby Feature Open Keyword arguments from method calls or ignore extra hash keys in splat 08/23/2019 12:53 AM Actions
16114 Ruby Misc Open Naming of "beginless range" 10/08/2019 03:06 PM Actions
16113 Ruby Feature Open Partial application 03/02/2021 02:00 PM Actions
16104 Ruby Feature Open Introduce merge_if and merge_if! 08/15/2019 06:54 AM Actions
16102 Ruby Feature Open `Symbol#call` 09/12/2019 09:25 AM Actions
16039 Ruby Feature Open Array#contains? to check if one array contains another array 12/19/2019 06:47 AM Actions
16037 Ruby Feature Open Allow multiple single/double-splatted variables in `in` pattern matching and introduce non-greedy-splatted variables 08/04/2019 04:47 AM Actions
16031 Ruby Feature Open Raise ArgumentError when creating Time objects with invalid day of month, instead of rolling into next month 06/20/2020 04:23 AM Actions
16027 Ruby Feature Assigned Update Ruby's dtrace / USDT API to match what is exposed via the TracePoint API ko1 (Koichi Sasada) 08/03/2019 02:41 AM Actions
16025 Ruby Misc Assigned 'st_check_for_sizeof_st_index_t' declared as array with a negative size (emscripten) nobu (Nobuyoshi Nakada) 07/30/2019 11:20 AM Actions
16018 Ruby Feature Open Add a way to deprecate methods 09/02/2019 06:24 AM Actions
16005 Ruby Feature Open A variation of Time.iso8601 that can parse yyyy-MM-dd HH:mm:ss 11/17/2022 07:39 AM Actions
16001 Ruby Feature Open Provide an alias to Kernel#caller_locations(1,1) and Kernel#caller(1,1) 09/04/2019 02:31 PM Actions
15999 Ruby Feature Open KeyError#inspect does not contain receiver and key 07/14/2019 07:31 AM Actions
15993 Ruby Bug Open 'require' doesn't work if there are Cyrillic chars in the path to Ruby dir 07/09/2021 04:08 PM Actions
15991 Ruby Feature Assigned Allow questionmarks in variable names matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15948 Ruby Feature Open ENV.update takes multiple hashes as Hash#update 06/21/2019 07:35 AM Actions
15945 Ruby Feature Open Option to truncate in `String#ljust`, `String#rjust`, and `String#center` 06/20/2019 02:39 PM Actions
15940 Ruby Feature Assigned Coerce symbols internal fstrings in UTF8 rather than ASCII to better share memory with string literals naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
15939 Ruby Feature Assigned Dump symbols reference to their fstr in ObjectSpace.dump() ko1 (Koichi Sasada) 08/08/2019 09:38 PM Actions
15936 Ruby Feature Open on_error in lieu of rescue, raise 06/21/2019 07:05 PM Actions
15931 Ruby Feature Assigned encoding for CESU-8 naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
15922 Ruby Feature Open Enumerable#partition(pattern) 06/14/2019 03:40 AM Actions
15918 Ruby Feature Assigned Pattern matching for Set ktsj (Kazuki Tsujimoto) 04/03/2024 03:50 AM Actions
15914 Ruby Feature Open mkmf without libruby 06/12/2019 12:43 PM Actions
15909 Ruby Feature Open Improve Thread#exit documentation 06/09/2019 12:05 AM Actions
15899 Ruby Feature Open String#before and String#after 11/04/2019 08:57 PM Actions
15881 Ruby Feature Assigned Optimize deconstruct in pattern matching ktsj (Kazuki Tsujimoto) 04/03/2024 03:50 AM Actions
15879 Ruby Feature Open Proposal: Time#to_i accepts :unit keyword 07/29/2019 07:32 AM Actions
15878 Ruby Feature Assigned Make exit faster by not running GC ko1 (Koichi Sasada) 07/29/2019 07:48 AM Actions
15864 Ruby Feature Open Proposal: Add methods to determine if it is an infinite range 08/22/2019 07:36 AM Actions
15861 Ruby Feature Open Correctly parse `file:c:/path/to/file` URIs 05/18/2019 10:58 PM Actions
15854 Ruby Feature Assigned Tracing instance variable assignment ko1 (Koichi Sasada) 06/05/2025 09:54 PM Actions
15840 Ruby Feature Open configuration path search 05/11/2019 01:24 PM Actions
15837 Ruby Feature Assigned Module#name_components matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15833 Ruby Feature Open Some refactors for shared-root array 07/29/2019 07:13 AM Actions
15824 Ruby Feature Open respond_to pattern for pattern match 10/06/2019 07:56 AM Actions
15817 Ruby Feature Open Warnings for undef_method and remove_method on initialize() 05/02/2019 09:11 AM Actions
15815 Ruby Feature Assigned Add option to raise NoMethodError for OpenStruct marcandre (Marc-Andre Lafortune) 04/03/2024 03:50 AM Actions
15811 Ruby Feature Open Propsing new method for comparing equality of 2 (float) numbers relatively 07/29/2019 04:40 PM Actions
15806 Ruby Misc Assigned Explicitly initialise encodings on init to remove branches on encoding lookup nobu (Nobuyoshi Nakada) 08/29/2019 04:29 AM Actions
15804 Ruby Feature Open A generic method to resolve the indexing on a sequence 04/28/2019 12:54 PM Actions
15802 Ruby Misc Assigned Reduce the minimum string buffer size from 127 to 63 bytes ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15781 Ruby Feature Open Unify Method List Introspection? 04/21/2019 11:16 PM Actions
15778 Ruby Feature Assigned Expose an API to pry-open the stack frames in Ruby ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15764 Ruby Bug Assigned Whitespace and control characters should not be permitted in tokens matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15744 Ruby Misc Open Improvement needed to documentation of 'Literals' 06/24/2019 02:27 AM Actions
15734 Ruby Feature Open Parsing of shorthand IPv4 addresses compatible with inet_aton 03/28/2019 05:50 PM Actions
15724 Ruby Feature Open Optionally suppress output from IRB for assignment expressions 03/27/2019 08:43 PM Actions
15721 Ruby Feature Open optimize comparison of special const 03/22/2019 06:25 AM Actions
15668 Ruby Feature Open stdlib: Date - Time should return the difference in days 03/15/2019 07:09 AM Actions
15663 Ruby Feature Open Documenting autoload semantics 02/12/2025 05:14 PM Actions
15654 Ruby Misc Open Documentation for Complex is wrong or misleading 03/11/2019 11:55 AM Actions
15627 Ruby Feature Open Appearance of custom singleton classes 06/15/2020 10:37 PM Actions
15609 Ruby Feature Open Kernel#sleep returns Float instead of Integer 08/13/2019 04:56 PM Actions
15599 Ruby Bug Open Mixing autoload and require causes deadlock and incomplete definition. 02/12/2019 01:40 PM Actions
15598 Ruby Bug Open Deadlock on mutual reference of autoloaded constants 03/20/2019 10:58 AM Actions
15592 Ruby Feature Open mode where "autoload" behaves like an immediate "require" 03/16/2022 09:58 AM Actions
15590 Ruby Feature Open Add dups to Array to find duplicates 02/08/2019 10:00 AM Actions
15588 Ruby Feature Open String#each_chunk and #chunks 12/25/2019 04:28 AM Actions
15580 Ruby Feature Open Proposal: method addition to class String called .indices ( String#indices ) 07/29/2020 01:54 AM Actions
15571 Ruby Feature Open Add methods: iroot, root, and roots 01/30/2019 06:17 PM Actions
15568 Ruby Misc Open TracePoint(:raise)#parameters raises RuntimeError 01/27/2019 12:02 AM Actions
15565 Ruby Feature Open Circular dependency warnings - suggestions/ideas to improve the output from ruby 01/25/2019 11:36 PM Actions
15563 Ruby Feature Open #dig that throws an exception if a key doesn't exist 02/17/2020 08:42 AM Actions
15562 Ruby Feature Open `String#split` option to suppress the initial empty substring 01/28/2019 03:32 AM Actions
15559 Ruby Feature Open Logical XOR (^^) operator 01/16/2022 03:20 AM Actions
15557 Ruby Feature Open A new class that stores a condition and the previous receiver 01/27/2019 05:22 AM Actions
15550 Ruby Bug Assigned Windows - gem bin files - can't run from bash shell hsbt (Hiroshi SHIBATA) 03/20/2019 01:05 AM Actions
15549 Ruby Feature Open Enumerable#to_reader (or anything enumerable, Enumerator, lazy enums, enum_for results) 01/24/2019 12:21 PM Actions
15526 Ruby Feature Open New way to destruct an object hash 01/14/2019 03:45 PM Actions
15523 Ruby Feature Open Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last 01/15/2019 03:53 AM Actions
15514 Ruby Misc Open Add documentation for implicit array decomposition 01/10/2019 04:43 PM Actions
15510 Ruby Misc Open Easter egg in Thread.handle_interrupt 01/05/2019 11:53 PM Actions
15499 Ruby Bug Assigned Breaking behavior on ruby 2.6: rb_thread_call_without_gvl doesn't invoke unblock_function when used on the main thread ko1 (Koichi Sasada) 01/05/2021 02:24 AM Actions
15496 Ruby Feature Open Extract between string as standard String api 01/09/2019 08:25 AM Actions
15492 Ruby Feature Open Let #dig take a "default value" block like Hash#fetch does 01/01/2019 11:17 PM Actions
15487 Ruby Misc Assigned Clarify default gems maintanance policy hsbt (Hiroshi SHIBATA) 12/30/2018 08:42 PM Actions
15477 Ruby Feature Open Proc#arity returns -1 for composed lambda Procs of known arguments 03/15/2019 12:39 PM Actions
15463 Ruby Feature Open oneshot coverage does not allow counting code lines without coverage 12/25/2018 12:52 PM Actions
15458 Ruby Feature Open Automatic Exception#cause print in IRB 12/23/2021 11:44 PM Actions
15456 Ruby Feature Open Adopt some kind of consistent versioning mechanism 02/07/2019 06:26 PM Actions
15446 Ruby Feature Open Add a method `String#each_match` to the Ruby core 02/06/2019 08:00 AM Actions
15445 Ruby Feature Assigned Reject '.123' in Float() method matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15435 Ruby Feature Open Float の Infinity に生成済みの値を使用する 12/20/2018 02:27 PM Actions
15431 Ruby Misc Open Hashes and arrays should not require commas to seperate values when using new lines 12/18/2018 11:05 AM Actions
15423 Ruby Bug Open fork leapfrog leaks memory on FreeBSD 11.2 12/16/2018 02:28 PM Actions
15419 Ruby Feature Open Allow Kernel#tap to be invoked with arguments like Kernel#send 12/23/2021 11:43 PM Actions
15418 Ruby Misc Open Date.parse('2018') 12/15/2018 09:17 PM Actions
15413 Ruby Feature Open unmarkable C stack (3rd stack) 12/15/2018 01:13 AM Actions
15402 Ruby Misc Open Shrinking excess retained memory of container types on promotion to uncollectible 12/11/2018 08:43 PM Actions
15393 Ruby Feature Open Add compilation flags to freeze Array and Hash literals 02/28/2025 08:21 PM Actions
15386 Ruby Bug Open [PATCH] io.c (rb_io_check_char_readable): do not io_fflush buffered sockets 12/06/2018 11:38 AM Actions
15381 Ruby Feature Open Let double splat call `to_h` implicitly 10/24/2024 11:33 AM Actions
15380 Ruby Feature Open faster method lookup for Array#all? #none? #one? 12/05/2018 10:11 PM Actions
15367 Ruby Bug Open IO.select is not resumed when io-object gets closed 12/03/2018 10:22 AM Actions
15363 Ruby Feature Open Case insensitive file systems - add info to CONFIG or somewhere? 12/03/2018 04:30 AM Actions
15352 Ruby Feature Open Mandatory block parameters 11/28/2018 12:19 PM Actions
15350 Ruby Feature Open [PATCH] thread_sync.c (queue_sleep): remove deadlock checking 12/05/2018 08:42 AM Actions
15338 Ruby Feature Open Provide way for C extensions to query if global variable is defined 11/25/2018 09:32 AM Actions
15334 Ruby Bug Assigned child_info_fork::abort: address space needed by 'emoji_iso2022_kddi.so' on cygwin cygwin 04/03/2024 03:50 AM Actions
15330 Ruby Feature Assigned autoload_relative matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15315 Ruby Bug Assigned ec_switch can still lose interrupts ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15310 Ruby Bug Open [PATCH] thread_pthread.c: close race from UBF_TIMER and non-GVL-releasing thread 11/20/2018 12:50 AM Actions
15305 Ruby Feature Assigned [PATCH] include/ruby/ruby.h (RB_ALLOCV*): remove GC guard nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
15302 Ruby Feature Open Proc#with and Proc#by, for partial function application and currying 11/23/2018 10:16 AM Actions
15281 Ruby Feature Assigned Speed up Set#intersect with size check. knu (Akinori MUSHA) 08/11/2020 02:43 AM Actions
15277 Ruby Feature Assigned at_exec matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15263 Ruby Bug Assigned [PATCH] vm_trace.c (postponed_job_register): only hit main thread ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15249 Ruby Misc Open Documentation for attr_accessor and attr_reader should be corrected 10/23/2018 08:09 PM Actions
15247 Ruby Bug Open Windows - TEMP folder, non 8.3 & drive, fails & errors in test-all (ruby & rdoc) 10/23/2018 05:02 PM Actions
15240 Ruby Feature Assigned Set operations check for is_a?(Set), rather than allowing duck typing knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
15239 Ruby Feature Assigned [patch] test-spec win32ole suke (Masaki Suketa) 12/29/2019 01:04 PM Actions
15225 Ruby Feature Open OpenStruct: Recursively converting child Hash objects to OpenStruct objects. 01/03/2021 02:30 AM Actions
15224 Ruby Misc Open [DOCs] Minor inconsistency in class Array #initialize_copy - https://ruby-doc.org/core-2.5.1/Array.html#method-i-initialize_copy 10/13/2018 02:26 PM Actions
15222 Ruby Feature Open Add a way to distinguish between Struct classes with and without keyword initializer 10/11/2018 01:16 PM Actions
15217 Ruby Feature Open Add Resolv.current_resolver 10/08/2018 11:18 PM Actions
15202 Ruby Misc Open Adding Coverity Scan to CI to see the result casually 10/25/2018 10:50 AM Actions
15192 Ruby Feature Assigned Introduce a new "shortcut assigning" syntax to convenient setup instance variables matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15172 Ruby Feature Open Performance: create method(s) to mimic __builtin_ctz compiler directive functionality 12/28/2018 05:11 PM Actions
15166 Ruby Feature Assigned 2.5 times faster implementation than current gcd implmentation watson1978 (Shizuo Fujita) 04/26/2019 09:12 PM Actions
15151 Ruby Feature Open String#slice!(0,..) creates a duplicate of original string 06/20/2019 03:37 PM Actions
15149 Ruby Feature Open extend string format to nil safe 09/25/2018 03:22 AM Actions
15145 Ruby Feature Open chained mappings proposal 09/22/2018 12:06 AM Actions
15136 Ruby Misc Open Fix -Wparentheses warnings 09/20/2018 09:41 AM Actions
15112 Ruby Feature Assigned Introducing the short form of `STDERR.puts expr.inspect`. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15097 Ruby Bug Assigned Gem install fails on Ruby 2.5.1 with Cygwin (get_dns_server_list undefined) cygwin 04/03/2024 03:50 AM Actions
15093 Ruby Feature Open Retrive Array elements with infinite ranges specified by Float::INFINITY 09/09/2018 02:01 PM Actions
15074 Ruby Feature Open Create 'official' C API documentation on ruby-doc.org 09/12/2018 09:12 PM Actions
15047 Ruby Feature Open Documentation and more functions for Hash functions in C API 11/29/2022 02:04 AM Actions
15031 Ruby Feature Open T_RANGE for testing whether object is a Range 08/27/2018 11:45 AM Actions
15024 Ruby Feature Open Support block in Array#join 08/25/2018 05:05 AM Actions
15017 Ruby Feature Open Provide extended information about Signal 04/19/2023 09:26 AM Actions
15007 Ruby Misc Assigned Let all Init_xxx and extension APIs frequently called from init code paths be considered cold naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
15006 Ruby Feature Open [PATCH] io.c: use copy_file_range with every types of files 08/21/2018 07:52 PM Actions
14982 Ruby Feature Assigned Improve namespace system in ruby to avoiding top-level names chaos matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14967 Ruby Feature Open Any type 08/11/2019 07:43 PM Actions
14955 Ruby Feature Open [PATCH] gc.c: use MADV_FREE to release most of the heap page body 08/14/2018 03:04 AM Actions
14951 Ruby Feature Open New operator to evaluate truthy/falsy/logical equivalence 08/02/2018 07:16 AM Actions
14938 Ruby Feature Open Provide API to get same result as ruby -wc 08/06/2018 06:27 PM Actions
14932 Ruby Feature Open Dynamically adjust method cache size at runtime 07/22/2018 10:45 PM Actions
14931 Ruby Feature Open [DOC] exception keyword argument is not documented in some methods 07/22/2018 08:53 AM Actions
14927 Ruby Feature Assigned Loading multiple files at once matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14925 Ruby Feature Open Kernel#assert(expression) 07/20/2018 02:39 PM Actions
14917 Ruby Misc Assigned Add RDoc documents to tar ball aycabta (aycabta .) 07/21/2018 09:29 AM Actions
14916 Ruby Feature Open Proposal to add Array#=== 05/16/2025 08:54 PM Actions
14904 Ruby Feature Open Make it possible to run instance_eval with zero-arguments lambda 07/11/2018 05:03 AM Actions
14901 Ruby Feature Assigned [PATCH] do not block SIGCHLD in normal Ruby Threads normalperson (Eric Wong) 07/19/2021 05:23 AM Actions
14896 Ruby Feature Open Expose Net::HTTPResponse socket for integration with libraries expecting an IO 07/04/2018 10:05 PM Actions
14869 Ruby Feature Open Proposal to add Hash#=== 08/09/2018 04:03 AM Actions
14859 Ruby Feature Assigned [PATCH] implement Timeout in VM ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14851 Ruby Feature Open [PATCH] thread_pthread.c: remove non-sleepy timer thread implementation 07/19/2021 05:23 AM Actions
14838 Ruby Bug Open RegexpError with double "s" in look-behind assertion in case-insensitive unicode regexp 06/09/2018 04:04 PM Actions
14833 Ruby Feature Open Add RubyVM::AST::Node#pretty_print 06/07/2018 02:56 PM Actions
14825 Ruby Misc Open When redefining `attr_xx` methods the visibility becomes `public` 06/05/2018 05:57 AM Actions
14819 Ruby Feature Open Efficient cstring to RVALUE typecasting for c extension gems 06/06/2018 09:13 PM Actions
14813 Ruby Feature Assigned [PATCH] gc.c: make gc_enter+gc_exit pairs dtrace probes, too ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14811 Ruby Feature Open Dynamically extend Ruby VM stack 06/05/2018 07:59 AM Actions
14801 Ruby Feature Open New method 'show_stack' to show Ruby stack(s) when program is running 06/01/2018 09:45 AM Actions
14800 Ruby Feature Open Zlib::GzipReader#read does not support 2nd argument 08/26/2019 07:49 PM Actions
14788 Ruby Feature Open `Hash#keys` Could Accept a Block 03/25/2020 01:49 PM Actions
14785 Ruby Feature Open Parse guard statements like regular conditionals 05/25/2018 05:46 AM Actions
14783 Ruby Feature Open String#chars_at / String#bytes_at 05/24/2018 01:18 PM Actions
14777 Ruby Feature Open Add Range#offset ? 05/19/2018 03:50 PM Actions
14771 Ruby Feature Open Add method to create DNS resource from data string 05/17/2018 10:43 PM Actions
14770 Ruby Misc Open [META] DevelopersMeeting 05/17/2018 12:28 PM Actions
14768 Ruby Misc Open Add documentation for || and && 05/17/2018 09:45 AM Actions
14761 Ruby Bug Open TestThread#test_join_limits hangs up on Solaris 10 with gcc 05/16/2018 05:23 AM Actions
14760 Ruby Misc Assigned cross-thread IO#close semantics matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14759 Ruby Feature Open [PATCH] set M_ARENA_MAX for glibc malloc 03/15/2019 06:54 AM Actions
14758 Ruby Feature Open Add a first-class support for isolated bounded packages / modules / contexts 05/18/2018 09:13 AM Actions
14737 Ruby Feature Assigned Split default gems into separate directory structure hsbt (Hiroshi SHIBATA) 09/02/2020 06:00 PM Actions
14735 Ruby Misc Open thread-safe operations in a hash could be documented 05/04/2018 01:09 PM Actions
14727 Ruby Bug Assigned TestQueue#test_queue_with_trap always timeout on Windows10 ko1 (Koichi Sasada) 05/01/2018 02:59 AM Actions
14724 Ruby Feature Assigned chains of inequalities matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14723 Ruby Feature Open [WIP] sleepy GC 05/18/2018 09:13 AM Actions
14718 Ruby Feature Open Use jemalloc by default? 03/25/2020 06:38 PM Actions
14715 Ruby Feature Open Pathname#== should compare by #realpath instead of #to_s 08/26/2019 07:38 PM Actions
14710 Ruby Feature Open I'd like to know from C API that "It has only one reference to Ruby object" to determine whether it is a temporary object. 04/24/2018 11:28 PM Actions
14701 Ruby Feature Open If the object is not frozen, I want to be able to redefine the compound assignment operator. 08/11/2019 08:46 PM Actions
14692 Ruby Misc Assigned Question: Ruby stdlib's Option Parser nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
14685 Ruby Feature Open IRB doesn't print exception cause 04/13/2018 03:20 PM Actions
14681 Ruby Bug Assigned `syswrite': stream closed in another thread (IOError) ioquatix (Samuel Williams) 09/20/2024 12:27 AM Actions
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
(501-1000/1656) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF