Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
6841 Ruby master Feature Assigned Shorthand for Assigning Return Value of Method to Self matz (Yukihiro Matsumoto) 12/10/2020 08:53 AM Actions
6828 Ruby master Feature Open Constancy of Constants 12/10/2020 08:47 AM Actions
6817 Ruby master Feature Assigned Partial application matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
6811 Ruby master Feature Assigned File, Dir and FileUtils should have bang-versions of singleton methods that fails silently matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6810 Ruby master Feature Assigned `module A::B; end` is not equivalent to `module A; module B; end; end` with respect to constant lookup (scope) matz (Yukihiro Matsumoto) 12/10/2020 09:22 AM Actions
6802 Ruby master Feature Assigned String#scan should have equivalent yielding MatchData matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6783 Ruby master Feature Open Infinite loop in inspect, not overriding inspect, to_s, and no known circular references. Stepping into inspect in debugger locks it up with 100% CPU. 08/05/2019 11:13 PM Actions
6769 Ruby master Feature Assigned rbinstall.rb: install both src and batch files separetely nobu (Nobuyoshi Nakada) 10/30/2015 12:38 PM Actions
6758 Ruby master Feature Open Object#sequence 12/25/2017 06:15 PM Actions
6733 Ruby master Feature Open New inspect framework 11/24/2021 05:06 AM Actions
6695 Ruby master Feature Assigned Configuration for Thread/Fiber creation ko1 (Koichi Sasada) 12/25/2017 06:15 PM Actions
6694 Ruby master Feature Assigned Thread.new without block. ko1 (Koichi Sasada) 12/25/2017 06:15 PM Actions
6687 Ruby master Feature Open Enumerable#with 12/25/2017 06:15 PM Actions
6682 Ruby master Feature Assigned Add a method to return an instance attached by a singleton class shyouhei (Shyouhei Urabe) 12/25/2017 06:15 PM Actions
6671 Ruby master Feature Assigned File.split_all and File.split_root matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6648 Ruby master Feature Assigned Provide a standard API for retrieving all command-line flags passed to Ruby matz (Yukihiro Matsumoto) 11/12/2024 10:18 AM Actions
6641 Ruby master Feature Assigned Hash.auto constructor matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
6613 Ruby master Feature Assigned VT_RECORD, IRecordInfo Support in WIN32OLE suke (Masaki Suketa) 12/25/2017 06:15 PM Actions
6611 Ruby master Feature Assigned Comments requested on implementation of set_parse_func matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6596 Ruby master Feature Assigned New method `Array#indexes` matz (Yukihiro Matsumoto) 07/29/2020 01:41 AM Actions
6594 Ruby master Feature Assigned Integrated Functor matz (Yukihiro Matsumoto) 03/20/2024 12:21 AM Actions
6452 Ruby master Feature Assigned Allow extend to override class methods matz (Yukihiro Matsumoto) 12/10/2020 08:53 AM Actions
6445 Ruby master Feature Assigned request for default length/position on string index matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6376 Ruby master Feature Assigned Feature lookup and checking if feature is loaded matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6360 Ruby master Bug Assigned Debug information build even without requesting it nobu (Nobuyoshi Nakada) 11/13/2023 07:21 PM Actions
6354 Ruby master Feature Assigned Remove escape (break/return/redo/next support) from class/module scope matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6351 Ruby master Bug Assigned transcode table generator does not support multi characters of Unicode duerst (Martin Dürst) 11/13/2023 06:35 PM Actions
6337 Ruby master Feature Assigned FileUtils#sync matz (Yukihiro Matsumoto) 03/20/2024 12:38 AM Actions
6317 Ruby master Feature Assigned Range#cover?の引数としてRangeインスタンスを受けられるようにして欲しい matz (Yukihiro Matsumoto) 03/20/2024 12:46 AM Actions
6309 Ruby master Feature Assigned Add a reference queue for weak references matz (Yukihiro Matsumoto) 08/23/2020 09:07 PM Actions
6308 Ruby master Feature Assigned Eliminate delegation from WeakRef matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
6293 Ruby master Feature Assigned new queue / blocking queues matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6277 Ruby master Feature Assigned Hash#convert_key matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6265 Ruby master Feature Assigned Remove 'useless' 'concatenation' syntax naruse (Yui NARUSE) 08/10/2016 02:36 AM Actions
6133 Ruby master Feature Assigned SSLSocketをshutdownできない rhenium (Kazuki Yamaguchi) 11/29/2022 02:07 AM Actions
6012 Ruby master Feature Assigned Proc#source_location also return the column nobu (Nobuyoshi Nakada) 09/27/2024 03:21 PM Actions
5970 Ruby master Feature Assigned Add Enumerable#join with same semantics as Array#join matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5945 Ruby master Feature Assigned Add the ability to mark a at_exit as process-local. matz (Yukihiro Matsumoto) 10/10/2018 08:29 AM Actions
5825 Ruby master Feature Assigned Sweet instance var assignment in the object initializer matz (Yukihiro Matsumoto) 10/12/2023 02:41 AM Actions
5781 Ruby master Feature Assigned Query attributes (attribute methods ending in `?` mark) matz (Yukihiro Matsumoto) 01/10/2020 06:34 AM Actions
5764 Ruby master Feature Assigned Net::HTTP should assume HTTP/0.9 on unexpected responses naruse (Yui NARUSE) 07/15/2019 05:06 PM Actions
5749 Ruby master Feature Assigned new method String#match_all needed matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5741 Ruby master Feature Assigned Secure Erasure of Passwords matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5654 Ruby master Feature Assigned Introduce global lock to avoid concurrent require nahi (Hiroshi Nakamura) 12/25/2017 06:15 PM Actions
5643 Ruby master Feature Assigned require/load options and binding option matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5617 Ruby master Feature Assigned Allow install RubyGems into dediceted directory hsbt (Hiroshi SHIBATA) 05/16/2018 09:15 AM Actions
5582 Ruby master Feature Assigned Allow clone of singleton methods on a BasicObject matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5558 Ruby master Feature Assigned String#% strange arity errors matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5478 Ruby master Feature Open Add syntax to import Set into core 09/02/2020 12:24 PM Actions
5461 Ruby master Feature Assigned Add pipelining to Net::HTTP naruse (Yui NARUSE) 12/25/2017 06:15 PM Actions
(1551-1600/1623) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF