index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-metaprog
Age
Commit message (
Expand
)
Author
2020-10-12
Replace the implementation of method tables in classes/modules.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-06-09
Remove `mrb_assert()` in `Module.nesting`
dearblue
2020-05-31
Get local variable names from orphan block; ref #3710
dearblue
2020-03-30
Fix NULL pointer dereferences in mrb_local_variables; fix #4955
dearblue
2019-12-14
Fix for `#methods` to include methods that were `undef`
dearblue
2019-11-15
Fix argument specs to `Kernel`
KOBAYASHI Shuji
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-20
Add optional argument to `Module#class_variables`.
Yukihiro "Matz" Matsumoto
2019-09-18
Remove `mrb_get_args(mrb, "")`; ref 30f37872
KOBAYASHI Shuji
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-06-27
Add modification tests for immediate value
KOBAYASHI Shuji
2019-06-22
Merge pull request #4518 from shuujii/add-ISO-section-number-to-Kernel-local_...
Yukihiro "Matz" Matsumoto
2019-06-21
Move `Kernel#__send__` test to core from `mruby-metaprog`
KOBAYASHI Shuji
2019-06-20
Add ISO section number to `Kernel.#local_variables` [ci skip]
KOBAYASHI Shuji
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-10
`Kernel#global_variables` should not include undefined `$1`-`$9`
KOBAYASHI Shuji
2019-06-07
Remove `Kernel#global_variables` from core
KOBAYASHI Shuji
2019-05-27
Make some functions static in `mrbgems/mruby-metaprog/src/metaprog.c`
KOBAYASHI Shuji
2019-05-26
Move `mrb_mod_s_nesting()` to `mruby-metaprog` gem from the core
KOBAYASHI Shuji
2019-04-25
Singleton class of frozen object should be frozen
KOBAYASHI Shuji
2019-04-24
Fix modiying class variable to frozen class/module
KOBAYASHI Shuji
2019-03-17
Fix class/instance variable name validation
KOBAYASHI Shuji
2019-03-11
Reduce `String` creation in `check_(cv|const)_name_sym`
KOBAYASHI Shuji
2019-02-19
Use more appropriate assertion methods
KOBAYASHI Shuji
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto