Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
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
(401-500/1663) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF