Age | Commit message (Expand) | Author |
---|
2025-05-15 | Align styles [ci skip] | Nobuyoshi Nakada |
2025-05-11 | namespace on read | Satoshi Tagomori |
2025-04-24 | Do not allocate new objects at machine stack overflow | Nobuyoshi Nakada |
2025-04-19 | Fix style [ci skip] | Nobuyoshi Nakada |
2025-02-18 | reject numbered parameters from Binding#local_variables | Yusuke Endoh |
2025-01-14 | [PRISM] Handle forwarding inside eval | Kevin Newton |
2025-01-07 | Do not intern invalid symbols in eval parse | Kevin Newton |
2024-12-23 | GC guard the iseq in eval for prism | Peter Zhu |
2024-12-20 | Fix GC compaction crash when using local variables in eval | Peter Zhu |
2024-12-20 | Don't recompute the strlen in pm_eval_make_iseq | Peter Zhu |
2024-11-08 | Fix memory in prism when syntax error in iseq compilation | Peter Zhu |
2024-11-05 | Allow eval to see top scope | Kevin Newton |
2024-10-11 | Remove 1 allocation in Enumerable#each_with_index (#11868) | Alan Wu |
2024-10-02 | Make default parser enum and define getter/setter | Nobuyoshi Nakada |
2024-09-24 | Free scope node in prism | Peter Zhu |
2024-09-24 | Fix memory in constant ID list in prism | Peter Zhu |
2024-09-03 | [PRISM] Keep script lines option for eval iseqs as well | Kevin Newton |
2024-08-29 | [PRISM] Handle RubyVM.keep_script_lines | Kevin Newton |
2024-08-07 | Delete unused rb_check_funcall_with_hook() | Alan Wu |
2024-07-10 | Add rb_block_call2, a flexible variant of rb_block_call | Yusuke Endoh |
2024-06-18 | Set a fast path for forwardable iseqs | Aaron Patterson |
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-24 | Pass a callinfo object to global call cache search | Aaron Patterson |
2024-04-24 | pass CI to gccct_method_search_slowpath | Aaron Patterson |
2024-04-24 | Reuse slow path method search for gccct | Aaron Patterson |
2024-04-15 | [Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines | HASUMI Hitoshi |
2024-04-04 | [PRISM] Enable SCRIPT_COMPILED tracepoint event | Kevin Newton |
2024-03-27 | [PRISM] Pass --enable-frozen-string-literal through to evals | Kevin Newton |
2024-03-19 | [DOC] Unify Doxygen formats (#10285) | Takashi Kokubun |
2024-03-19 | Implement chilled strings | Étienne Barrié |
2024-03-15 | Refactor frozen_string_literal check during compilation | Jean Boussier |
2024-03-13 | [PRISM] Do not send numbered parameters into eval | Kevin Newton |
2024-03-06 | Refactor VM root modules | Jean Boussier |
2024-02-21 | [PRISM] Eval frames should not have an absolute path | Kevin Newton |
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-13 | [PRISM] Prism/eval should handle file names provided | Matt Valentine-House |
2024-02-13 | [PRISM] Build wrapper scopes for eval | Matt Valentine-House |
2024-02-13 | [PRISM] Use Prism for `eval` if enabled | Matt Valentine-House |
2024-02-09 | Remove unused bind argument from eval_make_iseq | Matt Valentine-House |
2024-01-12 | s/SafeStringValue/StringValue/ | Xavier Noria |
2023-12-07 | Support tracing of struct member accessor methods | Jeremy Evans |
2023-11-07 | Suppress nonnull warning from gcc 13 | Nobuyoshi Nakada |
2023-09-19 | Fix typo in "refinements" | Peter Zhu |
2023-08-25 | Move SCRIPT_LINES__ away from parse.y | Nobuyoshi Nakada |
2023-07-31 | `calling->cd` instead of `calling->ci` | Koichi Sasada |
2023-07-31 | mark `cc->cme_` if it is for `super` | Koichi Sasada |
2023-07-24 | Extract magic numbers | Nobuyoshi Nakada |