| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) d2520b7b76759118071a16e6bca22726a5de9fb4: [Backport #19439] | NARUSE, Yui | 2023-03-08 | 1 | -0/+11 |
| * | merge revision(s) 8ce2fb9bbbaea14737c84385b1573f743a30f773,3a0f6ce1d31eefd8af... | NARUSE, Yui | 2023-03-02 | 2 | -0/+15 |
| * | merge revision(s) 2c93c554019ebdc394d3c51c6d925620d3005f84,f5ea43a2e61789357e... | NARUSE, Yui | 2023-01-25 | 1 | -1/+7 |
| * | Windows: Prefer USERPROFILE over HOMEPATH | Lars Kanis | 2022-12-24 | 1 | -0/+17 |
| * | Windows: Fix encoding of Dir.home | Lars Kanis | 2022-12-24 | 1 | -0/+11 |
| * | Always issue deprecation warning when calling Regexp.new with 3rd positional ... | Jeremy Evans | 2022-12-22 | 1 | -39/+43 |
| * | Ensure Fiber storage is only accessed from the Fiber it belongs to | Benoit Daloze | 2022-12-20 | 1 | -13/+13 |
| * | Never use the storage of another Fiber, that violates the whole design | Benoit Daloze | 2022-12-20 | 1 | -8/+0 |
| * | Remove `require 'io/wait'` where it's no longer necessary. (#6932) | Samuel Williams | 2022-12-15 | 2 | -2/+6 |
| * | Add spec for fiber storage. (#6896) | Samuel Williams | 2022-12-10 | 1 | -0/+111 |
| * | Clean up a temporary file | Nobuyoshi Nakada | 2022-12-09 | 1 | -1/+4 |
| * | [Bug #19167] Remove useless conversion of classes for special const | Nobuyoshi Nakada | 2022-12-09 | 1 | -3/+5 |
| * | Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867) | Samuel Williams | 2022-12-08 | 2 | -6/+19 |
| * | update rbconfig spec to Unicode version 15.0.0 | Martin Dürst | 2022-12-06 | 2 | -4/+4 |
| * | Remove unguaranteed assertion [ci skip] | Nobuyoshi Nakada | 2022-12-03 | 1 | -6/+0 |
| * | UnboundMethod only refer defined_class | Koichi Sasada | 2022-12-03 | 4 | -17/+58 |
| * | [Bug #19087] Merge to "trailing garbage" case | Nobuyoshi Nakada | 2022-12-02 | 1 | -6/+3 |
| * | [Bug #19087] Fix an assertion of `String#to_c` | Nobuyoshi Nakada | 2022-12-02 | 1 | -2/+4 |
| * | Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange | Jeremy Evans | 2022-11-24 | 1 | -7/+21 |
| * | Use valid tokens as cookie names | Nobuyoshi Nakada | 2022-11-22 | 2 | -11/+11 |
| * | Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswin | MSP-Greg | 2022-11-21 | 2 | -2/+2 |
| * | Deal with different Ruby versions | Takashi Kokubun | 2022-11-12 | 1 | -2/+10 |
| * | Fix a CI failure in bigdecimal | Takashi Kokubun | 2022-11-12 | 1 | -1/+1 |
| * | Thread#native_thread_id is very platform specific | Nobuyoshi Nakada | 2022-11-08 | 1 | -1/+3 |
| * | Update to ruby/spec@740ccc8 | Benoit Daloze | 2022-11-07 | 110 | -831/+1274 |
| * | Revert jobserver handling in spec | Nobuyoshi Nakada | 2022-11-07 | 1 | -11/+3 |
| * | Let other test runners follow the change of GNU make 4.4 jobserver | Nobuyoshi Nakada | 2022-11-07 | 1 | -3/+11 |
| * | Skip `File.atime`/`File.mtime` tests randomly failing on Travis | Nobuyoshi Nakada | 2022-10-24 | 2 | -9/+11 |
| * | [Bug #19004] `Complex.polar` handles complex singular `abs` argument | Stephen Ierodiaconou | 2022-10-23 | 1 | -0/+16 |
| * | Range#size returns nil for (.."a") and (nil..) | Yusuke Endoh | 2022-10-21 | 1 | -5/+22 |
| * | Add Class#attached_object | Ufuk Kayserilioglu | 2022-10-20 | 1 | -0/+31 |
| * | Transition frozen string to frozen root shape | Jemma Issroff | 2022-10-19 | 1 | -1/+1 |
| * | thread_sync.c: Clarify and document the behavior of timeout == 0 | Jean Boussier | 2022-10-17 | 2 | -1/+14 |
| * | Skip utime example with Intel C Compiler suite | Hiroshi SHIBATA | 2022-10-13 | 1 | -5/+9 |
| * | Ignore excessive precisions | Nobuyoshi Nakada | 2022-10-10 | 3 | -3/+3 |
| * | Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499) | Samuel Williams | 2022-10-08 | 1 | -5/+25 |
| * | Add IO#timeout attribute and use it for blocking IO operations. (#5653) | Samuel Williams | 2022-10-07 | 1 | -1/+9 |
| * | Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498) | Samuel Williams | 2022-10-06 | 1 | -0/+17 |
| * | Add Data class implementation: Simple immutable value object | Victor Shepelev | 2022-09-30 | 1 | -1/+13 |
| * | Add specs for {Method,UnboundMethod}#owner of a zsuper method | Benoit Daloze | 2022-09-29 | 2 | -0/+13 |
| * | Fix {Method,UnboundMethod}#super_method for zsuper methods | Benoit Daloze | 2022-09-29 | 2 | -22/+9 |
| * | Skip unpack_sockaddr_in with http at Solaris platform | Hiroshi SHIBATA | 2022-09-29 | 1 | -3/+5 |
| * | Update to ruby/spec@1d9d5c6 | Benoit Daloze | 2022-09-28 | 51 | -259/+1142 |
| * | This commit implements the Object Shapes technique in CRuby. | Jemma Issroff | 2022-09-28 | 1 | -9/+2 |
| * | Re-enable TZ test missed due to merge conflict. | Vít Ondruch | 2022-09-27 | 1 | -2/+0 |
| * | Revert this until we can figure out WB issues or remove shapes from GC | Aaron Patterson | 2022-09-26 | 2 | -3/+10 |
| * | This commit implements the Object Shapes technique in CRuby. | Jemma Issroff | 2022-09-26 | 2 | -10/+3 |
| * | Support using at toplevel in wrapped script | Chris Salzberg | 2022-09-24 | 4 | -0/+31 |
| * | Enable coverage for eval. | Samuel Williams | 2022-09-22 | 1 | -9/+25 |
| * | Deprecate Encoding#replicate | Benoit Daloze | 2022-09-10 | 1 | -50/+58 |