index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common.mk
Age
Commit message (
Expand
)
Author
2024-08-08
Make YJIT a GC root rather than an object (#11343)
Peter Zhu
2024-08-07
CI: Run annocheck for libruby.so
Jun Aruga
2024-07-26
Put the default GC implementation back into gc.o
Alan Wu
2024-07-16
Set `BUILDING_SHARED_GC` when building shared GC
Peter Zhu
2024-07-15
Add gc/gc.h for functions in gc.c and used by GC implementations
Peter Zhu
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-12
Add gc/gc_impl.h for GC implementation headers
Peter Zhu
2024-07-11
Rename gc/gc_impl.c to gc/default.c
Peter Zhu
2024-07-11
Move gc_impl.c to gc/gc_impl.c
Peter Zhu
2024-07-08
Add make target shared-gc
Peter Zhu
2024-07-08
Implement Hash.new(capacity:)
Jean Boussier
2024-07-03
[Feature #20470] Update dependencies
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-05
[PRISM] Strip out common.mk for pm_string_list
Kevin Newton
2024-06-02
Eliminate internal uses of `Data_Wrap_Struct`
Jean Boussier
2024-06-02
Add `nightly` recipe
Nobuyoshi Nakada
2024-05-26
Prevent test-bundled-gems outputs from mixing
Nobuyoshi Nakada
2024-05-20
[PRISM] Remove old prism spec workflow, just use default.mspec now
Kevin Newton
2024-05-09
test-syntax-suggest is not working with mswin environment
Hiroshi SHIBATA
2024-04-27
ruby tool/update-deps --fix
卜部昌平
2024-04-24
Update common.mk dependencies
Kevin Newton
2024-04-24
[PRISM] Generate inspect_visitor in common.mk
Kevin Newton
2024-04-24
[DOC] Wait for `docs` to complete before installing all
Nobuyoshi Nakada
2024-04-23
Refactor parser compile functions
yui-knk
2024-04-20
Parser and universal parser share wrapper functions
yui-knk
2024-04-19
Use isolated temporary directory in test-all too for RubyGems tests
Nobuyoshi Nakada
2024-04-19
Remove UPDATE_LIBRARIES
Nobuyoshi Nakada
2024-04-17
[PRISM] Generate the reflection file
Kevin Newton
2024-04-17
[PRISM] Remove old make targets for state stack
Kevin Newton
2024-04-17
Separate docs task from main to install-*
Hiroshi SHIBATA
2024-04-04
Move shareable_constant_value logic from parse.y to compile.c
yui-knk
2024-03-28
Clean symlinks to be runnable [ci skip]
Nobuyoshi Nakada
2024-03-25
YJIT: Propagate Array, Hash, and String classes (#10323)
Takashi Kokubun
2024-03-24
Remove never used macros related to RJIT [ci skip]
Nobuyoshi Nakada
2024-03-20
[PRISM] Enable specs in CI
Kevin Newton
2024-03-18
[PRISM] Remove unnecessary dependencies in common.mk
Kevin Newton
2024-03-10
Clean intermediate files and debug info for each target
Nobuyoshi Nakada
2024-03-07
Clean up files made by runnable in clean-runnable [ci skip]
Nobuyoshi Nakada
2024-03-07
Clean up dump file generated by `--yjit-exit-locations` [ci skip]
Nobuyoshi Nakada
2024-03-06
[PRISM] Update dependencies for prism diagnostics
Kevin Newton
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-02-23
Update common.mk
Peter Zhu
2024-02-23
YJIT: Lazily push a frame for specialized C funcs (#10080)
Takashi Kokubun
2024-02-23
[PRISM] Use new static literal comparisons
Kevin Newton
2024-02-22
[PRISM] Integrate new number parsing
Kevin Newton
2024-02-22
Extract imemo functions from gc.c into imemo.c
Peter Zhu
2024-02-21
Separate miniruby from dmyext.c
Nobuyoshi Nakada
2024-02-21
Introduce NODE_REGX to manage regexp literal
yui-knk
2024-02-19
Don't exclude `test_gem_package_task.rb` explicitly.
Hiroshi SHIBATA
2024-02-16
Fix PRISM build dependencies
Alan Wu
[next]