Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
16997 Ruby master Bug Open IO#gets converts some \r\n to \n with universal_newline: false 08/26/2020 05:20 PM Actions
16993 Ruby master Feature Open Sets: from hash keys using Hash#key_set 06/27/2020 05:44 AM Actions
16992 Ruby master Feature Assigned Sets: officially ordered matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
16990 Ruby master Feature Open Sets: operators compatibility with Array 02/22/2021 11:37 PM Actions
16989 Ruby master Feature Assigned Sets: need ♥️ knu (Akinori MUSHA) 04/03/2024 03:50 AM Actions
16986 Ruby master Feature Assigned Anonymous Struct literal matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
16985 Ruby master Feature Assigned Improve `pp` for `Hash` and `String` akr (Akira Tanaka) 04/03/2024 03:50 AM Actions
16978 Ruby master Feature Assigned Ruby should not use realpath for __FILE__ nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
16971 Ruby master Feature Open weak_ref&.some_method should behave like object&.some_method 06/19/2020 03:17 PM Actions
16960 Ruby master Feature Open Feedback regarding => in ‘As’ Pattern Matching 06/13/2020 12:32 AM Actions
16952 Ruby master Feature Open Kernel.exec gives an incorrect error message when passed a script with a non-existing shebang 06/11/2020 08:40 PM Actions
16946 Ruby master Feature Open Add an `intersperse` method 09/15/2022 11:21 AM Actions
16937 Ruby master Feature Assigned Add DNS over HTTP to Resolv akr (Akira Tanaka) 12/10/2020 09:15 AM Actions
16929 Ruby master Feature Open Add GC.start(compact: true) 06/01/2020 03:42 PM Actions
16928 Ruby master Feature Open Array#include_all? & Array#include_any? 06/01/2020 09:27 PM Actions
16924 Ruby master Feature Open instance_eval equivalent for RubyVM::InstructionSequence 05/30/2020 03:49 PM Actions
16913 Ruby master Feature Open Add `ARGF#each_io` 05/25/2020 11:33 PM Actions
16905 Ruby master Bug Open Ruby required to build Ruby on Haiku? 05/24/2020 08:08 AM Actions
16899 Ruby master Feature Open Add method `Array#both_end` 05/18/2020 01:44 AM Actions
16898 Ruby master Feature Open Modify the syntax of -> lambda expressions in ruby3 05/19/2020 02:02 AM Actions
16897 Ruby master Feature Open General purpose memoizer in Ruby 3 with Ruby 2 performance 06/26/2020 03:51 PM Actions
16895 Ruby master Misc Open Request for cooperation: Try your applications/libraries with master branch and debug options 02/12/2023 10:04 AM Actions
16894 Ruby master Feature Assigned Integer division for Ruby 3 matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
16838 Ruby master Feature Open Enumerator::ArithmeticSequence missing allocator for #clone and #dup 05/18/2020 10:44 PM Actions
16833 Ruby master Feature Assigned Add Enumerable#empty? ioquatix (Samuel Williams) 04/03/2024 03:50 AM Actions
16829 Ruby master Bug Open Exceptions raised from within an enumerated method lose part of their stacktrace 05/20/2022 07:25 PM Actions
16819 Ruby master Bug Assigned Line reporting off by one when reporting line of a hash? ko1 (Koichi Sasada) 06/16/2020 05:57 PM Actions
16818 Ruby master Feature Open Rename `Range#%` to `Range#/` 05/07/2020 08:49 AM Actions
16817 Ruby master Feature Open attr_predicate or attr_query or attr_something for ? methods 12/23/2021 11:44 PM Actions
16816 Ruby master Feature Open Prematurely terminated Enumerator should stay terminated 04/09/2021 09:24 PM Actions
16805 Ruby master Misc Assigned Coroutine's license is unclear ReiOdaira (Rei Odaira) 07/01/2021 10:09 PM Actions
16803 Ruby master Misc Open Discussion: those internal macros reside in public API headers 05/14/2020 12:27 PM Actions
16795 Ruby master Feature Open build ruby.exe on Windows against ruby-static.lib omitting x64-vcruntime-ruby.dll (no '--enable-shared' option for Windows) 04/17/2020 01:22 PM Actions
16794 Ruby master Feature Open Rightward operators 09/10/2020 09:34 PM Actions
16791 Ruby master Feature Open Shortcut for Process::Status.exitstatus 05/19/2020 03:16 AM Actions
16790 Ruby master Feature Open string format and refinements 04/16/2020 03:06 AM Actions
16781 Ruby master Feature Open alias :fold :reduce 05/16/2020 08:28 AM Actions
16776 Ruby master Bug Assigned Regression in coverage library ko1 (Koichi Sasada) 11/24/2021 07:26 AM Actions
16773 Ruby master Feature Open Reduce allocations in net/http 04/10/2020 11:36 AM Actions
16761 Ruby master Feature Open Add an API to move the entire heap, as to make testing GC.compact compatibility easier 05/07/2020 04:03 PM Actions
16757 Ruby master Feature Open Add intersection to Range 01/22/2022 07:26 AM Actions
16755 Ruby master Feature Open warning: `if' at the end of line without an expression 04/03/2020 11:28 PM Actions
16752 Ruby master Feature Open :private param for const_set 04/03/2020 12:35 AM Actions
16750 Ruby master Misc Open Change typedef of VALUE for better type checking 04/03/2020 02:34 AM Actions
16747 Ruby master Misc Assigned Repository reorganization request nobu (Nobuyoshi Nakada) 05/22/2020 01:30 PM Actions
16745 Ruby master Feature Open Improving Date and DateTime comparison 03/31/2020 10:32 PM Actions
16742 Ruby master Feature Open RbConfig.windows? and RbConfig.host_os 04/11/2020 02:00 PM Actions
16741 Ruby master Feature Open Implement Shellwords.shellescape correctly for Windows 03/29/2020 07:54 AM Actions
16739 Ruby master Feature Open Allow Hash#keys and Hash#values to accept a block for filtering output 07/10/2020 04:09 PM Actions
16703 Ruby master Feature Open Namespace parameter for `Module#name` 03/24/2020 10:08 AM Actions
16688 Ruby master Feature Open Allow #to_path object as argument to system() 04/13/2020 05:37 PM Actions
16684 Ruby master Feature Open Use the word "to" instead of "from" in backtrace 04/10/2020 07:58 AM Actions
16678 Ruby master Misc Open Array#values_at has unintuitive behavior when supplied a range starting with negative index 03/09/2020 02:06 PM Actions
16673 Ruby master Feature Open total_timeout for Net::HTTP 03/07/2020 06:25 AM Actions
16667 Ruby master Feature Open Allow parameters to Symbol#to_proc and Method#to_proc 03/03/2020 03:40 PM Actions
16666 Ruby master Feature Open 'string' - 'str' as a shortcut for 'string'.gsub('str', '')? 03/01/2020 08:38 PM Actions
16665 Ruby master Feature Open Add an Array#except_index method 03/15/2020 03:37 PM Actions
16659 Ruby master Misc Open Documentation on Regexp missing for absence pattern (?~pat) 02/27/2020 04:16 PM Actions
16657 Ruby master Feature Assigned Don't ship bundled gems as .gem files as well as in expanded form hsbt (Hiroshi SHIBATA) 07/05/2023 09:21 AM Actions
16648 Ruby master Feature Open improve GC performance by 5% with builtin_prefetch 02/29/2020 06:27 PM Actions
16638 Ruby master Feature Open Structured Data for Syslog 02/17/2020 07:06 PM Actions
16637 Ruby master Feature Open Time#to_s and Date#to_s accept strftime format string 02/17/2020 09:46 PM Actions
16630 Ruby master Misc Assigned Deprecate pub/ruby/*snapshot* and use pub/ruby/snapshot/* instead matz (Yukihiro Matsumoto) 02/27/2020 09:52 AM Actions
16621 Ruby master Feature Open Second block parameter of Pathname#glob to be relative path from self 02/12/2020 11:27 PM Actions
16615 Ruby master Feature Open Group style access scope for macros 03/09/2020 02:39 PM Actions
16601 Ruby master Feature Open Let `nil.to_a` and `nil.to_h` return a fixed instance 02/01/2020 10:12 AM Actions
16600 Ruby master Feature Open Optimized opcodes for frozen arrays and hashes literals 01/30/2020 09:51 AM Actions
16597 Ruby master Feature Open missing poll() 06/09/2022 09:14 AM Actions
16563 Ruby master Feature Open Let rb_mod_const_at and rb_const_list use an ID table instead for inherited VS private constant segregation 01/26/2020 04:38 PM Actions
16562 Ruby master Feature Open Expose rb_io_set_encoding_internal to reduce function calls on loading source files 01/27/2020 06:05 AM Actions
16559 Ruby master Feature Assigned Net::HTTP#request injects "Connection: close" header if #started? is false, wasting HTTP server resources naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
16557 Ruby master Feature Open Deduplicate Regexp literals 02/28/2020 11:44 AM Actions
16517 Ruby master Feature Open mkmf.rb - changes for Windows ? 11/18/2022 12:24 AM Actions
16512 Ruby master Misc Assigned Improving `www.ruby-lang.org` reference by merging with `rubyreferences.github.io` hsbt (Hiroshi SHIBATA) 05/13/2023 12:59 AM Actions
16511 Ruby master Feature Open Staged warnings and better compatibility for keyword arguments in 2.7.1 02/25/2020 06:54 PM Actions
16507 Ruby master Misc Open =~ vs include? or match? 02/12/2023 09:57 AM Actions
16497 Ruby master Bug Assigned StringIO#internal_encoding is broken (more severely in 2.7) nobu (Nobuyoshi Nakada) 10/26/2021 04:31 PM Actions
16489 Ruby master Feature Open Make rb_warn_deprecated a public API 01/09/2020 01:22 AM Actions
16487 Ruby master Misc Open Potential for SIMD usage in ruby-core 01/16/2020 05:25 AM Actions
16482 Ruby master Feature Open net/http should support TLS connection to proxies 01/05/2020 05:52 PM Actions
16479 Ruby master Feature Open Let execution context local storage be backed by an ID table 01/04/2020 01:41 AM Actions
16478 Ruby master Feature Open Fold symbol tables for tracking basic operation method redefinition changes into a single ID table 01/04/2020 01:42 AM Actions
16471 Ruby master Feature Open Two feature requests for WeakRef: get original object, callback feature 01/02/2020 03:44 PM Actions
16461 Ruby master Feature Assigned Proc#using matz (Yukihiro Matsumoto) 12/10/2020 09:10 AM Actions
16460 Ruby master Feature Open External names for keyword parameters in method definitions 01/02/2020 02:11 AM Actions
16451 Ruby master Feature Open Special ternary operator for methods ending in `?` 12/26/2019 09:03 PM Actions
16436 Ruby master Misc Open hash missing #last method, make it not so consistent (it has #first) 01/06/2021 09:47 AM Actions
16425 Ruby master Feature Open Add Thread#dig 12/17/2019 12:15 AM Actions
16411 Ruby master Feature Open Safer keyword argument extension 12/10/2019 02:45 AM Actions
16408 Ruby master Misc Open Ruby docs list incorrect method signatures for PTY::getpty/PTY::spawn 12/12/2019 05:12 PM Actions
16396 Ruby master Misc Open What is the reason for this behaviour of Find.find? 12/09/2019 02:51 PM Actions
16381 Ruby master Feature Open Accept resolv_timeout in Net::HTTP 11/29/2019 04:38 PM Actions
16374 Ruby master Feature Open Object#nullify to provide scalars with the effect similar to Enumerable#reject 12/08/2019 02:30 AM Actions
16373 Ruby master Feature Open RDoc for some of the Kernel methods cannot be found in Kernel module 05/29/2020 09:29 PM Actions
16370 Ruby master Feature Open Pattern matching with variable assignment (the priority of `in` operator) 11/27/2019 01:55 PM Actions
16356 Ruby master Feature Open Method#inspect of argument forwarding 11/21/2019 01:54 PM Actions
16352 Ruby master Feature Open Modify Marshal to dump objects larger than 2 GiB 06/10/2020 04:12 AM Actions
16350 Ruby master Feature Assigned ArithmeticSequence#member? can result in infinite loop mrkn (Kenta Murata) 05/29/2020 10:26 PM Actions
16347 Ruby master Feature Open InmutableObject 12/23/2021 11:44 PM Actions
16346 Ruby master Misc Open Confusing macro name: RUBY_MARK_NO_PIN_UNLESS_NULL 11/13/2019 07:39 AM Actions
16341 Ruby master Feature Open Proposal: Set#to_proc and Hash#to_proc 11/12/2019 08:12 PM Actions
16336 Ruby master Feature Open Allow private constants to be accessed with absolute references 11/14/2019 06:21 PM Actions
16296 Ruby master Feature Open Alternative behavior for `...` in method body if `...` is not in method definition 11/10/2019 10:20 AM Actions
16291 Ruby master Feature Assigned Introduce support for resize in rb_ary_freeze and prefer internal use of rb_ary_freeze and rb_str_freeze for String and Array types nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
16287 Ruby master Feature Open Proposal to add .second and .third in particular to class Array 10/31/2019 01:47 PM Actions
16282 Ruby master Feature Open Add "call data" wrapper IMEMO object so inline cache can be updated 10/29/2019 12:13 AM Actions
16276 Ruby master Feature Open For consideration: "private do...end" / "protected do...end" 11/19/2019 04:27 AM Actions
16273 Ruby master Feature Open Proposal: Shorthand operator for "#instance_method" 01/14/2020 12:24 PM Actions
16267 Ruby master Misc Open MinGW CI - add to Actions ? 10/21/2019 01:10 AM Actions
16252 Ruby master Feature Open Hash#partition should return hashes 11/18/2021 03:54 PM Actions
16249 Ruby master Feature Open Dir#empty? and File#empty? 10/19/2019 12:49 PM Actions
16246 Ruby master Feature Open require with an optional block that is evaluated when requiring fails 10/09/2019 11:16 AM Actions
16245 Ruby master Feature Open Add interfaces to count and measure size all IMEMO objects 10/17/2019 09:16 PM Actions
16244 Ruby master Feature Open Add a Time#before? and Time#after? method 12/15/2019 12:59 AM Actions
16241 Ruby master Feature Open Shorter syntax for anonymous refinements 11/20/2020 07:22 PM Actions
16235 Ruby master Misc Open ENV.assoc spec test does not test invalid name 10/05/2019 10:53 PM Actions
16231 Ruby master Feature Open Add #location to Net::HTTPResponse 10/06/2019 11:14 PM Actions
16188 Ruby master Misc Assigned What are the performance implications of the new keyword arguments in 2.7 and 3.0? jeremyevans0 (Jeremy Evans) 04/03/2024 03:50 AM Actions
16183 Ruby master Feature Open Hash#with_default 09/27/2019 08:35 AM Actions
16160 Ruby master Misc Open Lazy init thread local storage 09/22/2019 01:55 AM Actions
16158 Ruby master Bug Open "st" Character Sequence In Regex Look-Behind Causes Illegal Pattern Error When Combined With POSIX Bracket Expressions And Case Insensitivity Flag 09/17/2019 09:37 AM Actions
16157 Ruby master Misc Open What is the correct and *portable* way to do generic delegation? 10/15/2019 04:28 PM Actions
16150 Ruby master Feature Open Add a way to request a frozen string from to_s 06/03/2022 04:42 PM Actions
16147 Ruby master Feature Open List Comprehensions in Ruby 06/25/2020 06:23 PM Actions
16146 Ruby master Feature Open Array .difference allow custom comparison 11/11/2019 08:34 PM Actions
16145 Ruby master Bug Open regexp match error if mixing /i, character classes, and utf8 12/03/2023 09:32 AM Actions
16142 Ruby master Feature Open Implement code_range in Proc and Method 01/09/2024 06:30 PM Actions
16130 Ruby master Misc Open [Discussion / Ideas] Finding a good name for the concept of/behind guilds - primarily the NAME 08/27/2019 04:00 PM Actions
16128 Ruby master Feature Open Would it be possible for ruby to warn about case/when menu options separated by a trailing, but accidental ','? 08/26/2019 09:56 AM Actions
16124 Ruby master Misc Assigned Let the transient heap belong to objspace ko1 (Koichi Sasada) 11/18/2019 08:48 AM Actions
16118 Ruby master Feature Open Array .difference allow custom comparison 12/23/2021 11:44 PM Actions
16115 Ruby master Feature Open Keyword arguments from method calls or ignore extra hash keys in splat 08/23/2019 12:53 AM Actions
16114 Ruby master Misc Open Naming of "beginless range" 10/08/2019 03:06 PM Actions
16113 Ruby master Feature Open Partial application 03/02/2021 02:00 PM Actions
16104 Ruby master Feature Open Introduce merge_if and merge_if! 08/15/2019 06:54 AM Actions
16102 Ruby master Feature Open `Symbol#call` 09/12/2019 09:25 AM Actions
16039 Ruby master Feature Open Array#contains? to check if one array contains another array 12/19/2019 06:47 AM Actions
16037 Ruby master Feature Open Allow multiple single/double-splatted variables in `in` pattern matching and introduce non-greedy-splatted variables 08/04/2019 04:47 AM Actions
16031 Ruby master Feature Open Raise ArgumentError when creating Time objects with invalid day of month, instead of rolling into next month 06/20/2020 04:23 AM Actions
16027 Ruby master Feature Assigned Update Ruby's dtrace / USDT API to match what is exposed via the TracePoint API ko1 (Koichi Sasada) 08/03/2019 02:41 AM Actions
16025 Ruby master Misc Assigned 'st_check_for_sizeof_st_index_t' declared as array with a negative size (emscripten) nobu (Nobuyoshi Nakada) 07/30/2019 11:20 AM Actions
16018 Ruby master Feature Open Add a way to deprecate methods 09/02/2019 06:24 AM Actions
16005 Ruby master Feature Open A variation of Time.iso8601 that can parse yyyy-MM-dd HH:mm:ss 11/17/2022 07:39 AM Actions
16001 Ruby master Feature Open Provide an alias to Kernel#caller_locations(1,1) and Kernel#caller(1,1) 09/04/2019 02:31 PM Actions
15999 Ruby master Feature Open KeyError#inspect does not contain receiver and key 07/14/2019 07:31 AM Actions
15993 Ruby master Bug Open 'require' doesn't work if there are Cyrillic chars in the path to Ruby dir 07/09/2021 04:08 PM Actions
15991 Ruby master Feature Assigned Allow questionmarks in variable names matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15948 Ruby master Feature Open ENV.update takes multiple hashes as Hash#update 06/21/2019 07:35 AM Actions
15945 Ruby master Feature Open Option to truncate in `String#ljust`, `String#rjust`, and `String#center` 06/20/2019 02:39 PM Actions
15940 Ruby master Feature Assigned Coerce symbols internal fstrings in UTF8 rather than ASCII to better share memory with string literals naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
15939 Ruby master Feature Assigned Dump symbols reference to their fstr in ObjectSpace.dump() ko1 (Koichi Sasada) 08/08/2019 09:38 PM Actions
15936 Ruby master Feature Open on_error in lieu of rescue, raise 06/21/2019 07:05 PM Actions
15931 Ruby master Feature Assigned encoding for CESU-8 naruse (Yui NARUSE) 04/03/2024 03:50 AM Actions
15922 Ruby master Feature Open Enumerable#partition(pattern) 06/14/2019 03:40 AM Actions
15918 Ruby master Feature Assigned Pattern matching for Set ktsj (Kazuki Tsujimoto) 04/03/2024 03:50 AM Actions
15914 Ruby master Feature Open mkmf without libruby 06/12/2019 12:43 PM Actions
15909 Ruby master Feature Open Improve Thread#exit documentation 06/09/2019 12:05 AM Actions
15899 Ruby master Feature Open String#before and String#after 11/04/2019 08:57 PM Actions
15881 Ruby master Feature Assigned Optimize deconstruct in pattern matching ktsj (Kazuki Tsujimoto) 04/03/2024 03:50 AM Actions
15879 Ruby master Feature Open Proposal: Time#to_i accepts :unit keyword 07/29/2019 07:32 AM Actions
15878 Ruby master Feature Assigned Make exit faster by not running GC ko1 (Koichi Sasada) 07/29/2019 07:48 AM Actions
15864 Ruby master Feature Open Proposal: Add methods to determine if it is an infinite range 08/22/2019 07:36 AM Actions
15861 Ruby master Feature Open Correctly parse `file:c:/path/to/file` URIs 05/18/2019 10:58 PM Actions
15854 Ruby master Feature Assigned Tracing instance variable assignment ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15840 Ruby master Feature Open configuration path search 05/11/2019 01:24 PM Actions
15837 Ruby master Feature Assigned Module#name_components matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15833 Ruby master Feature Open Some refactors for shared-root array 07/29/2019 07:13 AM Actions
15824 Ruby master Feature Open respond_to pattern for pattern match 10/06/2019 07:56 AM Actions
15817 Ruby master Feature Open Warnings for undef_method and remove_method on initialize() 05/02/2019 09:11 AM Actions
15815 Ruby master Feature Assigned Add option to raise NoMethodError for OpenStruct marcandre (Marc-Andre Lafortune) 04/03/2024 03:50 AM Actions
15811 Ruby master Feature Open Propsing new method for comparing equality of 2 (float) numbers relatively 07/29/2019 04:40 PM Actions
15806 Ruby master Misc Assigned Explicitly initialise encodings on init to remove branches on encoding lookup nobu (Nobuyoshi Nakada) 08/29/2019 04:29 AM Actions
15804 Ruby master Feature Open A generic method to resolve the indexing on a sequence 04/28/2019 12:54 PM Actions
15802 Ruby master Misc Assigned Reduce the minimum string buffer size from 127 to 63 bytes ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15781 Ruby master Feature Open Unify Method List Introspection? 04/21/2019 11:16 PM Actions
15778 Ruby master Feature Assigned Expose an API to pry-open the stack frames in Ruby ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
15764 Ruby master Bug Assigned Whitespace and control characters should not be permitted in tokens matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
15744 Ruby master Misc Open Improvement needed to documentation of 'Literals' 06/24/2019 02:27 AM Actions
15734 Ruby master Feature Open Parsing of shorthand IPv4 addresses compatible with inet_aton 03/28/2019 05:50 PM Actions
15724 Ruby master Feature Open Optionally suppress output from IRB for assignment expressions 03/27/2019 08:43 PM Actions
15721 Ruby master Feature Open optimize comparison of special const 03/22/2019 06:25 AM Actions
15668 Ruby master Feature Open stdlib: Date - Time should return the difference in days 03/15/2019 07:09 AM Actions
15663 Ruby master Feature Open Documenting autoload semantics 04/20/2019 01:44 AM Actions
15654 Ruby master Misc Open Documentation for Complex is wrong or misleading 03/11/2019 11:55 AM Actions
15627 Ruby master Feature Open Appearance of custom singleton classes 06/15/2020 10:37 PM Actions
15609 Ruby master Feature Open Kernel#sleep returns Float instead of Integer 08/13/2019 04:56 PM Actions
15599 Ruby master Bug Open Mixing autoload and require causes deadlock and incomplete definition. 02/12/2019 01:40 PM Actions
15598 Ruby master Bug Open Deadlock on mutual reference of autoloaded constants 03/20/2019 10:58 AM Actions
15592 Ruby master Feature Open mode where "autoload" behaves like an immediate "require" 03/16/2022 09:58 AM Actions
15590 Ruby master Feature Open Add dups to Array to find duplicates 02/08/2019 10:00 AM Actions
15588 Ruby master Feature Open String#each_chunk and #chunks 12/25/2019 04:28 AM Actions
15580 Ruby master Feature Open Proposal: method addition to class String called .indices ( String#indices ) 07/29/2020 01:54 AM Actions
15571 Ruby master Feature Open Add methods: iroot, root, and roots 01/30/2019 06:17 PM Actions
15568 Ruby master Misc Open TracePoint(:raise)#parameters raises RuntimeError 01/27/2019 12:02 AM Actions
15565 Ruby master Feature Open Circular dependency warnings - suggestions/ideas to improve the output from ruby 01/25/2019 11:36 PM Actions
15563 Ruby master Feature Open #dig that throws an exception if a key doesn't exist 02/17/2020 08:42 AM Actions
15562 Ruby master Feature Open `String#split` option to suppress the initial empty substring 01/28/2019 03:32 AM Actions
15559 Ruby master Feature Open Logical XOR (^^) operator 01/16/2022 03:20 AM Actions
15557 Ruby master Feature Open A new class that stores a condition and the previous receiver 01/27/2019 05:22 AM Actions
15554 Ruby master Feature Assigned warn/error passing a block to a method which never use a block matz (Yukihiro Matsumoto) 04/24/2024 06:35 AM Actions
(601-800/1597) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF