Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
11627 Ruby master Feature Assigned make `nonzero` an alias of `nonzero?` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11625 Ruby master Feature Open Unlock GVL for SHA1 calculations 04/03/2024 03:23 AM Actions
11599 Ruby master Feature Assigned Dump entries of hash in ObjectSpace tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11597 Ruby master Feature Open Add Linux-specific setfsuid(2)/setfsgid(2) 10/15/2015 10:08 PM Actions
11588 Ruby master Feature Open Implement structured warnings 12/06/2015 08:48 PM Actions
11583 Ruby master Feature Open Add File#unlink 10/12/2015 05:40 AM Actions
11577 Ruby master Feature Open Add encodeURIComponent compatible API for URI 10/09/2015 01:40 PM Actions
11570 Ruby master Misc Open Clarify autoload chaining behavior 10/06/2015 04:52 PM Actions
11550 Ruby master Feature Open Current behaviour of super(...) is dangerous in the presence of more than one included modules. 01/20/2016 08:44 AM Actions
11539 Ruby master Feature Open Support explicit declaration of volatile instance variables 01/26/2021 03:30 PM Actions
11527 Ruby master Feature Assigned IPAddr#mask_addr isn't a method knu (Akinori MUSHA) 11/07/2018 04:12 PM Actions
11518 Ruby master Feature Assigned Queue enhancement - promote! and promote_all! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11517 Ruby master Feature Assigned Queue enhancement - conditional pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11507 Ruby master Feature Open Net::HTTP should use TCP_CORK or TCP_NOPUSH to avoid fragmenting packets 09/04/2015 09:47 AM Actions
11500 Ruby master Feature Open [RFC] rename Queue to UnboundedQueue 07/19/2021 07:48 AM Actions
11475 Ruby master Feature Open AST transforms 08/21/2015 11:14 AM Actions
11446 Ruby master Feature Open Possible work around for the requirement to supplying arguments like this: .map(&:method, <arguments>) 02/19/2024 01:40 PM Actions
11438 Ruby master Bug Assigned native_thread_init_stack() get machine.stack_start unequal to thread's stack start address, x86 win32 windows 04/03/2024 03:50 AM Actions
11431 Ruby master Feature Open [PATCH] rb_parser_compile_*: remove volatile arg 07/27/2021 07:27 AM Actions
11429 Ruby master Feature Open Local variable assignment via regex === 08/10/2015 11:26 PM Actions
11428 Ruby master Feature Open system/exec/etc. should to_s their argument to restore Pathname functionality as it was in 1.8 11/06/2016 02:17 AM Actions
11415 Ruby master Feature Open autoload with a Proc 10/21/2015 08:38 PM Actions
11390 Ruby master Feature Assigned Allow symbols starting with numbers matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11388 Ruby master Feature Open SMTP Service Extension for Delivery Status Notifications 02/06/2018 11:37 AM Actions
11373 Ruby master Feature Open Add command line option to query valid values for --dump 07/27/2021 11:09 AM Actions
11361 Ruby master Feature Open proposal for easy method to nil-guard for generated variable name. 02/21/2016 12:01 PM Actions
11355 Ruby master Misc Open Exceptions inheriting from Timeout::Error should behave the same way 07/15/2015 04:59 PM Actions
11347 Ruby master Feature Open Errors with cause not reported properly to console 07/15/2015 04:39 PM Actions
11323 Ruby master Feature Open Documentation update on how uniq works / guarantee of order 07/02/2015 03:34 AM Actions
11315 Ruby master Feature Open [PATCH] Add Array#^ for parity with other set-like operations. 06/29/2015 05:05 AM Actions
11312 Ruby master Feature Assigned Add Resolv::DNS::Resource::IN::SPF akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
11309 Ruby master Feature Open Iterator over string matches 07/01/2015 08:35 AM Actions
11307 Ruby master Feature Assigned exception-free non-blocking Queue#pop matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11305 Ruby master Feature Open [ipaddr] include the IP address in question within the InvalidAddressError exception message 06/25/2015 04:25 AM Actions
11299 Ruby master Feature Assigned [PATCH] use Array instead of custom struct for generic ivars normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
11295 Ruby master Misc Open Request for comments about error messages 10/22/2015 09:12 AM Actions
11292 Ruby master Feature Assigned objspace: Dump type of special consts tmm1 (Aman Karmani) 04/03/2024 03:50 AM Actions
11273 Ruby master Feature Open [PATCH] Make it possible to `load` from a FIFO file 07/23/2019 05:45 PM Actions
11262 Ruby master Feature Open Make more objects behave like "Functions" 12/28/2019 09:47 PM Actions
11181 Ruby master Feature Assigned Add a line directive to Ruby matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11177 Ruby master Feature Open DATAでEOF文字以降が読めない 08/22/2023 10:10 PM Actions
11148 Ruby master Feature Open Add a way to require files, but not raise an exception when the file isn't found 05/13/2015 05:57 PM Actions
11142 Ruby master Bug Assigned Command line argument parser on windows handles double quotes inconsistently. usa (Usaku NAKAMURA) 04/03/2024 03:50 AM Actions
11129 Ruby master Feature Open block-level hash destructuring only works for the last argument 07/07/2019 05:11 AM Actions
11122 Ruby master Feature Assigned exception-free non-blocking Queue/SizedQueue operations matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11100 Ruby master Feature Open Permit multiple captures with String[Regexp, ...] 01/24/2016 08:42 AM Actions
11028 Ruby master Feature Assigned standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..." matz (Yukihiro Matsumoto) 04/04/2015 01:44 AM Actions
11026 Ruby master Feature Open How atomic should dynamic regexp with "once" flag be? 12/23/2021 11:43 PM Actions
10983 Ruby master Misc Open Why blocks make Ruby methods 439% slower ? 11/10/2015 06:21 AM Actions
10949 Ruby master Feature Open Time is WB unprotected 07/23/2015 05:55 PM Actions
10932 Ruby master Feature Assigned Enabling allocation tracing as early as possible ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10927 Ruby master Feature Open [PATCH] Add default empty string to string replacements 03/04/2015 10:49 AM Actions
10882 Ruby master Feature Open Provide Levenshtein distance implementation as part of stdlib 02/26/2015 03:56 PM Actions
10879 Ruby master Feature Open UnboundMethod#to_proc 02/21/2015 07:56 PM Actions
10869 Ruby master Feature Open Add support for option to pre-compile Ruby files 02/23/2015 11:08 AM Actions
10863 Ruby master Feature Open allow protected class methods to be callable from instance methods 04/01/2015 06:11 PM Actions
10851 Ruby master Feature Open Introduce Regexp#fetch 02/13/2015 11:15 AM Actions
10829 Ruby master Feature Open Add to_proc method to the Array class 12/23/2021 11:43 PM Actions
10793 Ruby master Feature Open Infrastructure/Release-Management: Sign releases 02/12/2016 09:20 PM Actions
10791 Ruby master Misc Open [PATCH 1/1] Remove unnecessary passing value from doc for Observable 11/29/2022 02:06 AM Actions
10783 Ruby master Misc Open String#concat has an "appending" behavior 08/08/2018 03:08 AM Actions
10782 Ruby master Feature Assigned Patch: Add constants for BigDecimal for ZERO, ONE, TEN mrkn (Kenta Murata) 05/21/2015 08:13 AM Actions
10770 Ruby master Feature Open chr and ord behavior for ill-formed byte sequences and surrogate code points 01/22/2015 10:19 AM Actions
10755 Ruby master Feature Open Use rb_define_alias instead of rb_define_method for rb_cHash 07/27/2021 11:09 AM Actions
10729 Ruby master Feature Open Array method to subtract in place 01/11/2015 02:29 PM Actions
10728 Ruby master Feature Open Warning for Fixnum#size to use RbConfig::SIZEOF['long'] 01/11/2015 04:23 PM Actions
10726 Ruby master Feature Open [PATCH 4/4] * New methods: Set#power 01/28/2015 07:48 AM Actions
10701 Ruby master Feature Open Class:Array 2 New methods 01/08/2015 07:21 AM Actions
10683 Ruby master Feature Open fix inconsistent behavior of Kernel.Hash() 01/02/2015 06:00 AM Actions
10663 Ruby master Feature Open Consider adding support for String input to File. methods 01/05/2015 12:47 AM Actions
10658 Ruby master Feature Open ThreadGroup local variables 01/28/2016 07:20 AM Actions
10645 Ruby master Feature Open Consider adding support of .first to MatchData object like MatchData[0] 12/25/2014 06:50 AM Actions
10637 Ruby master Feature Assigned Puppet orchestration on vagrant fails with Error: Non-HTTP proxy URI akr (Akira Tanaka) 09/23/2020 10:23 PM Actions
10634 Ruby master Feature Open Baselining with Benchmark 12/23/2021 11:43 PM Actions
10628 Ruby master Misc Assigned Peformance of URI module naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
10589 Ruby master Feature Open [TracePoint API] Make THREAD_{BEGIN, END} events return some context information 12/11/2014 04:27 PM Actions
10585 Ruby master Feature Open struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs 06/30/2015 08:18 PM Actions
10574 Ruby master Feature Assigned Add String#lchomp and String.lchomp! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10561 Ruby master Feature Open Improve function of Thread::Backtrace::Location #path and #absolute_path 09/24/2020 09:39 AM Actions
10560 Ruby master Misc Assigned confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z} zzak (zzak _) 01/05/2018 09:02 PM Actions
10552 Ruby master Feature Open [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies 11/30/2014 11:56 AM Actions
10549 Ruby master Feature Assigned Deprecate each_with_index and each_with_object in favor of with_index and with_object matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10548 Ruby master Feature Open remove callcc (Callcc is now going obsoleted. Please use Fiber.) 04/18/2022 09:07 AM Actions
10541 Ruby master Misc Assigned Remove shorthand string interpolation syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10528 Ruby master Feature Open Allow line breaks instead of commas in arrays, hashes, argument lists, etc. 12/23/2021 11:43 PM Actions
10519 Ruby master Feature Open TLS Renegotiation 09/13/2015 03:29 AM Actions
10513 Ruby master Misc Assigned instance_eval yields the receiver, but is documented to yield no arguments zzak (zzak _) 04/03/2024 03:50 AM Actions
10505 Ruby master Feature Open [PATCH 2/n] 同相条件を扱いたい./Object#eql? with block. (ja/en) 11/13/2014 05:52 PM Actions
10503 Ruby master Feature Open introduce InvalidPercentEncoding error for failed URI parsing 01/05/2018 09:01 PM Actions
10498 Ruby master Feature Assigned Make `loop` yield a counter matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10489 Ruby master Feature Assigned Add inherit method for clearer and multiple inheritance matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10481 Ruby master Feature Assigned Add "if" and "unless" clauses to rescue statements matz (Yukihiro Matsumoto) 01/18/2015 02:46 PM Actions
10477 Ruby master Feature Open Implicit interfaces 12/23/2021 11:43 PM Actions
10474 Ruby master Feature Open [PATCH 1/1] Refactoring math.c (Combined some macros into one macro) 11/10/2014 10:29 PM Actions
10473 Ruby master Feature Open Change Date#to_datetime to use local time 07/23/2021 07:08 PM Actions
10459 Ruby master Feature Assigned [PATCH] rfc3339 method for Time akr (Akira Tanaka) 05/21/2015 08:14 AM Actions
10426 Ruby master Feature Open A predicate to express congruence 11/14/2014 02:11 AM Actions
10425 Ruby master Feature Open A predicate method to tell if a number is near another 10/26/2014 01:47 AM Actions
10424 Ruby master Misc Open Error message when sorting NaN 10/25/2014 02:13 PM Actions
10423 Ruby master Feature Assigned [PATCH] opt_str_lit*: avoid literal string allocations ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
(1201-1300/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF