Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
17637 Ruby master Misc Open Endless ranges with `nil` boundary weird behavior 02/19/2021 07:57 AM Actions
17627 Ruby master Feature Open Suggestion: Implement `freeze_values` instance method on collection-like classes. 02/16/2021 07:58 PM Actions
17624 Ruby master Bug Assigned Ractor.receive is not thread-safe ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17617 Ruby master Bug Assigned When a Ractor's incoming port is closed, Ractor.receive_if does not raise Ractor::ClosedError, but instead blocks indefinitely ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17616 Ruby master Feature Open Support backtracing on Linux with non-GNU-libc + libunwind 02/09/2021 01:12 PM Actions
17611 Ruby master Feature Open Expose `rb_execarg` interfaces and `rb_grantpt` 02/07/2021 01:52 AM Actions
17593 Ruby master Feature Assigned load_iseq_eval should override the ISeq path ko1 (Koichi Sasada) 02/16/2021 08:27 AM Actions
17586 Ruby master Misc Open Please run Windows CI in all std-lib repos 01/28/2021 02:34 PM Actions
17579 Ruby master 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 master Bug Assigned mkmf experimental C++ Support nobu (Nobuyoshi Nakada) 01/27/2021 03:51 AM Actions
17576 Ruby master Feature Open Partial Functions (procs, lambdas) 10/17/2022 04:12 PM Actions
17569 Ruby master Misc Assigned `uri` lib maintainership akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17566 Ruby master Feature Open Tune thread QoS / efficiency on macOS 01/29/2021 09:16 AM Actions
17565 Ruby master 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 master Feature Open Update -E option in --help 01/19/2021 05:38 PM Actions
17550 Ruby master Feature Open Why no function to get all subdirectories of a directory? 01/18/2021 08:57 AM Actions
17548 Ruby master Feature Open Need simple way to include symlink directories in Dir.glob 03/21/2022 01:35 PM Actions
17528 Ruby master Feature Open Make Addrinfo.getaddrinfo fall back to Timeout.timeout for :resolv_timeout 01/13/2021 08:50 PM Actions
17516 Ruby master Bug Assigned forking in a ractor causes Ruby to crash ko1 (Koichi Sasada) 08/25/2023 02:33 PM Actions
17513 Ruby master Feature Assigned Methods of shareable objects and UnboundMethods should be shareable ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17506 Ruby master Bug Open Ractor isolation broken by ThreadGroup 01/03/2021 08:05 PM Actions
17502 Ruby master Misc Assigned C vs Ruby ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17496 Ruby master Feature Open Add constant Math::TAU 01/13/2021 05:47 AM Actions
17474 Ruby master Feature Open Interpreting constants at compile time 01/07/2021 04:40 PM Actions
17473 Ruby master Feature Assigned Make Pathname to embedded class of Ruby akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17471 Ruby master Feature Open send_if method for improved conditional chaining 12/29/2020 03:23 PM Actions
17420 Ruby master Bug Assigned Unsafe mutation of $" when doing non-RubyGems require in Ractor ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17416 Ruby master Feature Open Improve performance Kernel#itself 12/21/2020 01:14 PM Actions
17414 Ruby master Feature Assigned Ractor should allow access to shareable attributes for Modules/Classes ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17406 Ruby master Feature Open Add `NoMatchingPatternError#depth` 12/19/2020 03:18 PM Actions
17404 Ruby master Feature Assigned Ractor `move:` API to allow shareability check ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17400 Ruby master Bug Assigned Incorrect character downcase for Greek Sigma duerst (Martin Dürst) 04/03/2024 03:50 AM Actions
17393 Ruby master Feature Assigned `Ractor::Moved#inspect` ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17376 Ruby master Misc Assigned Reduce number of GitHub Actions shyouhei (Shyouhei Urabe) 12/10/2020 11:50 AM Actions
17375 Ruby master Feature Open Add scheduler callbacks for transferring fibers 12/07/2020 11:31 PM Actions
17363 Ruby master Feature Assigned Timeouts ko1 (Koichi Sasada) 05/14/2022 09:06 AM Actions
17359 Ruby master Bug Assigned Ractor copy mode is not Ractor-safe ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
17357 Ruby master Feature Open `Queue#pop` should have a block form for closed queues 01/12/2021 07:32 AM Actions
17356 Ruby master Feature Open Alignment of memory allocated through Fiddle struct's malloc 12/02/2020 11:06 AM Actions
17355 Ruby master 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 master Feature Open Functional chaining operator 11/30/2020 03:29 AM Actions
17339 Ruby master Feature Assigned Semantic grouping with BigDecimal#to_s mrkn (Kenta Murata) 07/01/2023 03:02 PM Actions
17337 Ruby master Misc Open Don't embed Ruby build-time configuration in Ruby 08/24/2023 06:11 PM Actions
17333 Ruby master Feature Open Enumerable#many? 12/11/2020 03:38 AM Actions
17330 Ruby master Feature Open Object#non 08/19/2022 05:09 AM Actions
17326 Ruby master Feature Open Add Kernel#must! to the standard library 06/22/2022 04:10 PM Actions
17316 Ruby master Feature Open On memoization 05/13/2022 11:32 AM Actions
17315 Ruby master Feature Open Hash #transform 11/13/2020 08:38 PM Actions
17311 Ruby master Feature Open Improve performance Array#deconstruct & Array#to_ary 11/08/2020 07:12 AM Actions
17309 Ruby master Misc Open URI.escape being deprecated, yet there is no replacement 11/11/2020 12:52 AM Actions
17298 Ruby master Feature Open Ractor's basket communication APIs 11/13/2020 04:16 PM Actions
17297 Ruby master Feature Assigned Feature: Introduce Pathname.mktmpdir akr (Akira Tanaka) 08/30/2021 06:51 AM Actions
17296 Ruby master Feature Assigned Feature: Pathname#chmod use FileUtils.chmod instead of File akr (Akira Tanaka) 08/30/2021 06:51 AM Actions
17295 Ruby master Feature Assigned Feature: Create a directory and file with Pathname#touch akr (Akira Tanaka) 09/28/2021 01:20 AM Actions
17294 Ruby master Feature Assigned Feature: Allow method chaining with Pathname#mkpath Pathname#rmtree akr (Akira Tanaka) 08/30/2021 06:52 AM Actions
17291 Ruby master Feature Assigned Optimize __send__ call matz (Yukihiro Matsumoto) 01/12/2021 05:47 AM Actions
17288 Ruby master Feature Assigned Optimize __send__ call with a literal method name matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17286 Ruby master Feature Open `Ractor.new` should accept `move: true` 11/08/2020 03:01 AM Actions
17285 Ruby master Feature Open Less strict `Ractor.select` 10/26/2020 03:15 AM Actions
17279 Ruby master Feature Assigned Allow a negative step in Range#step with a block matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17258 Ruby master Feature Open Oneshot Branch Coverage 10/09/2020 08:26 PM Actions
17210 Ruby master Feature Assigned More readable and useful `Set#inspect` knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
17208 Ruby master Feature Open Add `Set#compact` and `Set#compact!` methods 11/05/2020 10:44 AM Actions
17206 Ruby master Feature Open Introduce new Regexp option to avoid global MatchData allocations 10/28/2020 10:43 PM Actions
17199 Ruby master 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 master Feature Assigned No stdlib function to perform simple string replacement matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
17180 Ruby master Misc Open Ractor and constant referencing 08/24/2023 05:46 PM Actions
17173 Ruby master Feature Assigned open-uri で ciphers を設定したい akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17166 Ruby master Feature Open net/http not supporting unix domain sockets 09/12/2020 02:51 PM Actions
17165 Ruby master Feature Open Add `filter` and `flatten` keywords to `Enumerable#map` 09/13/2020 09:41 AM Actions
17163 Ruby master Feature Open Rename `begin` 09/09/2020 03:04 AM Actions
17159 Ruby master Feature Open extend `define_method` for Ractor 08/24/2023 05:45 PM Actions
17156 Ruby master Feature Open Refinements per directory tree 12/07/2020 05:19 AM Actions
17155 Ruby master Feature Open Add a Diggable mixin 09/05/2020 02:08 PM Actions
17154 Ruby master Misc Assigned Update Pathname Documentation to Clarify Expected Behavior akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
17151 Ruby master Feature Open Support multiple builtin ruby code for implimatation in Ruby & C 09/05/2020 01:41 AM Actions
17148 Ruby master Feature Open stdbuf(1) support 09/07/2020 04:12 AM Actions
17143 Ruby master Feature Open Improve support for warning categories 11/20/2020 01:05 PM Actions
17142 Ruby master Bug Open Ruby fails to build in AIX 03/20/2021 07:08 AM Actions
17140 Ruby master Feature Open Merge Enumerable#grep(_v) with Enumerable#select/reject 02/10/2021 07:56 AM Actions
17137 Ruby master Misc Assigned Cooperation on maintaining official docker ruby images hsbt (Hiroshi SHIBATA) 04/03/2023 09:01 AM Actions
17134 Ruby master Feature Open Add resolv_timeout to TCPSocket 11/30/2022 10:31 AM Actions
17127 Ruby master Feature Open Some TrueClass methods are faster if implemented in Ruby 11/05/2020 07:11 AM Actions
17121 Ruby master Feature Open Remove ENV#index 08/13/2020 09:58 AM Actions
17115 Ruby master Feature Open Optimize String#casecmp? for ASCII strings 08/15/2020 03:48 AM Actions
17111 Ruby master Feature Assigned Improve performance of Net::HTTPHeader#set_form by 40% naruse (Yui NARUSE) 08/10/2020 05:36 AM Actions
17099 Ruby master Feature Open Remove boolean argument and warning from Module#attr 12/18/2020 04:15 AM Actions
17097 Ruby master Feature Open `map_min`, `map_max` 12/23/2022 05:19 PM Actions
17056 Ruby master Feature Open Array#index: Allow specifying the position to start search as in String#index 09/25/2020 01:41 PM Actions
17053 Ruby master Misc Open RDoc for Hash Keys 07/28/2020 01:21 AM Actions
17047 Ruby master Feature Open Support parameters for MAIL FROM and RCPT TO 12/06/2021 08:16 PM Actions
17040 Ruby master Feature Open cleanup include/ruby/backward* 08/26/2020 07:07 AM Actions
17036 Ruby master Feature Open Regexp deconstruction keys to allow pattern matching 07/19/2020 02:45 PM Actions
17016 Ruby master Feature Open Enumerable#accumulate 04/27/2021 03:14 PM Actions
17006 Ruby master Feature Open Let `Kernel#Hash` take a block to provide the default value 07/04/2020 07:51 AM Actions
17004 Ruby master Feature Open Provide a way for methods to omit their return value 07/20/2020 05:44 AM Actions
17001 Ruby master Feature Open [Feature] Dir.scan to yield dirent for efficient and composable recursive directory scaning 06/30/2020 07:57 PM Actions
16997 Ruby master Bug Open IO#gets converts some \r\n to \n with universal_newline: false 08/26/2020 05:20 PM Actions
16993 Ruby master Feature Open Sets: from hash keys using Hash#key_set 06/27/2020 05:44 AM Actions
16992 Ruby master Feature Assigned Sets: officially ordered matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
(501-600/1595) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF