summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2021-10-20Add concatstrings to yjit codegen (#58)John Hawthorn
2021-10-20Update common.mkMaxime Chevalier-Boisvert
2021-10-20Remove token_paste.h dep from common.mkMaxime Chevalier-Boisvert
2021-10-20update depsAaron Patterson
2021-10-20Get rid of dependency on rb_call_cacheAlan Wu
2021-10-20YJIT: lazy polymorphic getinstancevariableAlan Wu
2021-10-20Yet Another Ruby JIT!Jose Narvaez
2021-10-20uJIT: Implement opt_getinlinecacheAlan Wu
2021-10-20Ujit bug fixesAlan Wu
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Directly link libcapstone for easier developmentAaron Patterson
2021-10-20Update dependenciesAlan Wu
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20Update dependenciesAlan Wu
2021-10-20Update dependencyAlan Wu
2021-10-20Run ruby tool/update-deps --fixAlan Wu
2021-10-20Refactor ujit_examples.h generator. Remove dwarfdump dependencyAlan Wu
2021-10-20Don't assume srcdir is cwdAlan Wu
2021-10-20Add function to print strings from generated codeMaxime Chevalier-Boisvert
2021-10-20Fix typoAlan Wu
2021-10-20Fix dependency for ujit_examples.hAlan Wu
2021-10-20Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert
2021-10-20Progress on x86 assembler. Encode a few simple instructions.Maxime Chevalier-Boisvert
2021-10-20Progress on porting x86 assembler for MicroJITMaxime Chevalier-Boisvert
2021-10-20Yeah, this actually works!Alan Wu
2021-10-12Suppress some messages on building mjit headerKazuhiro NISHIYAMA
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-10-05introduce debug.gemKoichi Sasada
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-09-28lldb: Show encoding of String [ci skip]Nobuyoshi Nakada
2021-09-26Fix dependency of verconf.hNobuyoshi Nakada
2021-09-21Explicit the target of do-install-all as the same as dont-install-allNobuyoshi Nakada
2021-09-21Ripper source on mswinNobuyoshi Nakada
2021-09-20Add gvl and fiber assertions to scheduler interface to catch invalid usage.Samuel Williams
2021-09-11Check ruby-related includes only [ci skip]Nobuyoshi Nakada
2021-09-11Removed minitest dir from make taskHiroshi SHIBATA
2021-09-10common.mk: update dependencies卜部昌平
2021-08-27Update the list of replacing objects under missingNobuyoshi Nakada
2021-08-27Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada
2021-08-25tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-24Revert "tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf"Yusuke Endoh
2021-08-24tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-24Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada
2021-08-13ruby/spec no longer needs webrick to runBenoit Daloze
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-07-27Change Unicode Emoji Version from 13.0 to 13.1Martin Dürst
2021-07-19Remove unneeded quotes [ci skip]Nobuyoshi Nakada
2021-07-16Add debug assertion in `rb_funcall*` that the current thread has the gvl.Samuel Williams