Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
14037 Ruby master Misc Open Writing doxygen document comments to static functions 10/21/2017 07:48 AM Actions
14033 Ruby master Feature Open Add String#append 08/08/2018 03:01 AM Actions
14025 Ruby master Feature Open #initialize with ivars 10/19/2017 06:50 AM Actions
13999 Ruby master Bug Assigned Cygwin 環境で ripper_state_lex.rb がコアダンプする cygwin 05/19/2022 08:20 AM Actions
13968 Ruby master Misc Open [Ruby 3.x perhaps] - A (minimal?) static variant of ruby 01/14/2018 03:24 PM Actions
13936 Ruby master Feature Open Make regular expressions debugable 10/07/2017 01:25 AM Actions
13934 Ruby master Feature Open [Feature request] Being able to set a default encoding other than Unicode on a "per-project" basis 09/25/2017 05:18 AM Actions
13927 Ruby master Feature Open Integrate module_function as a core language type 09/25/2017 10:30 PM Actions
13924 Ruby master Feature Open Add headings/hints to RubyVM::InstructionSequence#disasm 09/20/2017 01:40 PM Actions
13922 Ruby master Feature Open Consider showing warning messages about same-named aliases - either directly or perhaps via the "did you mean gem" 09/25/2017 12:21 PM Actions
13913 Ruby master Feature Open Method definition with explicitly callable method names 06/24/2019 05:49 PM Actions
13893 Ruby master Feature Open Add Fiber#[] and Fiber#[]= and restore Thread#[] and Thread#[]= to their original behavior 08/14/2020 01:48 AM Actions
13890 Ruby master Feature Open Allow a regexp as an argument to 'count', to count more interesting things than single characters 01/19/2023 08:59 AM Actions
13881 Ruby master Feature Open Use getcontext/setcontext on OS X 09/08/2017 09:13 AM Actions
13869 Ruby master Feature Open Filter non directories from Dir.glob 10/20/2017 01:58 AM Actions
13860 Ruby master Feature Open A proposal for a new, simpler class-method addition to Time - for the time being calling it Time.date() but another name is fine; and the ability to omit '%' tokens as arguments to it 02/21/2018 12:57 PM Actions
13847 Ruby master Feature Assigned Gem activated problem for default gems hsbt (Hiroshi SHIBATA) 11/29/2022 02:05 AM Actions
13821 Ruby master Feature Assigned Allow fibers to be resumed across threads ko1 (Koichi Sasada) 12/28/2023 09:20 PM Actions
13820 Ruby master Feature Open Add a nil coalescing operator 03/16/2021 03:34 PM Actions
13805 Ruby master Feature Open Make refinement scoping to be like that of constants 08/13/2017 10:52 PM Actions
13804 Ruby master Misc Open Protected methods cannot be overridden 08/10/2017 09:41 PM Actions
13795 Ruby master Feature Open Hash#select return type does not match Hash#find_all 06/24/2019 06:33 PM Actions
13765 Ruby master Feature Open Add Proc#bind 07/26/2017 01:31 PM Actions
13763 Ruby master Feature Open Trigger "unused variable warning" for unused variables in parameter lists 11/28/2017 04:49 AM Actions
13750 Ruby master Feature Open Improve String#casecmp? and Symbol#casecmp? performance with ASCII string 01/24/2021 07:12 AM Actions
13733 Ruby master Feature Open Dump the delegator instead of the delegated object 06/29/2018 05:09 PM Actions
13719 Ruby master Feature Open [PATCH] net/http: allow existing socket arg for Net::HTTP.start 09/12/2020 09:45 PM Actions
13697 Ruby master Feature Assigned [PATCH]: futex based thread primitives kosaki (Motohiro KOSAKI) 04/03/2024 03:50 AM Actions
13696 Ruby master Feature Assigned Add exchange and noreplace options to File.rename Glass_saga (Masaki Matsushita) 04/03/2024 03:50 AM Actions
13681 Ruby master Feature Open Ruby digest init fails in FIPS mode when built against OpenSSL ~> 1.0.1 07/04/2017 05:17 PM Actions
13671 Ruby master Bug Assigned Regexp with lookbehind and case-insensitivity raises RegexpError only on strings with certain characters duerst (Martin Dürst) 01/06/2023 01:59 PM Actions
13645 Ruby master Feature Open Syntactic sugar for indexing when using the safe navigation operator 04/16/2019 03:00 PM Actions
13639 Ruby master Feature Open Add "RTMIN" and "RTMAX" to Signal.list 08/31/2017 09:06 AM Actions
13634 Ruby master Misc Open NilClass is lying about respond_to?(:clone) 06/06/2017 08:27 AM Actions
13626 Ruby master Feature Open Add String#byteslice! 08/27/2022 11:16 AM Actions
13622 Ruby master Misc Assigned Documentation missing stomar (Marcus Stollsteimer) 06/03/2017 07:27 AM Actions
13620 Ruby master Feature Open Simplifying MRI's build system: always make install 02/15/2023 07:55 PM Actions
13610 Ruby master Feature Assigned IPAddr doesn't provide helpful methods to get the subnet or IP address knu (Akinori MUSHA) 10/20/2017 01:13 AM Actions
13577 Ruby master Feature Assigned Digest.file accidentally receives File object but uses file path nobu (Nobuyoshi Nakada) 05/20/2017 06:50 PM Actions
13576 Ruby master Feature Open File#to_path shall be deleted 06/24/2019 08:20 PM Actions
13574 Ruby master Feature Open Method redefinition warning 08/25/2019 06:11 PM Actions
13516 Ruby master Feature Assigned Improve the text of the circular require warning nobu (Nobuyoshi Nakada) 08/31/2017 05:49 AM Actions
13514 Ruby master Feature Open [PATCH] thread_pthread.c (native_sleep): preserve old unblock function 07/27/2021 11:41 AM Actions
13512 Ruby master Feature Assigned System Threads ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
13508 Ruby master Feature Assigned How remove/refactor code related mathn library. hsbt (Hiroshi SHIBATA) 12/25/2017 06:15 PM Actions
13507 Ruby master Feature Open Improve performance of some Complex methods where call Numeric#real? internally 06/24/2019 08:21 PM Actions
13506 Ruby master Feature Open Improve performance of Complex#{+,-,*,/,**,abs2} 06/24/2019 08:21 PM Actions
13502 Ruby master Feature Open remove unused Array#to_s implementation 07/27/2021 11:41 AM Actions
13497 Ruby master Misc Open Docs, code samples, Ripper example 04/23/2017 04:27 AM Actions
13482 Ruby master Feature Open Improve performance of "set instance variable" 06/24/2019 08:25 PM Actions
13436 Ruby master Feature Open Improve performance of Array#<=> with Fixnum/Float/String elements 06/24/2019 08:26 PM Actions
13434 Ruby master Feature Open better method definition in C API 07/13/2017 07:41 AM Actions
13395 Ruby master Feature Open Add a method to check for not nil 09/30/2017 12:53 PM Actions
13388 Ruby master Feature Assigned gc.c: Add GC.get_parameters and .set_parameters ko1 (Koichi Sasada) 03/30/2017 10:52 AM Actions
13385 Ruby master Feature Assigned [PATCH] Make Resolv::DNS::Name validation similar to host and dig commands akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
13378 Ruby master Feature Assigned Eliminate 4 of 8 syscalls when requiring file by absolute path nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
13374 Ruby master Feature Open Fix one of performance regressions in method calling 06/24/2019 08:32 PM Actions
13342 Ruby master Feature Open Improve yielding block performance 06/24/2019 08:33 PM Actions
13333 Ruby master Feature Open block to yield 05/19/2017 09:01 AM Actions
13314 Ruby master Feature Open dig= 03/14/2017 12:55 PM Actions
13263 Ruby master Feature Open Add companion integer nth-root method to recent Integer#isqrt 04/05/2017 12:49 AM Actions
13259 Ruby master Feature Open Kernel#Date 02/28/2017 12:09 PM Actions
13252 Ruby master Feature Assigned C API for creating strings without copying ko1 (Koichi Sasada) 04/17/2017 07:22 AM Actions
13245 Ruby master Feature Open [PATCH] reject inter-thread TLS modification 09/12/2017 12:54 PM Actions
13241 Ruby master Feature Open Method(s) to access Unicode properties for characters/strings 08/08/2019 08:10 PM Actions
13240 Ruby master Feature Open Change Unicode property implementation in Onigmo from inversion lists to direct lookup 02/22/2017 08:01 AM Actions
13209 Ruby master Misc Open fact.rb in ruby/sample variations 02/14/2017 12:10 AM Actions
13174 Ruby master Feature Open Smaller id_table on 64bit platform 01/31/2017 02:05 PM Actions
13164 Ruby master Bug Open A second `SystemStackError` exception results in `Segmentation fault (core dumped)` 04/14/2017 01:05 PM Actions
13153 Ruby master Feature Open Inconsistent sprintf formatting for 0 value 09/29/2020 03:30 PM Actions
13151 Ruby master Bug Open File.writable? doesn't report correctly if a directory is writable on Windows. 01/23/2017 05:46 PM Actions
13129 Ruby master Feature Assigned Refinements cannot refine method_missing and respond_to_missing? matz (Yukihiro Matsumoto) 07/03/2021 10:45 PM Actions
13124 Ruby master Feature Open Should #puts convert to external encoding? 12/01/2017 06:45 PM Actions
13108 Ruby master Feature Open [Doc Request] Explicitly document Range#sum 01/05/2017 11:50 PM Actions
13103 Ruby master Feature Open [PATCH] random.c: use "__NR_" syscall prefix on Linux (instead of "SYS_") 01/11/2017 10:51 PM Actions
13095 Ruby master Feature Open [PATCH] io.c (rb_f_syscall): remove deprecation notice 03/26/2017 06:21 AM Actions
13048 Ruby master Feature Open Better way to do Regexp.new(Regexp.escape("some string")) 01/20/2017 04:01 AM Actions
13047 Ruby master Feature Assigned Use String literal instead of `String#+` for multiline pretty-printing of multiline strings akr (Akira Tanaka) 02/22/2017 07:09 AM Actions
13026 Ruby master Feature Open Public singleton methods 02/22/2017 06:53 PM Actions
13006 Ruby master Feature Open backtrace of thread killer 12/06/2016 01:11 AM Actions
12992 Ruby master Feature Open ArgumentError if hostname is missing 07/27/2021 11:40 AM Actions
12986 Ruby master Feature Open HTTP/request basic_auth context should be switched 06/24/2019 10:38 PM Actions
12985 Ruby master Feature Open HTTP should handle cookies 06/24/2019 10:38 PM Actions
12969 Ruby master Feature Open Allow optional parameter in String#strip and related 01/20/2017 08:19 AM Actions
12968 Ruby master Feature Open Allow default value via block for Integer(), Float() and Rational() 06/28/2017 05:53 PM Actions
12928 Ruby master Feature Open Use socket conect_timeout in net stdlib for open_timeout 12/02/2019 09:20 PM Actions
12911 Ruby master Misc Open Translate docs 11/29/2022 02:05 AM Actions
12901 Ruby master Feature Open Anonymous functions without scope lookup overhead 01/01/2022 12:30 PM Actions
12869 Ruby master Feature Open open-uri's open rejects `BOM' in encoding 10/25/2016 05:06 AM Actions
12867 Ruby master Feature Open Add ability to check validity of a URL 12/23/2021 11:43 PM Actions
12858 Ruby master Feature Open Supporting batch-requiring of files in ruby 10/23/2016 08:05 AM Actions
12843 Ruby master Feature Open Proposal to add a new method to class File in order to determine the name of the file without any suffix 10/17/2016 08:56 AM Actions
12817 Ruby master Feature Open Consider adding method .sample() on class Hash (if this was not yet proposed) 10/11/2016 12:57 AM Actions
12802 Ruby master Feature Open Add BLAKE2 support to Digest 09/02/2019 05:58 AM Actions
12790 Ruby master Feature Open Better inspect for stdlib classes 02/27/2017 08:36 PM Actions
12755 Ruby master Feature Open optimize instruction sequence 09/12/2016 07:05 AM Actions
12731 Ruby master Feature Open rb_path_to_class should call custom const_defined? methods (take 2) 07/25/2019 06:13 PM Actions
12725 Ruby master Bug Assigned Trying to use ./miniruby before it exists nobu (Nobuyoshi Nakada) 08/22/2023 10:33 PM Actions
12700 Ruby master Feature Open regexg heredoc support 11/24/2017 12:53 AM Actions
12689 Ruby master Bug Open Thread isolation of $~ and $_ 04/01/2021 08:51 PM Actions
(1001-1100/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF