Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
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
(601-700/1593) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF