Project

General

Profile

Actions

matz

Apply Clear

# Tracker Status Subject Assignee Updated
7314 Feature Assigned Convert Proc to Lambda doesn't work in MRI matz (Yukihiro Matsumoto) 05/21/2016 09:15 AM Actions
7149 Feature Assigned Constant magic for everyone. matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
7132 Feature Assigned Alternation between named / ordered method arguments and aliases for method arguments. matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
7121 Feature Assigned Extending the use of `require' matz (Yukihiro Matsumoto) 04/03/2024 04:29 AM Actions
7087 Feature Assigned ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6869 Feature Assigned Do not treat `_` parameter exceptionally matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
6842 Feature Assigned Add Optional Arguments to String#strip matz (Yukihiro Matsumoto) 08/24/2016 05:50 AM Actions
6841 Feature Assigned Shorthand for Assigning Return Value of Method to Self matz (Yukihiro Matsumoto) 12/10/2020 08:53 AM Actions
6817 Feature Assigned Partial application matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
6811 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 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 Feature Assigned String#scan should have equivalent yielding MatchData matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6671 Feature Assigned File.split_all and File.split_root matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6648 Feature Assigned Provide a standard API for retrieving all command-line flags passed to Ruby matz (Yukihiro Matsumoto) 12/17/2024 04:10 PM Actions
6641 Feature Assigned Hash.auto constructor matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
6611 Feature Assigned Comments requested on implementation of set_parse_func matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6596 Feature Assigned New method `Array#indexes` matz (Yukihiro Matsumoto) 07/29/2020 01:41 AM Actions
6594 Feature Assigned Integrated Functor matz (Yukihiro Matsumoto) 03/20/2024 12:21 AM Actions
6452 Feature Assigned Allow extend to override class methods matz (Yukihiro Matsumoto) 12/10/2020 08:53 AM Actions
6445 Feature Assigned request for default length/position on string index matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6376 Feature Assigned Feature lookup and checking if feature is loaded matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6354 Feature Assigned Remove escape (break/return/redo/next support) from class/module scope matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6337 Feature Assigned FileUtils#sync matz (Yukihiro Matsumoto) 03/20/2024 12:38 AM Actions
6317 Feature Assigned Range#cover?の引数としてRangeインスタンスを受けられるようにして欲しい matz (Yukihiro Matsumoto) 03/20/2024 12:46 AM Actions
6309 Feature Assigned Add a reference queue for weak references matz (Yukihiro Matsumoto) 08/23/2020 09:07 PM Actions
6308 Feature Assigned Eliminate delegation from WeakRef matz (Yukihiro Matsumoto) 12/23/2021 11:40 PM Actions
6293 Feature Assigned new queue / blocking queues matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
6277 Feature Assigned Hash#convert_key matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5970 Feature Assigned Add Enumerable#join with same semantics as Array#join matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5945 Feature Assigned Add the ability to mark a at_exit as process-local. matz (Yukihiro Matsumoto) 10/10/2018 08:29 AM Actions
5825 Feature Assigned Sweet instance var assignment in the object initializer matz (Yukihiro Matsumoto) 10/12/2023 02:41 AM Actions
5781 Feature Assigned Query attributes (attribute methods ending in `?` mark) matz (Yukihiro Matsumoto) 01/10/2020 06:34 AM Actions
5749 Feature Assigned new method String#match_all needed matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5741 Feature Assigned Secure Erasure of Passwords matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5643 Feature Assigned require/load options and binding option matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5582 Feature Assigned Allow clone of singleton methods on a BasicObject matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5558 Feature Assigned String#% strange arity errors matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5456 Feature Assigned kernel#syscall() should be removed. matz (Yukihiro Matsumoto) 12/10/2020 08:46 AM Actions
5445 Feature Assigned Need RUBYOPT -r before ARGV -r matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5389 Feature Assigned New method Enumerator#iterate matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5129 Feature Assigned Create a core class "FileArray" and make "ARGF" its instance matz (Yukihiro Matsumoto) 01/23/2018 02:02 PM Actions
5064 Feature Assigned HTTP user-agent class matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
5007 Feature Assigned Proc#call_under: Unifying instance_eval and instance_exec matz (Yukihiro Matsumoto) 04/19/2018 07:57 AM Actions
4824 Feature Assigned Provide method Kernel#executed? matz (Yukihiro Matsumoto) 03/05/2018 04:57 AM Actions
4818 Feature Assigned Add method marshalable? matz (Yukihiro Matsumoto) 12/25/2017 06:15 PM Actions
4592 Feature Assigned Tempfileを直接保存したい matz (Yukihiro Matsumoto) 12/25/2017 06:14 PM Actions
4521 Feature Assigned NoMethodError#message may take very long to execute matz (Yukihiro Matsumoto) 12/25/2017 06:14 PM Actions
4514 Feature Assigned #deep_clone and #deep_dup for Objects matz (Yukihiro Matsumoto) 12/25/2017 06:14 PM Actions
(101-148/148) Per page: 50, 100, 200

Also available in: Atom CSV PDF