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-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
2023-12-21
RJIT: Add --rjit-trace to allow TracePoint during JIT
Takashi Kokubun
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-19
We need to load builtins so that they work
Aaron Patterson
2023-12-18
[PRISM] Fix crash when --parser=prism called with stdin
Matt Valentine-House
2023-12-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-12-15
update message to clarify compiler, not parser
Adam Hess
2023-12-15
Introduce --parser runtime flag
HParker
2023-12-13
Avoid warning --jit when only YJIT is enabled
Takashi Kokubun
2023-12-07
Free everything at shutdown
Adam Hess
2023-12-06
Revert "allow enabling Prism via flag or env var"
HParker
2023-12-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-12-05
allow enabling Prism via flag or env var
HParker
2023-12-04
Remove `rb_libruby_selfpath` for MJIT
Nobuyoshi Nakada
2023-11-03
[prism] Update to use new options APIs
Kevin Newton
2023-11-02
YJIT: Always define method codegen table at boot (#8807)
Takashi Kokubun
2023-10-26
Use new prism prettyprint APIs
Kevin Newton
2023-10-26
[PRISM] Change --dump keyword to prism_parsetree
Jemma Issroff
2023-10-25
[PRISM] Move scope_node itself to CRuby, create prism_compile.h
Jemma Issroff
[next]