Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
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
12656 Ruby master Feature Assigned Expand short paths with File.expand_path windows 01/31/2018 02:31 PM Actions
12653 Ruby master Feature Assigned Use wide WinAPI for rb_w32_getcwd usa (Usaku NAKAMURA) 09/12/2016 06:35 AM Actions
12648 Ruby master Feature Open `Enumerable#sort_by` with descending option 07/19/2022 02:41 AM Actions
12639 Ruby master Feature Assigned Speed up require in RubyGems by 5x hsbt (Hiroshi SHIBATA) 07/26/2018 02:12 AM Actions
12625 Ruby master Feature Open TypeError.assert, ArgumentError.assert 08/10/2016 04:36 AM Actions
12589 Ruby master Feature Open VM performance improvement proposal 02/20/2018 05:00 AM Actions
12586 Ruby master Feature Open Hash#sample 08/10/2016 04:08 AM Actions
12582 Ruby master Bug Assigned OpenSSL Authenticated Encryption should check for tag length rhenium (Kazuki Yamaguchi) 04/28/2017 01:45 PM Actions
12573 Ruby master Feature Open Introduce a straightforward way to discover whether a process is running 04/19/2017 12:05 PM Actions
12543 Ruby master Feature Assigned explicit tail call syntax: foo() then return matz (Yukihiro Matsumoto) 04/18/2021 03:02 PM Actions
12523 Ruby master Feature Open `Object#values_at` 01/05/2020 03:44 PM Actions
12506 Ruby master Bug Assigned On cygwin, Feature #5994 does not work cygwin 05/19/2022 08:20 AM Actions
12497 Ruby master Feature Assigned GMP version of divmod may be slower akr (Akira Tanaka) 08/10/2016 03:11 AM Actions
12482 Ruby master Feature Open ArgumentError.new(nil) should give a better description 06/16/2016 04:18 AM Actions
12455 Ruby master Feature Open Add a way for class String to determine whether it has only numbers / digits or not 07/20/2016 03:13 AM Actions
12445 Ruby master Bug Assigned Testing TestIO#test_open_fifo_does_not_block_other_threads results in deadlock on cygwin cygwin 05/19/2022 08:20 AM Actions
12444 Ruby master Bug Assigned Segmentation fault when running TestException#test_machine_stackoverflow on cygwin cygwin 05/19/2022 08:20 AM Actions
12442 Ruby master Bug Assigned TestArgf#test_textmode fails on cygwin cygwin 05/19/2022 08:20 AM Actions
12435 Ruby master Feature Open Using connect_nonblock to open TCP connections in Net::HTTP#connect 06/06/2016 12:42 AM Actions
12416 Ruby master Feature Open struct rb_id_table lacks mark function 09/22/2020 07:43 PM Actions
12403 Ruby master Feature Open Optimise Regexp#match? 05/24/2016 05:54 AM Actions
12380 Ruby master Feature Open `Struct` as a subclass of `Class` 05/14/2016 08:28 AM Actions
12378 Ruby master Feature Open arbitrary size Random.new_seed 05/13/2016 04:44 PM Actions
12350 Ruby master Feature Open Introduce Array#find! that raises an error if element not found 07/19/2016 06:20 AM Actions
12334 Ruby master Feature Open Final/Readonly Support for Fields / Instance Variables 07/20/2016 01:49 AM Actions
12319 Ruby master Feature Open `Module#const_get` does not accept symbol with nested name 01/04/2020 07:24 PM Actions
12317 Ruby master Feature Open Name space of a module 09/04/2016 04:59 PM Actions
12306 Ruby master Feature Assigned Implement String #blank? #present? and improve #strip and family to handle unicode matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12282 Ruby master Feature Open Hash#dig! for repeated applications of Hash#fetch 12/28/2018 05:31 AM Actions
12281 Ruby master Feature Assigned Allow lexically scoped use of refinements with `using {}` block syntax shugo (Shugo Maeda) 06/13/2016 07:44 AM Actions
12280 Ruby master Feature Open IO.copy_stream(IO, IO) fails with "pread() not implemented" 08/23/2023 05:50 PM Actions
12277 Ruby master Misc Open Coding rule: colum number 04/13/2016 06:32 PM Actions
12272 Ruby master Feature Open Accepting HTML entity name in string literal 04/13/2016 05:16 AM Actions
12262 Ruby master Feature Open Anti-loop 04/09/2016 05:30 AM Actions
12247 Ruby master Feature Open accept multiple arguments at Array#delete 04/04/2016 10:16 PM Actions
12244 Ruby master Feature Assigned Add a way to `integer - integer % num` matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12226 Ruby master Feature Open Dir.home with valid named user raises ArgumentError on Windows 05/08/2016 10:06 AM Actions
12214 Ruby master Feature Open Inconsistent behaviour and lack of warnings/errors when referencing duplicated _variables 03/24/2016 04:58 PM Actions
12211 Ruby master Feature Open introduce Date#first_of_month and Date#last_of_month 03/26/2016 12:58 AM Actions
12179 Ruby master Bug Open Build failure due to VPATH expansion 04/14/2016 01:55 AM Actions
12173 Ruby master Feature Open `Time#till_now` 03/16/2016 10:19 AM Actions
12165 Ruby master Feature Open Hash#first, Hash#last 05/17/2023 05:14 PM Actions
12145 Ruby master Feature Open Aliashood between `size` and `length` is not consistent 06/27/2019 10:02 PM Actions
12141 Ruby master Feature Open send and __send__ 03/14/2016 01:32 AM Actions
12134 Ruby master Feature Open Comparison between `true` and `false` 03/15/2016 12:41 PM Actions
12129 Ruby master Feature Open syntactic sugar for dynamic method dispatch `object_expression:method_name_expression(1, 2)` 03/14/2016 01:35 AM Actions
12125 Ruby master Feature Open Proposal: Shorthand operator for Object#method 01/07/2022 06:23 PM Actions
12116 Ruby master Feature Open `Fixnum#divmod`, `Bignum#divmod` with multiple arguments 03/21/2016 02:00 PM Actions
12115 Ruby master Feature Open Add Symbol#call to allow to_proc shorthand with arguments 11/16/2018 09:49 AM Actions
12114 Ruby master Feature Open $VERBOSE = true is being ignored 02/26/2016 02:00 PM Actions
12113 Ruby master Feature Open Global method inside Delegator causes NameError 03/01/2016 01:58 AM Actions
12110 Ruby master Feature Open Create a method to avoid vacuous truth? 03/12/2016 08:01 AM Actions
12094 Ruby master Feature Open parameterized property assignment: o.prop(arg) = 1 03/17/2016 07:05 AM Actions
12086 Ruby master Feature Open using: option for instance_eval etc. 12/29/2019 07:46 PM Actions
12083 Ruby master Feature Open $_ and $~ by Binding#local_variable_{get,set} 02/18/2016 04:35 AM Actions
12080 Ruby master Feature Open Enumerable#first, Array#last with block 04/20/2016 03:51 AM Actions
12077 Ruby master Feature Open Consolidate SSLSocket interface with TCPSocket 05/17/2016 06:37 AM Actions
12064 Ruby master Feature Assigned Make creation of enc/unicode/casefold.h automatic again nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
12059 Ruby master Feature Open `Array#single?`, `Hash#single?` 02/10/2016 04:02 AM Actions
12057 Ruby master Feature Open Allow methods with `yield` to be called without a block 12/23/2021 11:43 PM Actions
12041 Ruby master Feature Open Change the initializer of NameError to take a receiver as the third argument 02/12/2016 05:37 AM Actions
12040 Ruby master Bug Assigned [Win32] File.stat fails on a mounted volume windows 02/01/2016 08:13 AM Actions
12034 Ruby master Feature Open RegExp does not respect file encoding directive 02/13/2016 06:41 PM Actions
12023 Ruby master Feature Open Allow ivars to be used as method arguments 01/27/2016 09:58 AM Actions
12021 Ruby master Feature Open Final instance variables 12/23/2021 11:43 PM Actions
12020 Ruby master Feature Assigned Documenting Ruby memory model ko1 (Koichi Sasada) 12/23/2021 11:40 PM Actions
12019 Ruby master Feature Assigned Better low-level support for writing concurrent libraries matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
12017 Ruby master Feature Open [PATCH] dedupe string keys from Marshal.load 01/25/2016 09:02 AM Actions
12008 Ruby master Feature Open Immutable object graphs (a.k.a. deep freeze) 06/27/2019 10:29 PM Actions
12006 Ruby master Feature Open return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,... 01/21/2016 12:42 PM Actions
11987 Ruby master Feature Open daemons can't show the backtrace of rb_bug 01/13/2016 10:58 AM Actions
11955 Ruby master Feature Assigned Expose Object that Receives logs in Logger sonots (Naotoshi Seo) 10/15/2022 08:38 AM Actions
11939 Ruby master Feature Open Syntax sugar to apply a method replace a variable 01/04/2016 09:49 AM Actions
11927 Ruby master Feature Open Return value for `Module#include` and `Module#prepend` 09/02/2020 12:40 AM Actions
11923 Ruby master Feature Open Put Struct accessors into separate module to allow redefining them in Struct.new's block 05/17/2016 06:37 AM Actions
11917 Ruby master Feature Open Add Range#length as an alias for size 01/30/2016 07:01 AM Actions
11882 Ruby master Feature Assigned Map or NamedMap matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11868 Ruby master Feature Open Proposal for RubyVM::InstructionSequence.compile to return an object containing the syntax error information currently written to STDERR 04/21/2016 05:49 AM Actions
11840 Ruby master Bug Assigned Error with "make check" on Cygwin cygwin 04/03/2024 03:50 AM Actions
11817 Ruby master Feature Open map.parallel 12/15/2015 04:28 AM Actions
11816 Ruby master Feature Assigned Partial safe navigation operator matz (Yukihiro Matsumoto) 04/14/2020 08:02 AM Actions
11815 Ruby master Feature Open Proposal for method `Array#difference` 07/20/2020 11:34 PM Actions
11808 Ruby master Bug Assigned Different behavior between Enumerable#grep and Array#grep ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
11796 Ruby master Feature Open [PATCH] Refactor reduce call get_stat() 12/09/2015 02:33 PM Actions
11786 Ruby master Feature Open [PATCH] micro-optimize case dispatch even harder 12/09/2015 09:58 AM Actions
11783 Ruby master Misc Open Do you have any idea if you have a budgets? 05/16/2019 09:06 PM Actions
11781 Ruby master Feature Open Would it be possible to alias .prepend() towards .unshift() for class Array by default? 12/09/2015 12:46 PM Actions
11735 Ruby master Feature Assigned Porting String#squish and String#squish! from Ruby on Rails' Active Support matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
11723 Ruby master Feature Open CGI library should give access to raw request body 11/20/2015 07:06 PM Actions
11710 Ruby master Feature Assigned [PATCH] Replace Set#merge with Set#merge! and make Set#merge non-mutating. knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
11700 Ruby master Feature Open positive flags for reverse lookup to socket 11/17/2015 02:48 AM Actions
11694 Ruby master Feature Open Numeric#nonpositive?, nonnegative? 11/16/2015 12:56 AM Actions
11690 Ruby master Feature Open Update Hash during multiple assignment 12/10/2015 12:26 PM Actions
11689 Ruby master Feature Open Add methods allow us to get visibility from Method and UnboundMethod object. 08/20/2022 12:34 PM Actions
11670 Ruby master Feature Assigned Show warning to make nested def obsolete nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
11665 Ruby master Feature Open Support nested functions for better code organization 11/16/2016 03:06 PM Actions
11660 Ruby master Feature Open a falsy value (similar to js undefined) that facilitates forwarding of default arguments 11/05/2019 07:33 PM Actions
(1101-1200/1611) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF