summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-02add debug code for timer_posixKoichi Sasada
2021-02-02Pass revision by hand if the commit message lacks the ticket numberNARUSE, Yui
2021-02-02Use local repository instead of remoteNARUSE, Yui
2021-02-02Drop pushing local repoNARUSE, Yui
2021-02-02Use the lateset winflexbison3Nobuyoshi Nakada
2021-02-02Add some git configurations in CIsNobuyoshi Nakada
2021-02-02Set git config in global instead of systemNobuyoshi Nakada
2021-02-01Fix GC compatibility: Don't stash encodings in global constantsAaron Patterson
2021-02-02* 2021-02-02 [ci skip]git
2021-02-01Use RCLASS_EXT macro instead of directly accessing ptrMatt Valentine-House
2021-02-01Add RCLASS_SUBCLASSES MacroMatt Valentine-House
2021-02-01Add RCLASS_ALLOCATOR MacroMatt Valentine-House
2021-02-01Add PARENT_MODULE_SUBCLASSES MacroMatt Valentine-House
2021-02-01Add RCLASS_PARENT_SUBMODULES MacroMatt Valentine-House
2021-02-01Implement NameError::message#clone for RactorNobuyoshi Nakada
2021-02-01Ignore warnings when transforming preprocessed headerNobuyoshi Nakada
2021-02-01Fix for windres 2.36 [Bug #17602]Nobuyoshi Nakada
2021-02-01Add File.absolute_path? to NEWS-2.7.0 [ci skip]Masataka Pocke Kuwabara
2021-02-01* 2021-02-01 [ci skip]git
2021-02-01Fixed varargs in `rb_bug_without_die` [Bug #17603]xtkoba (Tee KOBAYASHI)
2021-01-31Split `mnew` into unbound and callableNobuyoshi Nakada
2021-01-31Removed static assertion about size of `RVALUE`Nobuyoshi Nakada
2021-01-31MSys is a variant of CygwinNobuyoshi Nakada
2021-01-31Narrowed down the condition to pack RValueNobuyoshi Nakada
2021-01-31Update bundled_gemsNobuyoshi Nakada
2021-01-31vm_dump: dump registers for Mac M1David CARLIER
2021-01-31Update TypeProf to 0.12.0 (#4132)Yusuke Endoh
2021-01-31Move rb_big_isqrt declarationS-H-GAMELINKS
2021-01-31* 2021-01-31 [ci skip]git
2021-01-31Bundle RBS 1.0.4 (#4136)Soutaro Matsumoto
2021-01-30* 2021-01-30 [ci skip]git
2021-01-30Constified pointers in str_casecmpNobuyoshi Nakada
2021-01-29refactoring rb_method_call_status()Koichi Sasada
2021-01-29global call-cache cache table for rb_funcall*Koichi Sasada
2021-01-29Forward keyword arguments for Pathname#each_line [Bug #17589]Nobuyoshi Nakada
2021-01-29Fix failure when build in srcdir/buildKazuhiro NISHIYAMA
2021-01-29Fixed Kernel#rand specNobuyoshi Nakada
2021-01-29Fix absolute path predicate on WindowsNobuyoshi Nakada
2021-01-29* 2021-01-29 [ci skip]git
2021-01-28Update to ruby/spec@8cafaa5Benoit Daloze
2021-01-28Add fallback when PWD is not setKazuhiro NISHIYAMA
2021-01-28Use PWD instead of source_rootKazuhiro NISHIYAMA
2021-01-28Remove require_path from $LOADED_FEATURESKazuhiro NISHIYAMA
2021-01-28Delete path including `/../` tooKazuhiro NISHIYAMA
2021-01-28* 2021-01-28 [ci skip]git
2021-01-27[Fixes #17538] Fix assertion failure when rincgc is turned offPeter Zhu
2021-01-27In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta
2021-01-27[ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI
2021-01-27[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI
2021-01-27[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI