summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21rb_define_method: dedicated overload for rb_f_notimplement卜部昌平
2022-09-21avoid ANYARGS卜部昌平
2022-09-21vm_insnhelper.c: add casts卜部昌平
2022-09-21obj_refer_only_sharables_p_i: need derefernce卜部昌平
2022-09-21syserr_initialize: delete redundant strerror() declaration卜部昌平
2022-09-21LLVM 15 released卜部昌平
2022-09-20Guard `--yjit-stats` behind `#[cfg(feature = "stats")]` (#6409)Maxime Chevalier-Boisvert
2022-09-20YJIT: Support MAKE=bmake for release buildAlan Wu
2022-09-20Try to ignore a noisy ASAN warning for continuationYusuke Endoh
2022-09-20[DOC] socket: fix wrong sample addresses (#6372)Sutou Kouhei
2022-09-20Quiet if the target is already linked the same sourceNobuyoshi Nakada
2022-09-20Ignore EPERM which means already being process-leaderNobuyoshi Nakada
2022-09-20Fix the trailing comma comment for builtin [ci skip]Takashi Kokubun
2022-09-20Support trailing commas in builtinTakashi Kokubun
2022-09-20YJIT: Show --yjit-stats of railsbench on CI (#6403)Takashi Kokubun
2022-09-20[ruby/psych] Convert some of Parser#parse to RubyAaron Patterson
2022-09-19[ruby/bigdecimal] Remove symbol defs in missing.h for old RubiesPeter Zhu
2022-09-19[ruby/bigdecimal] Remove array defs in missing.h for old RubiesPeter Zhu
2022-09-19YJIT: Check if the processor supports --yjit-stats (#6401)Takashi Kokubun
2022-09-19Reduce fork calls in daemonNobuyoshi Nakada
2022-09-19Add another test for `Process.daemon`Nobuyoshi Nakada
2022-09-19Stop recommending duplicated options [ci skip] (#6400)Takashi Kokubun
2022-09-19Only exit if ruby2_keywords and splat together (#6395)Jimmy Miller
2022-09-19Fix the option name in the error message [ci skip]Nobuyoshi Nakada
2022-09-19Extract UNICODE_DOWNLOADERNobuyoshi Nakada
2022-09-19Downloader: Define long option aliasesNobuyoshi Nakada
2022-09-19Downloader: Define per-class command line optionsNobuyoshi Nakada
2022-09-18Include lib/mjit/instruction.rb in a snapshotTakashi Kokubun
2022-09-18Move mjit/instruction.rb rule to common.mkTakashi Kokubun
2022-09-18Update bindgen crate (#6397)Takashi Kokubun
2022-09-18Introduce --basedir to insns2vm.rbTakashi Kokubun
2022-09-18Revert "Preserve the directory structure under tool/ruby_vm/views"Takashi Kokubun
2022-09-18Preserve the directory structure under tool/ruby_vm/viewsTakashi Kokubun
2022-09-18Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun
2022-09-18Replace revision.tmp with the HAVE_BASERUBY trickTakashi Kokubun
2022-09-17Always generate non-empty revision.hTakashi Kokubun
2022-09-17Remove git command existence check againTakashi Kokubun
2022-09-17Fallback to VCS.release_date on VCS::NotFoundErrorTakashi Kokubun
2022-09-17Skip test_wait on MinGW CITakashi Kokubun
2022-09-17Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun
2022-09-17Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada
2022-09-17Derive UNICODE_EMOJI_VERSION from UNICODE_VERSIONNobuyoshi Nakada
2022-09-17Emoji files header changed at 15.0 againNobuyoshi Nakada
2022-09-17Follow emoji data files header changeNobuyoshi Nakada
2022-09-17[Bug #19005] dynamic_lookup linker option in external librariesNobuyoshi Nakada
2022-09-17* 2022-09-17 [ci skip]git
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-16[ci skip] Fix typos in documentation in io.cPeter Zhu
2022-09-16Invalidate i-cache after link_labels (#6388)Takashi Kokubun
2022-09-16Update bundled_gemsKoichi Sasada