Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
19165 Ruby Bug Open Method (with no param) delegation with *, **, and ... is slow 01/16/2025 11:04 PM Actions
19157 Ruby Bug Open URI bad component validation can be tricked 11/28/2022 11:46 PM Actions
19148 Ruby Feature Open Define Hash#merge_sum as Hash#merge with sum block 12/25/2022 04:52 PM Actions
19142 Ruby Misc Open Run test suites against 'install', based on ENV variable? 11/26/2022 06:32 AM Actions
19141 Ruby Feature Open Add thread-owned Monitor to protect thread-local resources 11/23/2022 11:09 AM Actions
19137 Ruby Feature Open Numbered parameters are not made available to IRB. 11/20/2022 10:18 AM Actions
19131 Ruby Misc Open MatchData#values_at(): addressing with Range and Integer index behaves differently for the first element (entire matched string) 01/28/2023 02:15 PM Actions
19126 Ruby Feature Open clang: Cannot compile with Control Flow Integrity (CFI) 06/22/2023 11:15 PM Actions
19125 Ruby Feature Open Support SafeStack 11/12/2022 01:49 AM Actions
19123 Ruby Misc Open Error handling of Struct#values_at and Array#values_at is slightly inconsistent 11/11/2022 05:29 PM Actions
19122 Ruby Misc Assigned Use MADV_DONTNEED instead of MADV_FREE when freeing a Fiber's stack ioquatix (Samuel Williams) 03/04/2025 09:10 PM Actions
19121 Ruby Misc Open Time: utc offset argument's formats "+/-HH", "+/-HHMM", "+/-HHMMSS" are supported differently 11/14/2022 10:18 AM Actions
19119 Ruby Feature Open Add an interface for out-of-process profiling tools to access Ruby information 11/15/2022 12:10 PM Actions
19112 Ruby Bug Assigned Ractor garbage collection breaks/disables all active tracepoints ractor 05/12/2025 11:16 PM Actions
19107 Ruby Feature Open Allow trailing comma in method signature 02/13/2023 06:43 AM Actions
19099 Ruby Feature Open Support `private_constant` for an undefined constant 11/30/2022 05:55 PM Actions
19098 Ruby Misc Open Time#strftime: %z and width 11/15/2022 03:43 PM Actions
19097 Ruby Feature Open Improve performance some Float and IO class constants 11/01/2022 03:21 PM Actions
19077 Ruby Feature Assigned Introduce `Hash#dup` copy on write. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
19064 Ruby Feature Open UDPSocket#bind does not take AddrInfo, despite documentation saying it should 11/07/2022 05:15 PM Actions
19061 Ruby Feature Open Proposal: make a concept of "consuming enumerator" explicit 02/09/2023 09:26 AM Actions
19052 Ruby Misc Open Increased memory usage (RSS) for Ruby when compiled by gcc 11/07/2022 05:11 PM Actions
19044 Ruby Bug Open Attempting to compile a static ruby 3.1 fails with MinGW 10/09/2022 12:24 PM Actions
19043 Ruby Bug Open Segfault on macOS 11.7 while using StringScanner in multiple threads 10/20/2022 09:35 PM Actions
19039 Ruby Bug Open Closing an IO being select'ed in another thread does not resume the thread 10/06/2022 05:30 AM Actions
19023 Ruby Feature Open Enable riscv64 coroutines on riscv64-freebsd, arm32 on arm*-freebsd and ppc on powerpc-freebsd 10/06/2022 06:53 AM Actions
19022 Ruby Feature Open Use __builtin_ppc_get_timebase on POWER with clang 10/06/2022 02:49 PM Actions
19019 Ruby Feature Open Nicely formatted exception messages in HTML 09/26/2022 09:19 PM Actions
19017 Ruby Bug Open Net::HTTP may block when attempting to reuse a persistent connection 09/24/2022 10:14 PM Actions
19015 Ruby Feature Open Language extension by a heredoc 05/04/2023 04:43 AM Actions
19011 Ruby Feature Open Improve LSP support in CRuby development itself 11/10/2022 11:35 AM Actions
19002 Ruby Feature Open Explicit splat for enumerator kwarg blocks 09/09/2022 01:47 AM Actions
18995 Ruby Bug Open IO#set_encoding sometimes set an IO's internal encoding to the default external encoding 05/05/2024 03:20 PM Actions
18986 Ruby Feature Open Raises Exception for Range#last(n) with Float::INFINITY 08/30/2022 07:51 PM Actions
18979 Ruby Feature Open Kernel#sprintf formatting BigDecimal without the loss of precision 08/25/2022 03:31 PM Actions
18966 Ruby Bug Open Strange behavior when numbered parameters and method definition are both used in a block 12/15/2023 04:37 PM Actions
18961 Ruby Feature Open Introduce support for pattern matching all elements of an array 08/10/2022 04:46 PM Actions
18959 Ruby Feature Open Handle gracefully nil kwargs eg. **nil 08/29/2022 02:17 PM Actions
18950 Ruby Feature Open Hash#slice fails to copy default block 08/05/2022 05:57 PM Actions
18947 Ruby Bug Open Unexpected Errno::ENAMETOOLONG on Windows 04/13/2023 06:47 PM Actions
18926 Ruby Feature Open Ractor should support mutexes and treat the block as critical section across ractors 07/26/2022 04:40 PM Actions
18924 Ruby Misc Open lstrlen and lstrcat still in use 08/30/2023 08:52 PM Actions
18923 Ruby Bug Open Dir.glob Errno::ENAMETOOLONG - Caused by outdated logic in open_dir_handle (win32.c) 07/17/2022 08:33 PM Actions
18921 Ruby Misc Open Remove workaround for some fixed bug (llvm.4898 & 38095)? 07/19/2022 12:40 AM Actions
18919 Ruby Feature Assigned Ractor: can't share #Method objects ko1 (Koichi Sasada) 05/10/2023 12:27 AM Actions
18918 Ruby Feature Open Can't compile ruby master with AFL ASAN 08/30/2023 08:36 PM Actions
18915 Ruby Feature Open New error class: NotImplementedYetError or scope change for NotImplementedError 04/28/2024 12:01 AM Actions
18903 Ruby Bug Open Stack overflow signal handling seems to be triggered once and then not working after 10/13/2023 03:18 AM Actions
18894 Ruby Feature Open Object#make_shareable 06/03/2023 03:07 AM Actions
18878 Ruby Bug Assigned parse.y: Foo::Bar {} is inconsistently rejected ydah (Yudai Takada) 05/07/2025 06:07 AM Actions
18842 Ruby Bug Open Ruby's Resolv library does not handle correctly the `NODATA` case 06/19/2022 05:39 PM Actions
18841 Ruby Feature Open Proposal: autoload_relative 02/17/2023 08:39 AM Actions
18840 Ruby Misc Open Top-level #using and other methods docs 06/18/2022 07:12 PM Actions
18835 Ruby Feature Open Add InstructionSequence#type method 06/16/2022 10:30 PM Actions
18831 Ruby Feature Open Block argument to `yield` 06/18/2022 03:12 AM Actions
18818 Ruby Bug Assigned Thread waitq does not retain referenced objects, can lead to use after free. ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
18815 Ruby Feature Open instance_{eval,exec} vs Proc#>> 06/02/2022 05:17 PM Actions
18814 Ruby Feature Assigned Ractor: add method to query incoming message queue size ko1 (Koichi Sasada) 09/20/2024 10:19 AM Actions
18804 Ruby Bug Open Invalid line number for putnil instruction 05/25/2022 09:22 AM Actions
18794 Ruby Bug Open Windows - intermittent SEGV TestObjSpace#test_reachable_objects_during_iteration 06/30/2022 11:13 PM Actions
18762 Ruby Feature Open Add an Array#undigits that compliments Integer#digits 06/23/2024 04:58 PM Actions
18761 Ruby Misc Assigned provide an example wasm project katei (Yuta Saito) 04/03/2024 03:50 AM Actions
18757 Ruby Feature Open Introduce %R percent literal for anchored regular expression patterns 04/27/2022 05:30 PM Actions
18740 Ruby Bug Assigned Use of rightward assignment changes line number needed for line-targeted TracePoint ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
18736 Ruby Feature Open self-p for method chain 04/15/2022 11:09 AM Actions
18733 Ruby Bug Assigned Heavy GC allocations cause performance issue with Ractor ractor 07/03/2025 12:05 AM Actions
18725 Ruby Misc Open IO#write and IO#wait_writable block for write pipe if read pipe is closed in other thread on OpenBSD 04/13/2022 11:20 PM Actions
18690 Ruby Feature Open Allow `Kernel#then` to take arguments 02/17/2023 08:42 AM Actions
18677 Ruby Bug Assigned BigDecimal#power (**) returns FloatDomainError when passing an infinite parameter mrkn (Kenta Murata) 04/20/2022 02:04 AM Actions
18675 Ruby Feature Open Add new exception class for resolv timeouts 04/01/2022 11:22 PM Actions
18668 Ruby Feature Open Merge `io-nonblock` gems into core 07/25/2022 12:53 AM Actions
18661 Ruby Bug Open Net::HTTP behavior changed between 2.6 and 3.1 on windows. 03/25/2022 01:57 PM Actions
18659 Ruby Feature Open Create a Binding at the time of an exception and make it available to Rescue 03/25/2022 10:55 AM Actions
18647 Ruby Feature Open Non-recursive option for iseq-targeted Tracepoints in ruby 2.6+ 03/18/2022 09:41 AM Actions
18644 Ruby Feature Open Coerce anything callable to a Proc 06/18/2022 05:28 PM Actions
18640 Ruby Feature Open default empty string argument for `String#sub` and `String#sub!`, e.g. `"hello".sub("l")` 03/19/2022 02:33 AM Actions
18617 Ruby Feature Open Allow multiples keys in Hash#[] acting like Hash#dig 03/10/2022 01:36 PM Actions
18608 Ruby Bug Open `require': cannot load such file -- ripper (LoadError) after `make distclean` 05/27/2022 04:10 AM Actions
18605 Ruby Bug Open Fails to run on (newer) 32bit Windows with ucrt 02/11/2025 11:42 PM Actions
18603 Ruby Feature Open Allow syntax like obj.method(arg)=value 02/27/2022 05:04 PM Actions
18601 Ruby Bug Assigned Invalid byte sequences in Big5 encodings duerst (Martin Dürst) 04/03/2024 03:50 AM Actions
18597 Ruby Feature Open Strings need a named method like `dup` that doesn't duplicate if receiver is mutable 02/17/2023 06:38 PM Actions
18594 Ruby Feature Open Add a #to_h method on URI::Generic 03/31/2022 01:18 PM Actions
18593 Ruby Feature Open Add back URI.escape 02/18/2022 07:45 PM Actions
18587 Ruby Misc Open What was the reason behind Ruby choosing SipHash for Hash? 02/17/2022 12:02 AM Actions
18583 Ruby Feature Open Pattern-matching: API for custom unpacking strategies? 04/28/2024 04:11 PM Actions
18573 Ruby Feature Open Object#pack1 10/13/2023 01:00 PM Actions
18554 Ruby Feature Open Move unicode_normalize to a default gem 01/31/2022 05:51 PM Actions
18510 Ruby Bug Open Unexpected waiting for console when starting ruby on windows 01/23/2022 02:53 PM Actions
18507 Ruby Bug Open Incorrect target_os detection in configure script 01/25/2022 08:57 AM Actions
18506 Ruby Bug Open make and make install rebuild items every time unnecessarily - sometimes causing races in parallel installs 01/21/2022 01:46 PM Actions
18494 Ruby Feature Open [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically 01/17/2022 11:15 PM Actions
18492 Ruby Bug Open `rb_rescue2` inside `rb_protect` segfaults on Windows 01/14/2022 03:17 PM Actions
18478 Ruby Feature Open Module#constant_pairs 01/11/2022 07:55 PM Actions
18477 Ruby Feature Open Float#sqrt and Integer#sqrt 01/11/2022 07:34 PM Actions
18476 Ruby Bug Open Call to require stuck forever after receiving EAGAIN on writev when running with zeus 02/28/2022 02:55 PM Actions
18473 Ruby Bug Open Raw data in Socket::Option#inspect on Amazon Linux 2 10/17/2024 03:08 AM Actions
18463 Ruby Feature Open Random number generation with xoshiro 02/13/2022 09:12 AM Actions
18450 Ruby Feature Assigned Force break in prettyprint akr (Akira Tanaka) 12/29/2021 02:02 PM Actions
18444 Ruby Bug Open Trapped TSTP causes a locking deadlock in 3.0.3 onward 05/26/2022 10:29 PM Actions
18439 Ruby Feature Assigned YJIT: Support Microsoft x86 calling convention jit 12/20/2024 03:42 PM Actions
18420 Ruby Misc Open Question about how to handle IO.pipe reader and writer when forking 12/22/2021 12:04 AM Actions
18418 Ruby Feature Open Add Net::HTTP#security_level= 12/19/2021 11:58 AM Actions
18410 Ruby Feature Open Proposal to make inspect include underscores on numerics 12/16/2021 09:07 AM Actions
18402 Ruby Feature Open Argument Labels 01/31/2022 06:14 PM Actions
18401 Ruby Feature Open Rework `require_relative` to add the "current path" on `$LOAD_PATH` 12/09/2021 05:41 PM Actions
18396 Ruby Bug Open An unexpected "hash value omission" syntax error when without parentheses call expr follows 03/29/2022 09:58 PM Actions
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
(401-600/1664) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF