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
path:
root
/
ruby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RB_WARN_CATEGORY_DEFAULT_BITS
Jean Boussier
2023-04-14
1
-3
/
+3
*
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
1
-0
/
+4
*
YJIT: Add a sampling option to exit tracing (#7693)
Adam Hess
2023-04-13
1
-5
/
+7
*
[Bug #19584] Register global variable address before assignment
Nobuyoshi Nakada
2023-04-07
1
-1
/
+1
*
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-04-04
1
-6
/
+2
*
RJIT: Prefix rjit_options with rb_
Takashi Kokubun
2023-03-18
1
-1
/
+1
*
RJIT: Implement --rjit-trace-exits
Takashi Kokubun
2023-03-12
1
-0
/
+2
*
RJIT: Stop allowing leaked globals rjit_*
Takashi Kokubun
2023-03-08
1
-10
/
+10
*
Update documentation about RJIT
Takashi Kokubun
2023-03-07
1
-3
/
+3
*
Update options available in RJIT
Takashi Kokubun
2023-03-07
1
-11
/
+11
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-25
/
+25
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-17
/
+17
*
Skip compiling at_exit without --mjit-stats
Takashi Kokubun
2023-03-05
1
-0
/
+2
*
YJIT: Fix default call threshold in help (#7424)
Takashi Kokubun
2023-03-02
1
-1
/
+1
*
Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"
Takashi Kokubun
2023-02-27
1
-23
/
+0
*
reuse open(2) from rb_file_load_ok on POSIX-like system
Eric Wong
2023-02-26
1
-0
/
+23
*
Fix a typo
Nobuyoshi Nakada
2023-02-01
1
-1
/
+1
*
Suppress an unused-function warning
Nobuyoshi Nakada
2023-02-01
1
-0
/
+2
*
Make sure RUBY_YJIT_ENABLE only enables YJIT for truthy values (#7208)
Maxime Chevalier-Boisvert
2023-01-31
1
-1
/
+19
*
YJIT: Make --yjit-stats always visible on --help (#6946)
Takashi Kokubun
2022-12-19
1
-2
/
+0
*
YJIT: Change the default mem size to 64MiB (#6912)
Takashi Kokubun
2022-12-13
1
-1
/
+1
*
Make it so YJIT is no longer marked as experimental (#6909)
Maxime Chevalier-Boisvert
2022-12-12
1
-4
/
+4
*
Update YJIT warning, mention need to install rustc (#6873)
Maxime Chevalier-Boisvert
2022-12-07
1
-1
/
+2
*
[Bug #19016] `SyntaxError` with parser error messages
Nobuyoshi Nakada
2022-11-22
1
-2
/
+3
*
YJIT: Lazily enable YJIT after prelude (#6597)
Takashi Kokubun
2022-10-24
1
-18
/
+15
*
Move "special consts" so `Qundef` and `Qnil` differ just 1 bit
Nobuyoshi Nakada
2022-10-20
1
-0
/
+1
*
Remove a leftover comment [ci skip]
Takashi Kokubun
2022-10-19
1
-2
/
+0
*
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-19
1
-5
/
+10
*
Assert for RTEST that Qnil and Qfalse differ just 1 bit
Nobuyoshi Nakada
2022-10-19
1
-0
/
+3
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-0
/
+7
*
Allow abbreviated dump options with additional options
Nobuyoshi Nakada
2022-10-09
1
-6
/
+44
*
Support "+error-tolerant" as ruby option
yui-knk
2022-10-08
1
-3
/
+12
*
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-04
1
-6
/
+12
*
Prefer stdbool for MJIT options
Takashi Kokubun
2022-09-03
1
-1
/
+1
*
Setup SyntaxSuggest as default gem
schneems
2022-08-19
1
-0
/
+6
*
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-08-15
1
-10
/
+10
*
Duplicate libruby self path
Nobuyoshi Nakada
2022-08-07
1
-1
/
+7
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-08-06
1
-1
/
+2
*
Add `-bundle_loader` to mjit compilation args on macOS
Yuta Saito
2022-08-04
1
-3
/
+15
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-924
/
+924
*
See the environment variable and then check if JIT options conflict
Nobuyoshi Nakada
2022-07-08
1
-5
/
+5
*
[Bug #18892] Reset `ARGF.lineno` after reading shebang
Nobuyoshi Nakada
2022-07-07
1
-0
/
+3
*
Fallback to the default JIT only when no JIT is enabled
Nobuyoshi Nakada
2022-07-02
1
-15
/
+22
*
Remove redundant parentheses [ci skip]
Nobuyoshi Nakada
2022-07-01
1
-1
/
+1
*
Make `FEATURE_SET_P` macro to include `FEATURE_BIT`
Nobuyoshi Nakada
2022-06-30
1
-7
/
+7
*
Do not call `exit()` directly
Nobuyoshi Nakada
2022-06-29
1
-1
/
+1
*
When YJIT is not built, hide options and use MJIT for --jit
Alan Wu
2022-06-23
1
-6
/
+6
*
Include JIT information in crash reports
Chris Seaton
2022-06-20
1
-3
/
+3
*
Rust YJIT
Alan Wu
2022-04-27
1
-33
/
+20
[next]