Age | Commit message (Expand) | Author |
---|
2024-09-18 | Raise a compile error for break/next/redo inside eval in cases where it is op... | Jeremy Evans |
2024-03-15 | Refactor frozen_string_literal check during compilation | Jean Boussier |
2023-12-21 | Avoid underflow of rb_yjit_live_iseq_count | John Hawthorn |
2021-12-16 | btest: assign $stderr = STDOUT instead of IO#reopen to be more portable | Yuta Saito |
2021-12-02 | Lazily create singletons on instance_{exec,eval} (#5146) | John Hawthorn |
2020-04-10 | Turn class variable warnings into exceptions | Jeremy Evans |
2019-10-23 | Relaxed tests for CPDEBUG mode | Nobuyoshi Nakada |
2016-05-17 | Use Integer instead of Fixnum and Bignum. | akr |
2012-08-06 | method in instance_eval | nobu |
2012-06-22 | * iseq.c, vm_eval.c: set th->base_block properly. | ko1 |
2012-04-12 | * compile.c (compile_array, compile_array_): | ko1 |
2011-03-31 | * vm_insnhelper.c (vm_get_ev_const): search root cref properly. | shugo |
2010-05-09 | * vm_eval.c (eval_string_with_cref): propagative filename and line_no | mame |
2009-12-04 | fixed tests. | shugo |
2009-09-23 | * tool/instruction.rb (make_header_prepare_stack): check stack | nobu |
2009-08-26 | * vm.c (collect_local_variables_in_env): skips internal variables. | nobu |
2008-12-27 | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 |
2008-06-10 | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 |
2008-05-21 | * bootstraptest/test_eval.rb: fix syntax. | ko1 |
2008-05-19 | * eval.c, vm_insnhelper.c: fix cref in instance_eval | ko1 |
2008-05-19 | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 |
2008-05-19 | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 |
2008-01-03 | * bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test. | ko1 |
2007-12-19 | * compile.c (iseq_compile_each): should handle upper level eval iseq | nobu |
2007-12-18 | * compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372] | nobu |
2007-11-04 | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz |
2007-06-27 | * bootstraptest/runner.rb: fix to show file name. | ko1 |