summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Harden SizedQueue#push timeout testNobuyoshi Nakada2022-08-191-3/+3
* Add tests for assert_pattern_listNobuyoshi Nakada2022-08-181-0/+16
* [DOC] `offset` argument of Regexp#matchNobuyoshi Nakada2022-08-181-1/+6
* rb_str_resize: Only clear coderange on truncationJean Boussier2022-08-184-8/+23
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-184-35/+111
* Update bundled gems list at 2022-08-18git2022-08-182-2/+2
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-184-4/+59
* ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh2022-08-181-2/+4
* Suppress detached head warnings [ci skip]Nobuyoshi Nakada2022-08-181-1/+4
* * 2022-08-18 [ci skip]git2022-08-181-1/+1
* Added vm setivar benchmark from yjit-benchJemma Issroff2022-08-171-0/+35
* Fix flaky test for GC thrashingPeter Zhu2022-08-171-0/+4
* Extract common code from `rb_enc_vsprintf` and `rb_str_vcatf`Nobuyoshi Nakada2022-08-171-33/+25
* Update dependenciesNobuyoshi Nakada2022-08-171-5/+0
* yjit.h is not necessary for all sources using mjit.hNobuyoshi Nakada2022-08-172-1/+1
* Move `mjit_exec` to vm.cNobuyoshi Nakada2022-08-172-95/+97
* Make date in installed gemspec files stableNobuyoshi Nakada2022-08-171-0/+1
* Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada2022-08-171-66/+41
* * 2022-08-17 [ci skip]git2022-08-171-1/+1