summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-10-03Cannot `define` from defined `Data` class againNobuyoshi Nakada
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30Fix frozen object inspecteileencodes
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
2022-09-29Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze
2022-09-29Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze
2022-09-29Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-27Rename method name in keyword test from y to yoJeremy Evans
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
2022-09-25[Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn
2022-09-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-20Ignore EPERM which means already being process-leaderNobuyoshi Nakada
2022-09-19Add another test for `Process.daemon`Nobuyoshi Nakada
2022-09-12Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze
2022-09-11[Win32] Negative length `IO#sysread`Jeremy Bopp
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-09-06Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun
2022-09-02Consider Complex from Complex casesNobuyoshi Nakada
2022-09-02[Bug #18937] Coerce non-real non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-31[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada
2022-08-25Convert catch_except_t to stdboolTakashi Kokubun
2022-08-25Raise ArgumentError for IO.foreach with limit of 0Jeremy Evans
2022-08-22[Bug #18937] Coerce non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-08-21Add invalid hexadecimal float testsNobuyoshi Nakada
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze
2022-08-20Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans
2022-08-19Rename mjit_exec to jit_exec (#6262)Takashi Kokubun
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-20[Bug #18958] format string must be ASCII compatibleNobuyoshi Nakada
2022-08-20[Bug #18956] Negative codepoints are invalid charactersNobuyoshi Nakada
2022-08-20[Bug #18955] format single character for `%c`Nobuyoshi Nakada
2022-08-20[Bug #18955] Check length of argument for `%c` in proper encodingNobuyoshi Nakada
2022-08-19Harden SizedQueue#push timeout testNobuyoshi Nakada
2022-08-18rb_str_resize: Only clear coderange on truncationJean Boussier
2022-08-18Implement SizedQueue#push(timeout: sec)Jean Boussier
2022-08-17Fix flaky test for GC thrashingPeter Zhu
2022-08-15Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn
2022-08-15Add test for GC thrashing of young object creationPeter Zhu
2022-08-12Remove Numeric#ceildivKouhei Yanagita
2022-08-12Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita
2022-08-11Fix inspect for unicode codepoint 0x85Jeremy Evans
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-10Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans