summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-05-10Prevent warning: assigned but unused variableYusuke Endoh
2023-05-10[Bug #19597] Freeze script nameNobuyoshi Nakada
2023-05-05Continue checking all gemspec files after errorsNobuyoshi Nakada
2023-05-04test_default_gems.rb: Stop using `git ls-files`Nobuyoshi Nakada
2023-05-03Make the maximum shapes variation warning non-verboseJean Boussier
2023-05-02Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada
2023-05-02[Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada
2023-05-01[Bug #19624] Hide internal IO for backquoteNobuyoshi Nakada
2023-04-30Handle private AREF call in compile.cNobuyoshi Nakada
2023-04-30Relax timeout limit for FreeBSD again [ci skip]Nobuyoshi Nakada
2023-04-27[Bug #19611] Remove never-reachable branch in logical expressionNobuyoshi Nakada
2023-04-26Wrap `undef_method :a` with `ensure`Gary Tou
2023-04-26Test: `defined?(super)` in `BasicObject` returns `nil`Gary Tou
2023-04-25Speed up calling iseq bmethodsJeremy Evans
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-24Allow anonymous memberless StructJeremy Evans
2023-04-23Use UTF-8 encoding for literal extended regexps with UTF-8 characters in comm...Jeremy Evans
2023-04-20YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn
2023-04-19fix `NameError` messageKoichi Sasada
2023-04-19* remove trailing spaces. [ci skip]git
2023-04-19Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune
2023-04-19MatchData#named_captures: add optional symbolize_names keyword (#6952)Vladimir Dementyev
2023-04-16skip if `DidYouMean.formatter=` is not definedKoichi Sasada
2023-04-15Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier
2023-04-14[Bug #19533] Fix infinite range inclusion with numeric valueNobuyoshi Nakada
2023-04-13Emit a performance warning when a class reached max variationsJean Boussier
2023-04-13[Feature #19590] Show the invalid clock argumentNobuyoshi Nakada
2023-04-12[Bug #19587] Fix `reset_match_cache` argumentsNobuyoshi Nakada
2023-04-11hash.c: Fix hash_iter_lev_dec corrupting shapeJean Boussier
2023-04-10[Bug #19570] Propagate message encoding to decorated messageNobuyoshi Nakada
2023-04-06Add guard to compaction test in WeakMapPeter Zhu
2023-04-06Add missing test for Data.initializeMarc-Andre Lafortune
2023-04-04Revert "Fix transient heap mode"Aaron Patterson
2023-04-04Implement `Process.warmup`Jean Boussier
2023-04-04Fix crash in Time on 32-bit systemsPeter Zhu
2023-04-03Avoid failing test_enable on warningsTakashi Kokubun
2023-03-30[Bug #19547] Add token for unescaped backslashNobuyoshi Nakada
2023-03-28YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert
2023-03-28Fix memory leak for iclassPeter Zhu
2023-03-26Historical timezones of Lisbon in tzdata are unstableNobuyoshi Nakada
2023-03-26[Bug #19175] p_rest should be `assignable'Kazuki Tsujimoto
2023-03-25Skip test_europe_lisbon on macOSTakashi Kokubun
2023-03-25IO::Buffer#resize: Free internal buffer if new size is zero (#7569)Kasumi Hanazuki
2023-03-24Raise ArgumentError if IO.read is provided negative offsetJeremy Evans
2023-03-24Add Dir.for_fdJeremy Evans
2023-03-24Add Dir#chdirJeremy Evans
2023-03-24Write keyword arguments directlyNobuyoshi Nakada
2023-03-23YJIT: Save PC on rb_str_concat (#7586)Takashi Kokubun
2023-03-22Lazily allocate id tables for childrenAaron Patterson
2023-03-22Fixup 43d20596b8fefadc309348448352bf13615129c6Hiroshi SHIBATA