Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
10416 Ruby master Bug Assigned Create mechanism for updating of Unicode data files downstreams when we want nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
10404 Ruby master Feature Assigned Allow individual finalizers to be removed with ObjectSpace.undefine_finalizer matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10391 Ruby master Feature Open Provide %eISO-8859-1'string \xAA literal' string literals with explicit encoding 10/28/2014 10:27 AM Actions
10386 Ruby master Feature Open [PATCH 3/3] There is little possibility of using m_sqrt at complex.c 11/10/2014 11:10 PM Actions
10378 Ruby master Feature Open [PATCH 0/3] It's better (1 + 0i).real? return true 01/05/2018 09:01 PM Actions
10371 Ruby master Feature Open Use Thread#handle_interrupt in MonitorMixin 12/23/2021 11:43 PM Actions
10370 Ruby master Feature Open [PATCH] We don't need to check whether rb_block_call exists 01/29/2019 06:46 PM Actions
10366 Ruby master Feature Open New inspection form for rational 10/11/2014 12:50 AM Actions
10332 Ruby master Feature Open Rational literal for mixed fractions 10/06/2014 02:55 PM Actions
10331 Ruby master Feature Open String#to_r to recognize negative denominators 10/06/2014 02:44 PM Actions
10328 Ruby master Feature Assigned [PATCH] make OPT_SUPPORT_JOKE a proper VM option normalperson (Eric Wong) 04/03/2024 03:50 AM Actions
10327 Ruby master Feature Open Bool/False/True module for '===' 10/15/2014 02:42 PM Actions
10320 Ruby master Feature Open require into module 09/27/2022 12:54 AM Actions
10318 Ruby master Feature Open [PATCH 0/n] Let underscore be positionally matched arg to omit binding obvious variable. 12/10/2020 08:53 AM Actions
10312 Ruby master Misc Open Give people more control over how the ruby parser sees code and lexical code elements (valid/invalid - toggle options) + macros 01/20/2016 05:14 PM Actions
10308 Ruby master Feature Open Pipes in Ruby 09/30/2014 11:21 PM Actions
10305 Ruby master Feature Open Method for resolving all autoload statements / Add warning on autoload when used with chroot 09/29/2014 02:05 PM Actions
10287 Ruby master Feature Assigned rename COLON3 to COLON2_HEAD. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
10273 Ruby master Feature Open Immutable Ruby 12/23/2021 11:43 PM Actions
10255 Ruby master Feature Open Math.log: check domain of base argument 01/27/2015 02:32 AM Actions
10251 Ruby master Feature Open URI: Support wildcards (globbing) in no_proxy 12/16/2015 05:22 AM Actions
10238 Ruby master Feature Assigned todo: remove dependency on malloc_usable_size ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10237 Ruby master Feature Open Transform all elements of one Encoding into another Encoding for Array and Hash 01/05/2018 09:01 PM Actions
10225 Ruby master Feature Open [PATCH] *math.c: New method Math.normcdf 01/05/2018 09:01 PM Actions
10217 Ruby master Feature Open Dir constructor similar to Pathname constructor 12/23/2021 11:43 PM Actions
10215 Ruby master Feature Open prohibit subclassing for classes without allocator in Ruby 09/08/2014 07:29 AM Actions
10183 Ruby master Feature Open An alternative name for method `class` 10/31/2017 11:42 AM Actions
10181 Ruby master Feature Open New method File.openat() 10/22/2015 12:12 PM Actions
10179 Ruby master Feature Open Net::HTTP::Get.new("https://google.com").basic_auth(user_name, password) should throw exception stating the need to set use_ssl to true 09/13/2015 03:25 AM Actions
10177 Ruby master Feature Open Hash#has_key? and Hash#has_value? should be deprecated 09/19/2014 06:01 PM Actions
10176 Ruby master Feature Open Document how to perform net/http calls in parallel 08/27/2014 10:46 PM Actions
10175 Ruby master Feature Open There’s no reason to prefer Proc.new over Kernel#proc anymore 11/10/2014 11:07 PM Actions
10168 Ruby master Feature Open Native Object#inspect method should single quote strings that don't need to be double quoted 01/01/2016 08:27 PM Actions
10152 Ruby master Feature Open String#strip doesn't remove non-breaking space 04/12/2015 07:36 PM Actions
10129 Ruby master Feature Assigned More descriptive error message for failed net/http requests akr (Akira Tanaka) 01/05/2018 09:01 PM Actions
10128 Ruby master Bug Assigned Quoting problem for arguments of Kernel.system, Kernel.exec on Windows windows 04/03/2024 03:50 AM Actions
10051 Ruby master Feature Open nbsp isn't remove with trim 07/17/2014 08:02 AM Actions
10038 Ruby master Feature Assigned Extend ObjectSpace.dump to expose buffer addresses for String and Array tmm1 (Aman Karmani) 01/05/2018 09:01 PM Actions
10009 Ruby master Bug Assigned IO operation is 10x slower in multi-thread environment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
10000 Ruby master Feature Open format width and precision with symbol hash 07/01/2014 01:25 AM Actions
9992 Ruby master Feature Open Access Modifiers (Internal Interfaces) 12/18/2017 03:04 PM Actions
9953 Ruby master Feature Open set_trace_func values which could be frozen or symbols 06/19/2014 10:44 PM Actions
9947 Ruby master Feature Open Make `Object#send` and `Object#method` private 12/23/2021 11:43 PM Actions
9941 Ruby master Feature Open Issue a warning when `module` or `class` keyword causes re-initialization of a constant that will become the module/class name, instead of creating/reopening the module/class 12/23/2021 11:43 PM Actions
9929 Ruby master Feature Open add with_default method to Hash 06/11/2014 12:08 AM Actions
9918 Ruby master Feature Open Exception#cause should be shown in output and #inspect 07/13/2015 02:32 PM Actions
9909 Ruby master Feature Open why shouldn't constant lookup check the nesting of module's name 06/07/2014 02:18 AM Actions
9887 Ruby master Feature Open Add uninclude please 05/31/2014 01:33 PM Actions
9871 Ruby master Feature Open load a ruby library which doesn't have extension 05/28/2014 10:07 AM Actions
9853 Ruby master Feature Open Please consider quoted generation of hash like in %h( foo bar bee blaa ) 05/19/2014 04:43 PM Actions
9832 Ruby master Misc Open better concurrency in threads 05/12/2014 12:33 PM Actions
9830 Ruby master Feature Assigned Support for GOST private/public keys rhenium (Kazuki Yamaguchi) 11/29/2022 01:48 AM Actions
9816 Ruby master Feature Assigned 文字列内の数字を数値として比較するメソッド matz (Yukihiro Matsumoto) 10/28/2014 08:29 AM Actions
9807 Ruby master Feature Open String.new with block 05/07/2014 05:54 AM Actions
9804 Ruby master Feature Open File::CREATE as a synonym for File::CREAT 12/23/2021 11:43 PM Actions
9784 Ruby master Feature Open Alias URI#merge to URI#join 04/29/2014 05:42 AM Actions
9779 Ruby master Feature Open Add Module#descendents 01/05/2018 09:00 PM Actions
9768 Ruby master Feature Assigned Method that is visible only within a certain module/class matz (Yukihiro Matsumoto) 04/25/2014 06:43 AM Actions
9760 Ruby master Bug Open mkmf does not allow for linking against custom libraries when a system library is present 09/21/2022 10:56 AM Actions
9755 Ruby master Feature Assigned Thread::Backtrace::Location#defined_class ko1 (Koichi Sasada) 04/18/2014 09:22 AM Actions
9725 Ruby master Feature Open Do not inspect NameError target object unless verbose 05/08/2015 02:18 AM Actions
9724 Ruby master Misc Open Warnings in Ruby: allow per-file directives to i.e. suppress warnings 04/10/2014 06:21 PM Actions
9704 Ruby master Feature Assigned Refinements as files instead of modules matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9686 Ruby master Feature Open Syntax for symbols used in hashes 12/23/2021 11:43 PM Actions
9667 Ruby master Feature Open Optimization of __FILE__ and __dir__ 03/25/2014 04:48 AM Actions
9614 Ruby master Feature Assigned ordering of non-Hash items which use st_ internally matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9613 Ruby master Feature Open Warn about unsafe ossl ciphers 09/13/2015 03:27 AM Actions
9590 Ruby master Feature Assigned introduce st_foreach_update and st_foreach_update_check for performance. tarui (Masaya Tarui) 04/03/2024 03:50 AM Actions
9585 Ruby master Feature Open Add Object#in? to make ruby easier to read 03/15/2014 04:49 PM Actions
9557 Ruby master Feature Open Enumerator#next and Enumerator#peek with argument 04/11/2014 07:00 PM Actions
9556 Ruby master Feature Open Add HTTP#get block functionality to HTTP.get 02/23/2014 05:53 AM Actions
9553 Ruby master Feature Open Make argument validation routine of a method an object 02/22/2014 07:58 AM Actions
9527 Ruby master Feature Open make Net::HTTP.get_print not only to $stdout but to an IO as a parameter 02/23/2014 06:04 AM Actions
9522 Ruby master Feature Open Float( "NaN" ), Float( "Infinity" ) 02/16/2014 05:36 AM Actions
9516 Ruby master Misc Open Consolidate all deprecation messages to one or more helper methods 02/13/2014 05:11 PM Actions
9515 Ruby master Feature Open `IO.each` and `CSV.each` 01/04/2020 05:41 PM Actions
9445 Ruby master Feature Open Support emitting 1.9 Symbol keyword Hash syntax when pretty printing Hashes 01/24/2014 06:01 AM Actions
9409 Ruby master Bug Assigned Cygwin で "filesystem" の encoding が正しくないケース cygwin 04/03/2024 03:50 AM Actions
9402 Ruby master Feature Open A syntax to specify the default value of a hash 12/23/2021 11:43 PM Actions
9401 Ruby master Feature Open Yet another syntax for literal anonymous functions (lambdas) 12/23/2021 11:43 PM Actions
9400 Ruby master Feature Open Respect constant lookup when using `raise` 07/12/2019 03:36 AM Actions
9355 Ruby master Feature Open Re: Rename method_id to method_name in TracePoint class 07/12/2019 03:45 AM Actions
9347 Ruby master Feature Assigned Accept non callable argument to detect marcandre (Marc-Andre Lafortune) 04/03/2024 03:50 AM Actions
9253 Ruby master Feature Open Regexp named match and case statement 01/05/2018 09:00 PM Actions
9235 Ruby master Feature Assigned Documentation for commercial support zzak (zzak _) 08/10/2019 02:55 PM Actions
9189 Ruby master Bug Open Build failure on Windows in case of nonascii TEMP environment. 04/03/2024 03:24 AM Actions
9185 Ruby master Feature Open Add alias_class_method or class_alias functionality 01/05/2018 09:00 PM Actions
9174 Ruby master Feature Open value receiving block for Hash#has_key? 11/29/2013 06:33 AM Actions
9145 Ruby master Feature Open Queue#pop(true) return nil if empty instead of raising ThreadError 01/01/2018 07:41 PM Actions
9136 Ruby master Misc Assigned Deprecated Enumerator.new(object, method) bad for BasicObject zzak (zzak _) 11/23/2013 03:58 AM Actions
9123 Ruby master Feature Assigned Make Numeric#nonzero? behavior consistent with Numeric#zero? matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9116 Ruby master Feature Open String#rsplit missing 04/27/2017 10:00 AM Actions
9115 Ruby master Bug Assigned Logger traps all exceptions; breaks Timeout sonots (Naotoshi Seo) 09/15/2023 02:08 AM Actions
9111 Ruby master Feature Open Encoding-free String comparison 11/21/2013 04:35 PM Actions
9095 Ruby master Feature Open Allow `Symbol#to_proc` to take arguments 11/10/2013 04:25 AM Actions
9070 Ruby master Feature Assigned Introduce `---` as synonym of `end` keyword matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9049 Ruby master Feature Open Shorthands (a:b, *) for inclusive indexing 03/15/2018 12:26 AM Actions
9043 Ruby master Feature Assigned Add String#f method as shortcut for #freeze matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
9023 Ruby master Feature Assigned Array#tail matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
9020 Ruby master Feature Assigned Net::HTTPResponse predicate/query methods naruse (Yui NARUSE) 12/25/2017 06:15 PM Actions
(1301-1400/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF