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-10-26
[ruby/json] Compile with std=c99
Jean Boussier
2024-10-26
[ruby/json] convert_UTF8_to_ASCII_only_JSON: apply the same optimization pass
Jean Boussier
2024-10-26
[ruby/json] Reduce encoding benchmark size
Jean Boussier
2024-10-26
[ruby/json] convert_UTF8_to_JSON: repurpose the escape tables into size tables
Jean Boussier
2024-10-26
[ruby/json] Optimize convert_UTF8_to_JSON for mostly ASCII strings
Jean Boussier
2024-10-26
[ruby/json] Ext::Parser avoid costly check on decimal_class when it is nil
Jean Boussier
2024-10-26
[ruby/json] Add test coverage for JSON.load with a Proc
Jean Boussier
2024-10-26
[ruby/json] Limit the size of ParserError exception messages
Jean Boussier
2024-10-26
[ruby/json] parser.c: refactor raise_parse_error
Jean Boussier
2024-10-26
[ruby/json] Get rid of the remaining tabs.
Jean Boussier
2024-10-26
Reduce allocations in `parse` and `load` argument handling
Jean Boussier
2024-10-26
Add more precise documentation for `object_class` and `array_class`
Jean Boussier
2024-10-26
[ruby/json] Annotate the encoding benchmark
Jean Boussier
2024-10-26
Normalize lockfile platforms
David Rodríguez
2024-10-26
[ruby/strscan] [JRuby] Optimize `scan()`: Remove duplicate `if
NAITOH Jun
2024-10-26
[ruby/strscan] [CRuby] Optimize `strscan_do_scan()`: Remove
NAITOH Jun
2024-10-26
[ruby/strscan] Use C90 as far as supporting 2.6 or earlier
Nobuyoshi Nakada
2024-10-26
Bump version
Sutou Kouhei
2024-10-26
[ruby/fiddle] Don't use mkmf to generate dummy Makefile
Sutou Kouhei
2024-10-26
[ruby/fiddle] Suppress -Wundef warnings
Nobuyoshi Nakada
2024-10-26
[ruby/fiddle] Fix Fiddle::Handle.new for a missing library in the
Benoit Daloze
2024-10-25
Make builtin init ifdefs consistent
Takashi Kokubun
2024-10-25
Remove useless freelist unlock/lock in gc_ref_update
Peter Zhu
2024-10-25
[DOC] Tweaks for Array#uniq! (#11950)
Burdette Lamar
2024-10-25
Remove rb_ary_new for parser
S-H-GAMELINKS
2024-10-25
Introduce inline_primary rule
S.H.
2024-10-25
Avoid dangling pointer on cygwin
Daisuke Fujimura (fd0)
2024-10-25
[ruby/reline] Add completion_append_character test
tomoya ishida
2024-10-25
[ruby/rdoc] Remove details markers in HTML documents
Nobuyoshi Nakada
2024-10-25
.travis.yml: Skip document only commit and merge for bot
Nobuyoshi Nakada
2024-10-25
.travis.yml: Drop arm32-linux case.
Jun Aruga
2024-10-25
[Misc #20810] Reenable Travis CI.
Nobuyoshi Nakada
2024-10-24
[DOC] Tweaks for Array#union
BurdetteLamar
2024-10-24
[DOC] Tweaks for Array#transpose
BurdetteLamar
2024-10-24
[ruby/reline] nonprinting_start and nonprinting_end should be
tomoya ishida
2024-10-24
Fix shared GC with -DRUBY_DEBUG
Matt Valentine-House
2024-10-24
Fix shared-gc build task
Matt Valentine-House
2024-10-24
append completion_append_character only when continous completion is … (#764)
Wu
2024-10-24
Fix potential issue in wmap_cmp for dead entries
Peter Zhu
2024-10-24
[ruby/zlib] Reduce `ensure` nesting
Nobuyoshi Nakada
2024-10-24
[ruby/zlib] Tell gcc-14 that `Qnil` is not passed to `gzfile_calc_crc`
Nobuyoshi Nakada
2024-10-24
Bump actions/checkout in /.github/actions/setup/directories
dependabot[bot]
2024-10-24
[rubygems/rubygems] [SpecFetcher tests] Use >3 character long fake gem name.
Ellen Marie Dash
2024-10-24
[rubygems/rubygems] [SpecFetcher] Change < to <= like it should be.
Ellen Marie Dash
2024-10-24
[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...
Guilherme Carreiro
2024-10-23
[ruby/rdoc] Red-based darkfish color scheme
Stan Lo
2024-10-23
[rubygems/rubygems] [SpecFetcher] Avoid unneeded string allocation.
Ellen Marie Dash
2024-10-23
[rubygems/rubygems] [SpecFetcher] Bail before calling available_specs()
Ellen Marie Dash
2024-10-23
[rubygems/rubygems] Replace .map{...}.compact with .filter_map {...}
Ellen Marie Dash
2024-10-23
[rubygems/rubygems] Add another bail-early condition to suggest_gems_from_nam...
Ellen Marie Dash
[next]