Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
14833 Ruby master Feature Open Add RubyVM::AST::Node#pretty_print 06/07/2018 02:56 PM Actions
14825 Ruby master Misc Open When redefining `attr_xx` methods the visibility becomes `public` 06/05/2018 05:57 AM Actions
14819 Ruby master Feature Open Efficient cstring to RVALUE typecasting for c extension gems 06/06/2018 09:13 PM Actions
14813 Ruby master Feature Assigned [PATCH] gc.c: make gc_enter+gc_exit pairs dtrace probes, too ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14811 Ruby master Feature Open Dynamically extend Ruby VM stack 06/05/2018 07:59 AM Actions
14801 Ruby master Feature Open New method 'show_stack' to show Ruby stack(s) when program is running 06/01/2018 09:45 AM Actions
14800 Ruby master Feature Open Zlib::GzipReader#read does not support 2nd argument 08/26/2019 07:49 PM Actions
14788 Ruby master Feature Open `Hash#keys` Could Accept a Block 03/25/2020 01:49 PM Actions
14785 Ruby master Feature Open Parse guard statements like regular conditionals 05/25/2018 05:46 AM Actions
14783 Ruby master Feature Open String#chars_at / String#bytes_at 05/24/2018 01:18 PM Actions
14777 Ruby master Feature Open Add Range#offset ? 05/19/2018 03:50 PM Actions
14771 Ruby master Feature Open Add method to create DNS resource from data string 05/17/2018 10:43 PM Actions
14770 Ruby master Misc Open [META] DevelopersMeeting 05/17/2018 12:28 PM Actions
14768 Ruby master Misc Open Add documentation for || and && 05/17/2018 09:45 AM Actions
14761 Ruby master Bug Open TestThread#test_join_limits hangs up on Solaris 10 with gcc 05/16/2018 05:23 AM Actions
14760 Ruby master Misc Assigned cross-thread IO#close semantics matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14759 Ruby master Feature Open [PATCH] set M_ARENA_MAX for glibc malloc 03/15/2019 06:54 AM Actions
14758 Ruby master Feature Open Add a first-class support for isolated bounded packages / modules / contexts 05/18/2018 09:13 AM Actions
14737 Ruby master Feature Assigned Split default gems into separate directory structure hsbt (Hiroshi SHIBATA) 09/02/2020 06:00 PM Actions
14735 Ruby master Misc Open thread-safe operations in a hash could be documented 05/04/2018 01:09 PM Actions
14727 Ruby master Bug Assigned TestQueue#test_queue_with_trap always timeout on Windows10 ko1 (Koichi Sasada) 05/01/2018 02:59 AM Actions
14724 Ruby master Feature Assigned chains of inequalities matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14723 Ruby master Feature Open [WIP] sleepy GC 05/18/2018 09:13 AM Actions
14718 Ruby master Feature Open Use jemalloc by default? 03/25/2020 06:38 PM Actions
14715 Ruby master Feature Open Pathname#== should compare by #realpath instead of #to_s 08/26/2019 07:38 PM Actions
14710 Ruby master Feature Open I'd like to know from C API that "It has only one reference to Ruby object" to determine whether it is a temporary object. 04/24/2018 11:28 PM Actions
14701 Ruby master Feature Open If the object is not frozen, I want to be able to redefine the compound assignment operator. 08/11/2019 08:46 PM Actions
14692 Ruby master Misc Assigned Question: Ruby stdlib's Option Parser nobu (Nobuyoshi Nakada) 04/03/2024 03:50 AM Actions
14685 Ruby master Feature Open IRB doesn't print exception cause 04/13/2018 03:20 PM Actions
14681 Ruby master Bug Open `syswrite': stream closed in another thread (IOError) ioquatix (Samuel Williams) 04/11/2024 02:49 AM Actions
14673 Ruby master Misc Open Documentation for `Array#drop` / `drop_while` unclear in regard to modification 04/10/2018 09:51 AM Actions
14672 Ruby master Feature Open Introduce a Date.safe_parse method 04/18/2018 10:11 AM Actions
14669 Ruby master Feature Open Regexp does not expose the amount of capture groups. 04/08/2018 11:11 AM Actions
14640 Ruby master Bug Assigned [win32] File.realpath treats a relative path with a drive letter as an absolute path. windows 04/03/2024 03:50 AM Actions
14636 Ruby master Feature Open `Hash` has a method for accessing the shortest path towards a certain key 03/28/2018 09:42 AM Actions
14625 Ruby master Feature Open yield_self accepts an argument, calling to_proc 03/30/2018 06:52 AM Actions
14624 Ruby master Feature Open #{nil} allocates a fresh empty string each time 04/21/2018 11:12 AM Actions
14618 Ruby master Feature Open Add display width method to String for CLI 03/21/2018 04:00 AM Actions
14615 Ruby master Feature Open Consider introducing shortcut to check Net::HTTP response type 03/19/2018 05:43 AM Actions
14609 Ruby master Feature Assigned Let `Kernel#p` without an argument print the receiver matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14606 Ruby master Feature Open Change begin-else-end without rescue from warning to syntax error 03/16/2018 01:22 AM Actions
14605 Ruby master Feature Open Remove `original_iseq` from `rb_iseq_constant_body` 08/26/2019 07:31 PM Actions
14602 Ruby master Feature Open Version of dig that raises error if a key is not present 01/05/2024 06:09 PM Actions
14601 Ruby master Feature Open test-all & ruby/test_m17n_comb.rb - fixup 08/26/2019 07:30 PM Actions
14593 Ruby master Feature Open Add `Enumerator#concat` 03/08/2018 09:15 PM Actions
14585 Ruby master Feature Open Array#each_pair 03/11/2018 11:38 PM Actions
14582 Ruby master Bug Open Unable to use `method__entry` and `method_return` tracing probes since 2.5 11/27/2023 10:39 AM Actions
14580 Ruby master Feature Open Hash#store accepts a block 03/08/2018 11:59 AM Actions
14574 Ruby master Feature Open percent literals and binary encoding strings 03/04/2018 07:38 AM Actions
14570 Ruby master Feature Open Make File.expand_path/real_path casing consistent on Windows 06/17/2021 04:22 PM Actions
14565 Ruby master Feature Open Simpler, one-liner, failsafe require in ruby? [Suggested names: require_failsafe, require_safe, require_try, require_add) 10/09/2019 05:42 AM Actions
14564 Ruby master Feature Open `dig` opposite method 07/13/2022 04:00 PM Actions
14555 Ruby master Feature Open OpenStruct performance doesn't have to be slow... 02/27/2018 12:59 AM Actions
14550 Ruby master Feature Open Support keyword arguments with Date#step 02/26/2018 03:58 AM Actions
14548 Ruby master Feature Assigned Allow some_array&.[1] to be a valid syntax matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14546 Ruby master Feature Assigned Hash#delete! matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14492 Ruby master Feature Assigned iseq loading + caching should be in core ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14480 Ruby master Bug Open miniruby crashing when compiled with -O2 or -O1 on aarch64 09/22/2023 09:49 AM Actions
14476 Ruby master Feature Assigned Adding same_all? for checking whether all items in an Array are same mrkn (Kenta Murata) 08/28/2020 01:10 PM Actions
14465 Ruby master Feature Open rename/alias and then obsolete UDPSocket::send 12/23/2021 11:43 PM Actions
14463 Ruby master Feature Open Allow comments to precede dots in member expressions 12/23/2021 11:43 PM Actions
14430 Ruby master Feature Open net/http: use Socket.tcp with connect_timeout, instead of TCPSocket.open wrapped in Timeout.timeout 01/19/2021 10:01 AM Actions
14412 Ruby master Feature Assigned DRb UNIX on local machine: add support for getpeereid() seki (Masatoshi Seki) 01/28/2018 12:51 PM Actions
14411 Ruby master Feature Open URI#secure? 02/11/2018 03:44 PM Actions
14404 Ruby master Feature Open Adding writev support to IO#write_nonblock 01/29/2018 12:29 AM Actions
14401 Ruby master Feature Open Integer#digitsの逆の動作をするメソッドが欲しい 01/25/2018 01:13 PM Actions
14399 Ruby master Feature Open Add Enumerable#product 08/11/2019 09:34 PM Actions
14397 Ruby master Feature Assigned public, protected and private should return their arguments instead of self matz (Yukihiro Matsumoto) 12/10/2018 07:08 AM Actions
14394 Ruby master Feature Assigned Class.descendants ko1 (Koichi Sasada) 04/03/2024 03:50 AM Actions
14393 Ruby master Feature Open Support sending file descriptors (on local machine) via DRb UNIX 01/24/2018 08:58 PM Actions
14392 Ruby master Feature Open Pipe operator 12/13/2018 09:51 AM Actions
14378 Ruby master Feature Open Increase Fixnum range on Windows from 31 bits to 63 bits 06/18/2021 07:31 PM Actions
14365 Ruby master Feature Open irreconcilable ancestor chain ordering expectations should perhaps produce an error 08/13/2019 05:18 AM Actions
14364 Ruby master Bug Open Regexp last match variable in procs 11/13/2023 07:55 PM Actions
14348 Ruby master Feature Open win32ole: enable using coclass-es with multiple IDispatch implementations 01/10/2018 11:35 AM Actions
14328 Ruby master Feature Open SIMD vectorization 07/16/2018 05:12 PM Actions
14278 Ruby master Feature Open Ambiguous Exception for OpenSSL::HMAC.digest 06/20/2019 11:36 PM Actions
14276 Ruby master Feature Open Ruby core debugger API 01/05/2018 07:54 PM Actions
14275 Ruby master Feature Open GC not aggressive enough 06/17/2021 06:54 PM Actions
14274 Ruby master Feature Open Merge Std-Lib Time Class into Core 07/19/2021 07:54 AM Actions
14249 Ruby master Feature Open Remove str[match_str] 05/19/2018 06:13 PM Actions
14197 Ruby master Feature Open `Enumerable#{select,reject}` accept a pattern argument 04/04/2020 05:47 AM Actions
14190 Ruby master Misc Open What are the semantics of $SAFE? 12/15/2017 10:28 PM Actions
14177 Ruby master Feature Open PATCH: File::Stat#dev on Windows 12/25/2017 06:15 PM Actions
14164 Ruby master Feature Open [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth 08/12/2019 08:15 AM Actions
14153 Ruby master Feature Open [PATCH] resurrection of # -*- warn_past_scope: true -*- 12/26/2017 08:53 AM Actions
14149 Ruby master Misc Open Ruby Birthday Thread - 25th years anniversary 12/02/2017 01:40 AM Actions
14136 Ruby master Feature Open Implement #empty? on more classes 10/27/2018 07:20 AM Actions
14129 Ruby master Feature Open Feature Request: sockets - add support for recvmmsg 12/12/2017 08:35 AM Actions
14128 Ruby master Feature Assigned Introduce Hash#delete default value matz (Yukihiro Matsumoto) 04/03/2024 03:50 AM Actions
14122 Ruby master Feature Open Add LogicError 06/17/2019 11:47 PM Actions
14114 Ruby master Feature Open Add #step for Array, Enumerable, Enumerator 06/24/2019 05:00 PM Actions
14111 Ruby master Feature Open ArgumentErrorが発生した時メソッドのプロトタイプをメッセージに含む 06/13/2019 05:41 AM Actions
14092 Ruby master Feature Open Add extension key argument to Tempfile 11/08/2017 06:47 PM Actions
14090 Ruby master Bug Assigned `TestGc#test_interrupt_in_finalizer` fails very rarely ko1 (Koichi Sasada) 12/02/2021 07:24 PM Actions
14084 Ruby master Feature Open Introduce Enumerator#next? 11/06/2017 03:28 PM Actions
14079 Ruby master Feature Open Validate argument list without calling method 11/07/2017 03:20 AM Actions
14077 Ruby master Feature Open Add Encoding::FILESYSTEM and Encoding::LOCALE constants 11/03/2017 09:31 PM Actions
14052 Ruby master Feature Open Introduce SecureRandom.with_chars 12/12/2017 08:59 AM Actions
14040 Ruby master Feature Open deprecate HTTP.version_1_2 10/22/2017 09:32 AM Actions
(901-1000/1608) Per page: 50, 100, 200, 500

Also available in: Atom CSV PDF