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
Age
Commit message (
Expand
)
Author
2024-02-13
[PRISM] Refactors to use more locations
Kevin Newton
2024-02-13
[PRISM] Stop passing parser around so much
Kevin Newton
2024-02-13
[PRISM] Switch to locations for PM_ALIAS_GLOBAL_VARIABLE_NODE, PM_ALIAS_METHO...
Kevin Newton
2024-02-13
[PRISM] Brace style in prism_compile.c
Kevin Newton
2024-02-13
[PRISM] Fix lambda start column number
Nikita Vasilevsky
2024-02-13
[PRISM] Combine hash compilation between hashes and keywords
Kevin Newton
2024-02-13
[PRISM] Fix compilation of hash with multiple merges
Kevin Newton
2024-02-13
[ruby/prism] Fix `full_name` for constant path targets
Vinicius Stock
2024-02-13
[ruby/irb] Fix SourceFinder's constant evaluation issue
Stan Lo
2024-02-13
[ruby/irb] Refactor eval_path and `SourceFinder::Source`
Stan Lo
2024-02-13
extract-gems before nmake in Visual Studio workflow
Benoit Daloze
2024-02-13
Revert "Try `nmake install` before `nmake test-spec`"
Benoit Daloze
2024-02-13
[ruby/reline] C for vi mode
Otávio Schwanck dos Santos
2024-02-13
Remove duplicate path-ignore entries [ci skip]
Nobuyoshi Nakada
2024-02-13
Use dedicated parser_string hash function
yui-knk
2024-02-13
[rubygems/rubygems] Update SPDX license list as of 2024-02-08
License Update
2024-02-13
Fix typo in asan section of building_ruby.md docs
KJ Tsanaktsidis
2024-02-13
Fix [Bug #20246]: Don't set next_head_exact if a capture is called (#9897)
Hiroya Fujinami
2024-02-13
Warn duplication of `__ENCODING__` on the hash
yui-knk
2024-02-12
Comply with doc guide
BurdetteLamar
2024-02-12
YJIT: Fix kwrest calls setting SP with uninit values
Alan Wu
2024-02-12
Replace assert with RUBY_ASSERT in weakmap.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in thread_sync.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in rational.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in range.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in numeric.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in load.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in id_table.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in enum.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in darray.h
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in complex.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in compile.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in bignum.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in array.c
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in string.c
Peter Zhu
2024-02-12
[ruby/prism] Fix typo in class variable name error
Kevin Newton
2024-02-12
More on auto-link (#9907)
Burdette Lamar
2024-02-12
Enable redefinition check for rbinc methods
Nobuyoshi Nakada
2024-02-12
[PRISM] Check full lines for invalid UTF-8
Kevin Newton
2024-02-12
YJIT: Add support for `**kwrest` parameters
Alan Wu
2024-02-12
[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_lines
tomoya ishida
2024-02-12
Allow `foo(**nil, &block_arg)`
Alan Wu
2024-02-12
[ruby/prism] Error messages closer to CRuby
Kevin Newton
2024-02-12
YJIT: Prefer an overloaded cme if available (#9913)
Takashi Kokubun
2024-02-12
[ruby/prism] ruby_parser translator
Kevin Newton
2024-02-12
proc.c: get rid of `CLONESETUP`
Jean Boussier
2024-02-12
YJIT: Adjust the padding size of counts automatically (#9912)
Takashi Kokubun
2024-02-12
YJIT: Fix insufficient type guards (#9911)
Takashi Kokubun
2024-02-12
[ruby/prism] Fix unary not location
Kevin Newton
2024-02-12
[ruby/prism] Move Prism::RipperCompat to Prism::Translation::Ripper
Noah Gibbs
[next]