aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* [DOC] common.mk deals with various `make` varietiesAlan Wu2023-04-131-0/+2
* Emit a performance warning when a class reached max variationsJean Boussier2023-04-131-0/+2
* Expose rb_sym_to_proc via RJITAaron Patterson2023-04-071-0/+1
* Update VPATH for socket, & dependenciesMatt Valentine-House2023-04-061-0/+264
* YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun2023-04-051-0/+4
* Revert "Fix transient heap mode"Aaron Patterson2023-04-041-2/+0
* Implement `Process.warmup`Jean Boussier2023-04-041-0/+2
* Update Makefile dependenciesMatt Valentine-House2023-03-171-0/+20
* Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.hMatt Valentine-House2023-03-151-0/+1
* Add btest-bruby targetTakashi Kokubun2023-03-121-0/+8
* RJIT: Update dependenciesTakashi Kokubun2023-03-121-0/+1
* Move WeakMap and WeakKeyMap code to weakmap.cPeter Zhu2023-03-101-0/+165
* Allow enabling YJIT and RJIT independently (#7474)Takashi Kokubun2023-03-071-461/+464
* s/mjit/rjit/Takashi Kokubun2023-03-061-472/+472
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun2023-03-061-2/+0
* Remove obsoleted mjit_config.hTakashi Kokubun2023-03-061-5/+0
* Drop obsoleted MJIT header (#7458)Takashi Kokubun2023-03-061-29/+1
* Update dependenciesTakashi Kokubun2023-03-051-0/+18
* Rewrite Ractor synchronization mechanismKoichi Sasada2023-03-021-0/+1
* Update the depend filesMatt Valentine-House2023-02-281-85/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-85/+0
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-241-0/+1
* Add information about runirb in make helpKaĆ­que Kandy Koga2023-02-241-0/+1
* Clone bundled gem sources only if GIT is availableNobuyoshi Nakada2023-02-221-1/+1
* Clone and create dummy gemspec in sequential buildNobuyoshi Nakada2023-02-221-0/+14
* Encapsulate RCLASS_ATTACHED_OBJECTJean Boussier2023-02-151-3/+5
* [DOC] Fix the help messages for cleanNobuyoshi Nakada2023-02-101-2/+2
* Merge gc.h and internal/gc.hMatt Valentine-House2023-02-091-18/+3
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+81
* Document BUNDLED_GEMS in make testTakashi Kokubun2023-01-311-1/+1
* YJIT: Fix shared/static library symbol leaksAlan Wu2023-01-271-0/+1
* Enable code-coverage result for test-syntax-suggestHiroshi SHIBATA2023-01-261-1/+2
* [Bug #19340] Fix bundle gems with test revisionNobuyoshi Nakada2023-01-261-4/+4
* Support simplecov-0.22.0.Hiroshi SHIBATA2023-01-251-1/+1
* update-coverage needs to build ruby and all C-ext librariesHiroshi SHIBATA2023-01-231-1/+1
* Run `after-update` in the same main make process [ci skip]Nobuyoshi Nakada2023-01-201-1/+1
* Pin simplecov-0.20.0Hiroshi SHIBATA2023-01-181-1/+1
* Switch to use gem version of simplecov, not git cloneHiroshi SHIBATA2023-01-181-6/+4
* benchmark_driver v0.16.3Takashi Kokubun2023-01-171-1/+1
* test-syntax-suggest is now part of make checkHiroshi SHIBATA2023-01-171-1/+1
* Added make exam to help messageHiroshi SHIBATA2023-01-171-0/+1
* Added test-syntax-suggest to help messageHiroshi SHIBATA2023-01-171-0/+1
* SimpleCov is hosted under simplecov-ruby org nowHiroshi SHIBATA2023-01-171-2/+2
* YJIT: Use ThinLTO for Rust parts in release modeAlan Wu2023-01-161-0/+1
* Do not depend on `REVISION_H`Nobuyoshi Nakada2023-01-151-2/+2
* Move the dependency of makefiles on revision header [ci skip]Nobuyoshi Nakada2023-01-141-0/+3
* Suppressing installation messages with test-bundlerHiroshi SHIBATA2023-01-121-1/+1
* Suppressing pending messages with RSpecHiroshi SHIBATA2023-01-111-6/+6
* Allow overriding a gdb command on `make gdb`Takashi Kokubun2023-01-091-1/+2