aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* De-duplicate parse_st.c code from st.cNobuyoshi Nakada2023-06-241-0/+1
* [Feature #19741] Add yarp to buildsJemma Issroff2023-06-211-0/+1214
* Removed rake-compiler dependency for test-bundled-gemsHiroshi SHIBATA2023-06-141-1/+1
* rexml is also bundled gemsHiroshi SHIBATA2023-06-131-1/+1
* Don't install bundled gems for test-bundled-gems and test-syntax-suggestHiroshi SHIBATA2023-06-131-2/+2
* [Feature #19719] Universal Parseryui-knk2023-06-121-2/+486
* Run test-unit test without rake task to avoid yard dependencyHiroshi SHIBATA2023-06-121-1/+1
* pry is not needed for test-bundled-gemsHiroshi SHIBATA2023-06-121-1/+1
* Added racc dependencyHiroshi SHIBATA2023-06-081-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-0/+1
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-1/+0
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-0/+1
* Fix busy-loop when waiting for file descriptors to closeKJ Tsanaktsidis2023-05-261-0/+10
* Move `ruby_node_name` to node.c and rename prefix of the functionyui-knk2023-05-231-1/+1
* Put `rb_fork` back into process.cNobuyoshi Nakada2023-05-211-1/+0
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-0/+1
* Implement Hash AR tables on VWAPeter Zhu2023-05-171-1/+0
* Process parse.y without temporary filesNobuyoshi Nakada2023-05-151-7/+2
* Use the rb_sys_fail_str macro in signal.cKunshan Wang2023-05-151-0/+1
* Add user argument to some macros used by bisonNobuyoshi Nakada2023-05-141-2/+2
* Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko2023-05-121-3/+4
* Removed commented-out codeHiroshi SHIBATA2023-04-251-1/+1
* Use shorter path as `SPEC_TEMP_DIR`Nobuyoshi Nakada2023-04-211-1/+2
* fake.rb should depend on revision.h [ci skip]Nobuyoshi Nakada2023-04-151-1/+1
* [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