summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2022-05-16`annobin` works only when targeting FedoraNobuyoshi Nakada
2022-05-16Add `make test-annocheck` to detect security issues.Jun Aruga
2022-04-27Rust YJITAlan Wu
2022-04-07Obey spec file locations to rubygemsNobuyoshi Nakada
2022-04-05Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada
2022-03-31Remove github and git related files from extracted bundled gemsNobuyoshi Nakada
2022-03-30Update dependenciesYusuke Endoh
2022-03-16add Unicode auxiliary files and Unicode UCD emoji files download for ALWAYS_U...Martin Dürst
2022-03-13switch UNICODE_BETA back to NOMartin Dürst
2022-03-13update Unicode Version to 14.0.0 and Emoji version to 14.0Martin Dürst
2022-03-09exts.mk.tmpl: propagate MINIRUBY to enc.mk even though invoking from exts.mkYuta Saito
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-02-21[DOC] Set the documentation title and main pageNobuyoshi Nakada
2022-02-01Try make this more readable and consistent with other targetsDavid Rodríguez
2022-02-01Tweaks to freeze bundler CIDavid Rodríguez
2022-01-15Transfer the responsibility for MJIT options to mjit.cNobuyoshi Nakada
2022-01-14Get rid of building main again when test-bundled-gemsNobuyoshi Nakada
2022-01-02Run the prerequisites of test-bundled-gems in orderNobuyoshi Nakada
2021-12-25Revert "Do not include external library sources into packages"NARUSE, Yui
2021-12-23Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams
2021-12-22Extended interface for IO::Buffer & documentation.Samuel Williams
2021-12-21rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito
2021-12-15use `RB_VM_LOCK_ENTER()`Koichi Sasada
2021-12-15Update dependenciesNobuyoshi Nakada
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-21Update dependenciesNobuyoshi Nakada
2021-11-21Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh
2021-11-19optimize `Struct` getter/setterKoichi Sasada
2021-11-19GC measurement featureKoichi Sasada
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-10-28add `make runirb` ruleKoichi Sasada
2021-10-25YJIT: Implement duphash (#5009)Ian C. Anderson
2021-10-25process.c: Add Process._fork (#5017)Yusuke Endoh
2021-10-23Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip]Nobuyoshi Nakada
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Actually, tabs are okay in MakefileAlan Wu
2021-10-20Expand tabsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Remove yjit_backend to help with upstreamingAlan Wu
2021-10-20Put YJIT into a single compilation unitAlan Wu
2021-10-20Fix changes from rebaseNoah Gibbs
2021-10-20TracePoint supportAlan Wu
2021-10-20Add toregexp to yjiteileencodes
2021-10-20Add getglobal to yjiteileencodes
2021-10-20Remove the scraperAaron Patterson
2021-10-20Add YJIT.enabled?John Hawthorn