index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)
Maxime Chevalier-Boisvert
2022-09-09
1
-24
/
+31
*
* 2022-09-10 [ci skip]
git
2022-09-10
1
-1
/
+1
*
Better offsets (#6315)
Kevin Newton
2022-09-09
7
-91
/
+133
*
[rubygems/rubygems] Fix resolution on non-musl platforms
David Rodríguez
2022-09-09
2
-1
/
+34
*
[DOC] Update `Struct#new` behavior with `keyword_init: true`
Nobuyoshi Nakada
2022-09-09
1
-3
/
+4
*
Avoid unnecessary copying when removing the leading part of a string
Kazuki Yamaguchi
2022-09-09
1
-1
/
+0
*
Support sub-library in builtin-loader
Nobuyoshi Nakada
2022-09-09
2
-65
/
+41
*
More robust macro parser (#6343)
Aaron Patterson
2022-09-09
3
-16
/
+214
*
Move RDoc `--`/`++` directives to comments
Nobuyoshi Nakada
2022-09-09
1
-1
/
+1
*
Built-in function table sentinels do not need names
Nobuyoshi Nakada
2022-09-09
1
-1
/
+1
*
Fix unexpected "duplicated key name" error in paren-less one line pattern mat...
Kazuki Tsujimoto
2022-09-09
2
-4
/
+24
*
Ignore EACCES on Windows
Nobuyoshi Nakada
2022-09-09
1
-1
/
+1
*
Remove as many unnecessary moves as possible (#6342)
v3_2_0_preview2
Kevin Newton
2022-09-08
3
-39
/
+76
*
No longer bundle external library sources
Nobuyoshi Nakada
2022-09-09
2
-24
/
+0
*
* 2022-09-09 [ci skip]
git
2022-09-09
1
-1
/
+1
*
eliminate magic number
YO4
2022-09-09
1
-1
/
+1
*
win32.c additional fix: is_readable_console
YO4
2022-09-09
1
-0
/
+5
*
win32.c fix: is_readable_console
YO4
2022-09-09
1
-1
/
+1
*
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-09-08
10
-122
/
+117
*
[Win32] Remove dead code using `chsize`
Nobuyoshi Nakada
2022-09-08
1
-40
/
+4
*
vm_objtostring: skip method lookup for T_STRING receivers
Jean Boussier
2022-09-08
1
-3
/
+6
*
rb_str_concat_literals: use rb_str_buf_append
Jean Boussier
2022-09-08
2
-2
/
+11
*
[rubygems/rubygems] Fix unused variable warning
David Rodríguez
2022-09-08
1
-2
/
+0
*
Process token IDs from id.def without id.h
Nobuyoshi Nakada
2022-09-08
3
-12
/
+8
*
Generate token ID indexes in id.def
Nobuyoshi Nakada
2022-09-08
3
-9
/
+7
*
[Bug #18997] Don't define ruby_qsort when POSIX qsort_r is available
Xin Li
2022-09-08
1
-2
/
+4
*
[ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-c...
rm155
2022-09-08
1
-0
/
+2
*
[ruby/ipaddr] Improve Ractor-compliance
rm155
2022-09-08
1
-2
/
+2
*
[MSWin] Fix for non-Windows (cygwin/msys) BASERUBY
Nobuyoshi Nakada
2022-09-08
1
-0
/
+1
*
[MSWin] Disable rubygems of BASERUBY
Nobuyoshi Nakada
2022-09-08
1
-1
/
+1
*
[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`
Nobuyoshi Nakada
2022-09-08
2
-8
/
+41
*
* 2022-09-08 [ci skip]
git
2022-09-08
1
-1
/
+1
*
Resync Bundler & RubyGems
David Rodríguez
2022-09-08
86
-662
/
+814
*
Fix missing replacement in 1f91dcdab3b
Nobuyoshi Nakada
2022-09-07
1
-1
/
+1
*
Dump cross.rb only when verbose [ci skip]
Nobuyoshi Nakada
2022-09-07
2
-3
/
+4
*
Define BOOTSTRAPRUBY from HAVE_BASERUBY
Nobuyoshi Nakada
2022-09-07
4
-12
/
+10
*
Fix typo
Takashi Kokubun
2022-09-07
1
-1
/
+1
*
Adjust pch_status for --mjit=pause
Takashi Kokubun
2022-09-06
1
-1
/
+2
*
Skip early mjit_add_iseq_to_process on --mjit=pause
Takashi Kokubun
2022-09-06
1
-1
/
+1
*
Now Psych uses the proleptic Gregorian calendar
Nobuyoshi Nakada
2022-09-07
1
-4
/
+0
*
Skip calling check_unit_queue with mjit_opts.custom
Takashi Kokubun
2022-09-06
1
-0
/
+1
*
Use BOOTSTRAPRUBY_COMMAND instead of fake.rb directly
Nobuyoshi Nakada
2022-09-07
1
-1
/
+1
*
Ensure BASERUBY when cross-compiling
Nobuyoshi Nakada
2022-09-07
2
-0
/
+9
*
[ruby/psych] Bump snakeyaml from 1.28 to 1.31
Chad Wilson
2022-09-07
1
-1
/
+1
*
[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as Time
Nobuyoshi Nakada
2022-09-07
4
-10
/
+32
*
fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67a
Hiroshi SHIBATA
2022-09-07
1
-3
/
+1
*
Add another method for debugging
Takashi Kokubun
2022-09-07
1
-0
/
+6
*
[rubygems/rubygems] Fix: Gem info bug with version flag
Antonio Paulino
2022-09-07
2
-2
/
+28
*
Drop an unused method for debugging
Takashi Kokubun
2022-09-07
1
-7
/
+4
*
* 2022-09-07 [ci skip]
git
2022-09-07
1
-1
/
+1
[next]