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
/
defs
Age
Commit message (
Expand
)
Author
6 days
Update default gemspecs after update
Nobuyoshi Nakada
2026-04-30
Rename `putstring` instruction as `dupstring`
Jean Boussier
2026-04-09
Suppress rev-parse error message when out-of-place build
Nobuyoshi Nakada
2026-04-01
Fix sending backtraces across ractors
Jean Boussier
2026-03-19
Remove duplicate dependency
Nobuyoshi Nakada
2026-03-13
Use Prism for mk_builtin_loader.rb
Kevin Newton
2026-03-12
Fix `rdoc:%` target for bundled rdoc
Nobuyoshi Nakada
2026-02-26
git must in in the source tree instead of the build directory
Nobuyoshi Nakada
2026-02-24
Use rev-parse HEAD instead of log --format=%H -1
NARUSE, Yui
2026-02-20
Group rubyspec_capiext
Nobuyoshi Nakada
2026-02-07
Clean rust target when rustc bumped up
Nobuyoshi Nakada
2026-01-14
Silence building rubyspec-capiext [ci skip]
Nobuyoshi Nakada
2026-01-11
Push the commits to the origin at `make matz` [ci skip]
Nobuyoshi Nakada
2026-01-06
Support customizable rustc_flags for rustc builds.
Jarek Prokop
2025-12-20
[Bug #21792] Build rubyspec-capiext only when excuting `test-spec`
Mike Dalessio
2025-12-17
JITs: Pass down GNU make jobserver resources when appropriate
Alan Wu
2025-12-14
Export `GIT`
Nobuyoshi Nakada
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-10
JITs: Drop cargo and use just rustc for release combo build
Alan Wu
2025-12-10
JITs: Move cargo-specific variables into conditional
Alan Wu
2025-11-27
Remove an excess colon [ci skip]
Nobuyoshi Nakada
2025-11-08
Use DOT_WAIT for old GNU make [ci skip]
Nobuyoshi Nakada
2025-11-01
[DOC] How to use `make matz`
Nobuyoshi Nakada
2025-11-01
Flush NEWS.md only when NEW is not given
Nobuyoshi Nakada
2025-10-30
Take `MAJOR` and `MINOR` from `$(NEW)` if given
Nobuyoshi Nakada
2025-09-16
Expect `git -C <path>` to work
Nobuyoshi Nakada
2025-09-11
ZJIT: Move jit.rs to ruby.rs and create a shared crate `jit`
Aiden Fox Ivey
2025-08-28
Abandon `ruby` target on the others than GNU make
Nobuyoshi Nakada
2025-08-18
Add the recipe to fix/update depend files
Nobuyoshi Nakada
2025-08-12
Handle preperly comments in middle of lines in gems/bundled_gems
Nobuyoshi Nakada
2025-07-25
Split autogenerated dependency to depend file from common.mk
Hiroshi SHIBATA
2025-07-16
DRY up CARGO_VERBOSE for JITs
Alan Wu
2025-06-09
Fetch only necessary commits of bundled gems
Nobuyoshi Nakada
2025-06-07
Revert "[Bug #21388] Make snapshots of gems"
Nobuyoshi Nakada
2025-06-07
[Bug #21388] Make snapshots of gems
Nobuyoshi Nakada
2025-05-31
prepare IDs for `Ractor::monitor`
Koichi Sasada
2025-05-21
JITs: Add back MACOSX_DEPLOYMENT_TARGET=11.0 setting to avoid warning
Alan Wu
2025-05-21
Add jit.rs as dependency in Makefile
Alan Wu
2025-05-15
YJIT: ZJIT: Allow both JITs in the same build
Alan Wu
2025-05-12
Do not let files depend on a phony target
Nobuyoshi Nakada
2025-05-12
digest.so needs ruby/digest.h which is installed by build-ext
Nobuyoshi Nakada
2025-05-12
Revert "Try removing building C API specs in CRuby makefiles entirely"
Nobuyoshi Nakada
2025-05-09
Try removing building C API specs in CRuby makefiles entirely
Benoit Daloze
2025-05-09
Try fixing building C API specs with make
Andrew Konchin
2025-04-18
Add zjit.mk
Takashi Kokubun
2024-12-23
Revert "[Bug #20965] Define `it` like an ordinary argument" (#12418)
Takashi Kokubun
2024-12-18
[Bug #20965] Define `it` like an ordinary argument (#12398)
Nobuyoshi Nakada
2024-12-12
[Feature #20884] Reserve "Ruby" toplevel name
Nobuyoshi Nakada
2024-11-29
Warn when redefining __id__ as well as object_id
John Hawthorn
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
[next]