summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added syntax_suggest entry to NEWSHiroshi SHIBATA2022-08-221-0/+6
* [ruby/fileutils] Fix mkdir_p hanging on Windows when trying to create a file ...David Rodríguez2022-08-222-1/+9
* Remove mjit_exec benchmarksTakashi Kokubun2022-08-214-255/+0
* Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun2022-08-214-206/+206
* * 2022-08-22 [ci skip]git2022-08-221-1/+1
* [DOC] Enhanced RDoc for Time (#6255)Burdette Lamar2022-08-215-46/+87
* Check the room including the space to fillNobuyoshi Nakada2022-08-211-7/+9
* Add invalid hexadecimal float testsNobuyoshi Nakada2022-08-211-0/+3
* [rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez2022-08-212-1/+15
* [rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez2022-08-212-1/+24
* Use `rb_fork` to suppress deprecated-declarations warningsNobuyoshi Nakada2022-08-212-2/+4
* Fix a typo [ci skip]Takashi Kokubun2022-08-201-1/+1
* Drop mswin support of MJIT (#6265)Takashi Kokubun2022-08-207-465/+13
* * 2022-08-21 [ci skip]git2022-08-211-1/+1
* Execute MJIT in a forked Ruby process (#6264)Takashi Kokubun2022-08-201-23/+62
* Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze2022-08-203-34/+86
* Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans2022-08-202-22/+100
* [Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada2022-08-201-0/+23
* Rename mjit_exec to jit_exec (#6262)Takashi Kokubun2022-08-1911-32/+31
* Reuse rb_class_new_instance_kw functionS-H-GAMELINKS2022-08-201-7/+1
* Fix gdb incompatibilies in rp_class, rb_ps_vmnick evans2022-08-201-5/+5
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-195-8/+104
* [Bug #18958] format string must be ASCII compatibleNobuyoshi Nakada2022-08-202-0/+11
* Check if encoding capable object before check if ASCII compatibleNobuyoshi Nakada2022-08-201-0/+3
* [Bug #18956] Negative codepoints are invalid charactersNobuyoshi Nakada2022-08-202-2/+3
* Ignore fc4acf8cae on git blameTakashi Kokubun2022-08-191-0/+3
* Make benchmark indentation consistentTakashi Kokubun2022-08-192-55/+55
* * 2022-08-20 [ci skip]git2022-08-201-1/+1
* [Bug #18955] format single character for `%c`Nobuyoshi Nakada2022-08-205-18/+38
* [Bug #18955] Check length of argument for `%c` in proper encodingNobuyoshi Nakada2022-08-202-2/+5
* Write interface instead of interfactKaíque Kandy Koga2022-08-191-1/+1
* [ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and Argumen...Yusuke Endoh2022-08-191-5/+2
* syntax_suggest moved to under the ruby organization.Hiroshi SHIBATA2022-08-191-1/+1
* [DOC] Fix "military timezone"Nobuyoshi Nakada2022-08-192-2/+2
* Update default gems list at 490af8dbdb66263f29d0b4e43752fb [ci skip]git2022-08-191-0/+1
* Sync SyntaxSuggestschneems2022-08-1926-0/+2869
* Setup SyntaxSuggest as default gemschneems2022-08-193-0/+14
* Reuse opt_nl ruleS-H-GAMELINKS2022-08-191-2/+1
* Repalce to NIL_P macroS-H-GAMELINKS2022-08-193-3/+3
* Fixed by [Bug #18964]Nobuyoshi Nakada2022-08-191-3/+0
* Scan the code range of the last added portionNobuyoshi Nakada2022-08-191-2/+4
* Scan the code range of the formatted portionNobuyoshi Nakada2022-08-191-3/+11
* * remove trailing spaces. [ci skip]git2022-08-191-3/+3
* [ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House2022-08-182-28/+31
* [ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House2022-08-186-6/+11
* [ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB FrameworkMatt Valentine-House2022-08-182-19/+14
* [ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB frameworkMatt Valentine-House2022-08-182-14/+26
* [ci-skip][Feature #18910][lldb] Provide class framework for lldb commandsMatt Valentine-House2022-08-185-5/+124
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-192-4/+14
* * 2022-08-19 [ci skip]git2022-08-191-1/+1