summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-28Prune stale worktrees before checking out a new pull request [ci skip]Nobuyoshi Nakada
2021-10-28Fix a warningKazuhiro NISHIYAMA
2021-10-28Fix a warningKazuhiro NISHIYAMA
2021-10-28Follow up the RString change [ci skip]Nobuyoshi Nakada
2021-10-28* 2021-10-28 [ci skip]git
2021-10-27YJIT: move --yjit-stats at_exit call into RubyAlan Wu
2021-10-27Expect multi-line -v output for -DRUBY_DEVEL in testsAlan Wu
2021-10-27Fix indentation in testAlan Wu
2021-10-27Fix yjit_asm_tests.c as C99 compliant (#5033)Nobuyoshi Nakada
2021-10-27YJIT: Support newhash with values (#5029)John Hawthorn
2021-10-27Properly exclude test cases.Vít Ondruch
2021-10-27Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2021-10-27Check old-style definitionsNobuyoshi Nakada
2021-10-27Update stdlib versionsKazuhiro NISHIYAMA
2021-10-27the core problem is the Proc is not shareableSatoshi Moris Tagomori
2021-10-27random.c: simplify Random object deallocationKazuki Yamaguchi
2021-10-27[rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez
2021-10-27[ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh
2021-10-27Prefer ANSI-style prototypes over old K&R-style definitionsNobuyoshi Nakada
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-26[Bug #18264] Fix memory leak in TracePointPeter Zhu
2021-10-26Fix TypoSteven Nunez
2021-10-27* 2021-10-27 [ci skip]git
2021-10-27Embed bare `double` if `sizeof(double) == sizeof(VALUE)`Nobuyoshi Nakada
2021-10-27Align `RFloat` at VALUE boundaryNobuyoshi Nakada
2021-10-26Fix unaligned access to `double` in RFloatNobuyoshi Nakada
2021-10-26Make new object for negated float as `Float` is always frozen nowNobuyoshi Nakada
2021-10-26Make the metaclass of Refinement explicitlyShugo Maeda
2021-10-26Revert "introduce check code for mysterious EBADF"Koichi Sasada
2021-10-26Revert "check other IO#close calls"Koichi Sasada
2021-10-26Fix typoNobuyoshi Nakada
2021-10-26fix random EBADF problemKoichi Sasada
2021-10-26improve doc coverage [ci skip]卜部昌平
2021-10-26just another evidence that @shyouhei is an idiot [ci skip]卜部昌平
2021-10-26more on eliminating $make卜部昌平
2021-10-26GNUMAKEFLAGS is too new for mac卜部昌平
2021-10-26.github: use GNUMAKEFLAGS instead of JOBS卜部昌平
2021-10-26[rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen
2021-10-25Update YJIT code owners. Revert accidental commit.Maxime Chevalier-Boisvert
2021-10-25Test PRMaxime Chevalier-Boisvert
2021-10-25Add code owners for YJIT sourcesMaxime Chevalier-Boisvert
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-25[Feature #18239] Refactor RVARGC alloc functionsPeter Zhu
2021-10-25[Feature #18239] Add struct for embedded stringsPeter Zhu
2021-10-26ast.c: Use kept script_lines data instead of re-opening the source file (#5019)Yusuke Endoh
2021-10-26* 2021-10-26 [ci skip]git
2021-10-26[rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systemsJean Boussier
2021-10-25Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu
2021-10-25YJIT: Implement duphash (#5009)Ian C. Anderson