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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Age
Commit message (
Expand
)
Author
2024-07-05
Revert "Load external GC using command line argument"
Peter Zhu
2024-06-24
Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit...
Jean Boussier
2024-06-21
Load external GC using command line argument
Peter Zhu
2024-06-12
[Bug #20562] Categorize `RUBY_FREE_AT_EXIT` warning as experimental
Nobuyoshi Nakada
2024-06-07
Remove prism compiler warning
Kevin Newton
2024-06-05
Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabled
Jean Boussier
2024-05-20
[PRISM] Respect eval coverage setting
Kevin Newton
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
[PRISM] Raise LoadError when file cannot be read
Kevin Newton
2024-04-16
Eliminate usage of OBJ_FREEZE_RAW
Jean Boussier
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-07
Merge `push_include` and `ruby_push_include`
Nobuyoshi Nakada
2024-04-07
Merge `push_include_cygwin` into `push_include`
Nobuyoshi Nakada
2024-04-07
Remove `translit_char`
Nobuyoshi Nakada
2024-04-06
[Feature #20329] Separate additional flags from main dump options
Nobuyoshi Nakada
2024-04-06
[Feature #20329] Clean up dump sub-options
Nobuyoshi Nakada
2024-04-04
Separate SCRIPT_LINES__ from ast.c
HASUMI Hitoshi
2024-03-27
[PRISM] Pass --enable-frozen-string-literal through to evals
Kevin Newton
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-18
[PRISM] Process encoding on CLI for -K
Kevin Newton
2024-03-15
Refactor frozen_string_literal check during compilation
Jean Boussier
2024-03-14
Chomp last punctuations from descriptions for `-h`
Nobuyoshi Nakada
2024-03-13
`--dump=prism_parsetree` is no longer provided
Nobuyoshi Nakada
2024-03-12
Revisions for #10198
Takashi Kokubun
2024-03-12
Revisions for help text (#10198)
Burdette Lamar
2024-03-11
[PRISM] Parse stdin on CLI with prism
Kevin Newton
2024-03-06
Refactor VM root modules
Jean Boussier
2024-02-29
[PRISM] Use new command line option flags
Kevin Newton
2024-02-28
[PRISM] Do not load -r until we check if main script can be read
Kevin Newton
2024-02-28
[PRISM] Factor in CLI options for prism
Kevin Newton
2024-02-20
Update warning flags before dump
Nobuyoshi Nakada
2024-02-16
[PRISM] Make prism compiler warning experimental
Kevin Newton
2024-02-16
Abort when streaming code from stdin with Prism
Nobuyoshi Nakada
2024-02-16
Use ID without cache and fix conversion of offset
Nobuyoshi Nakada
2024-02-16
Extract `process_options_global_setup`
Nobuyoshi Nakada
2024-02-16
Extract functions depending on `--parser` option
Nobuyoshi Nakada
2024-02-16
Extract `show_help` function
Nobuyoshi Nakada
2024-02-16
Dispose AST before exit by yydebug
Nobuyoshi Nakada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-14
[PRISM] Correctly hook up line numbers for eval
Kevin Newton
2024-02-12
Enable redefinition check for rbinc methods
Nobuyoshi Nakada
2024-02-08
[PRISM] Run opt init before parsing
Kevin Newton
2024-02-08
[PRISM] Support the DATA constant
Kevin Newton
2024-01-31
Raise errors for dumping prism parse tree
Kevin Newton
2024-01-31
[PRISM] Mirror iseq APIs
Kevin Newton
2024-01-22
[Prism] path and script name are not the same
Matt Valentine-House
2024-01-22
Make prism respect dump_without_opt
Kevin Newton
2024-01-17
Fix off-by-one error of argc
Nobuyoshi Nakada
2024-01-13
Fix possible out-of-bounds access
Nobuyoshi Nakada
[next]