mruby.git
19 hours ago Yukihiro "Matz... AUTHORS: update entries [ci skip]master
21 hours ago Yukihiro "Matz... range.c: add descriptive comments to MRB_API functions...
21 hours ago Yukihiro "Matz... Merge pull request #6544 from zenspider/zenspider/froze...
21 hours ago Yukihiro "Matz... Merge pull request #6545 from mruby/add-comments-class-c
21 hours ago google-labs... Add descriptive comments for MRB_API functions in src...
22 hours ago Ryan DavisFix build strings that must be mutable. Tested with...
47 hours ago Yukihiro "Matz... Merge pull request #6543 from mruby/add-comments-dump...
47 hours ago google-labs... Add descriptive comments to several functions in src...
2 days ago Yukihiro "Matz... error.c: add descriptive comments
2 days ago Yukihiro "Matz... Merge pull request #6542 from mruby/add-symbol-comments
2 days ago google-labs... Add descriptive comments to MRB_API functions in src...
2 days ago Yukihiro "Matz... mruby-time (mrb_to_time_t): separate into smaller functions
2 days ago Yukihiro "Matz... mruby-time: add descriptive comments
2 days ago Yukihiro "Matz... mruby-time: replace magic numbers to C macros
3 days ago Yukihiro "Matz... Merge pull request #6541 from mruby/add-api-comments...
3 days ago google-labs... Add descriptive comments for MRB_API functions in src...
3 days ago Yukihiro "Matz... Merge branch 'jules_wip_7626599795303680331'
3 days ago google-labs... hash.c: add descriptive comments to C-facing MRB_API...
4 days ago Yukihiro "Matz... Merge pull request #6538 from mruby/dependabot/bundler...
4 days ago Yukihiro "Matz... Merge pull request #6540 from mruby/add-comments-object-c
4 days ago Yukihiro "Matz... Merge pull request #6539 from mruby/add-string-comments
4 days ago google-labs... Add descriptive comments to MRB_API functions in object.c
4 days ago google-labs... Here's the rewritten message:
5 days ago dependabot... build(deps): bump rake from 13.2.1 to 13.3.0
6 days ago Yukihiro "Matz... Merge pull request #6537 from mruby/add-cdump-comments
6 days ago Yukihiro "Matz... Merge pull request #6536 from mruby/add-debug-comments
6 days ago google-labs... The comments in `cdump.c` have been updated to remove...
6 days ago Yukihiro "Matz... Merge pull request #6535 from mruby/add-mempool-comments
6 days ago Yukihiro "Matz... Merge pull request #6534 from mruby/add-readfloat-comment
7 days ago google-labs... Add descriptive comments to public functions in src...
7 days ago google-labs... I've added descriptive comments for functions/macros...
7 days ago google-labs... Add descriptive comment to mrb_read_float function
7 days ago Yukihiro "Matz... Merge pull request #6533 from katafrakt/fix-extended...
8 days ago Yukihiro "Matz... class.c: Remove MRB_INLINE_METHOD_CACHE support from...
8 days ago Yukihiro "Matz... class.c: Switch mt_tbl to sorted array binary search...
8 days ago Paweł ŚwiątkowskiFix calling `extended` callback
8 days ago Yukihiro "Matz... variable.c (iv_copy): just memcpy sorted array; no...
8 days ago Yukihiro "Matz... variable.c (iv_rehash): just memcpy sorted array; no...
8 days ago Yukihiro "Matz... variable.c: use binary search for iv_tbl lookups
8 days ago Yukihiro "Matz... variable.c (iv_size): refactor the function
9 days ago Yukihiro "Matz... variable.c (mrb_mod_cv_get): initialize local variable
9 days ago Yukihiro "Matz... array.c: remove unnecessary blank line
10 days ago Yukihiro "Matz... Merge pull request #6532 from mruby/improve-mt-hash...
10 days ago google-labs... I've reverted method table optimizations to prioritize...
10 days ago Yukihiro "Matz... Merge pull request #6531 from mruby/improve-mt-hash...
11 days ago google-labs... Improve method table performance by rehashing at 75...
12 days ago Yukihiro "Matz... string.c (popcount): support when sizeof(int) == 4
12 days ago Yukihiro "Matz... vm.c (stack_init): clear initial stack
2025-05-21 Yukihiro "Matz... mruby-rational (int_lshift): check before actual left...
2025-05-21 Yukihiro "Matz... mruby-rational (int_lshift): exponential may be bigger...
2025-05-21 Yukihiro "Matz... mruby-eval (binding_eval_error_check): re-raise Excepti...
2025-05-21 Yukihiro "Matz... error.c (mrb_vformat): prevent SEGV from %s with NULL
2025-05-20 Yukihiro "Matz... mruby-compiler (gen_move): avoid unnecessary goto's
2025-05-20 Yukihiro "Matz... mruby-compiler (gen_move): avoid optimization of ADDI...
2025-05-19 Yukihiro "Matz... codedump.c: remove unnecessary tab character from OP_MOVE
2025-05-19 Yukihiro "Matz... codedump.c: skip string body if it's empty
2025-05-19 Yukihiro "Matz... codedump.c: output format for OP_ARRAY has changed
2025-05-19 Yukihiro "Matz... range.c (range_num_to_a): C++ compiler eagerly warns...
2025-05-19 Yukihiro "Matz... range.c (range_num_to_a): support big integer beg/end...
2025-05-19 Yukihiro "Matz... range.c (range_num_to_a): improved float support
2025-05-19 Yukihiro "Matz... mruby-io: provide Kernel#p in this gem
2025-05-18 Yukihiro "Matz... Merge pull request #6530 from dearblue/visibility
2025-05-18 Yukihiro "Matz... mruby-compiler: add y.tab.c in the repository again...
2025-05-18 Yukihiro "Matz... .gitignore: no longer ignore y.tab.c; ref #6515
2025-05-18 Yukihiro "Matz... mruby-compiler: remove mrb_free dependency from codegen.c
2025-05-18 Yukihiro "Matz... mruby-compiler: remove mrb_calloc dependency from parse.y
2025-05-18 Yukihiro "Matz... mruby-compiler: removed mrb_state dependency from two...
2025-05-18 Yukihiro "Matz... stdlib.gembox: add mruby-catch to the gembox
2025-05-18 dearblueRevert "class.c (find_visibility_scope): when callinfo...
2025-05-18 dearblueAdd more test code for method visibility
2025-05-14 Yukihiro "Matz... Merge pull request #6529 from mruby/dependabot/github_a...
2025-05-14 dependabot... build(deps): bump super-linter/super-linter from 7...
2025-05-14 Yukihiro "Matz... stdlib.gembox: add mruby-enum-chain gem
2025-05-14 Yukihiro "Matz... metaprog.gembox: add two binding gems
2025-05-14 Yukihiro "Matz... math.gembox: exclude mruby-cmath from math gembox
2025-05-14 Yukihiro "Matz... Merge pull request #6528 from jbampton/fix-grammar...
2025-05-14 Yukihiro "Matz... Merge pull request #6418 from jbampton/add-ls-lint
2025-05-13 John Bamptonmisc: fix spelling
2025-05-13 John BamptonAdd `ls-lint` with GitHub Actions
2025-05-13 Yukihiro "Matz... Merge pull request #6526 from vickash/luckfox-pico
2025-05-13 Yukihiro "Matz... mruby-compiler: use mrb_basic_alloc_func() directly...
2025-05-12 Yukihiro "Matz... mruby-compiler: use new mempool API
2025-05-12 Yukihiro "Matz... mempool.c (mempool_open): avoid using old API in mempool.c
2025-05-12 Yukihiro "Matz... Merge pull request #6525 from hasse09052/skip-empty...
2025-05-12 Yukihiro "Matz... compile.h: change `struct mrb_mempool` to `mrb_mempool`
2025-05-12 vickashLuckfox Pico config: Use realpath, comment flags and...
2025-05-12 vickashAdd build config for Luckfox Pico embedded SBC
2025-05-11 Yukihiro "Matz... mempool.c: remove mrb_state dependency from mempool...
2025-05-11 Yukihiro "Matz... class.c (mt_rehash): Fix mrb_calloc argument order
2025-05-11 Yukihiro "Matz... Merge pull request #6521 from jbampton/add-codespell...
2025-05-10 hassemruby-bin-mirb: skip adding empty input to mirb history
2025-05-10 Yukihiro "Matz... doc/guides/memory.md: update the document
2025-05-10 Yukihiro "Matz... allocf.c: update and enhance documentation in the comment
2025-05-09 Yukihiro "Matz... mruby.h: remove mrb_allocf type
2025-05-09 Yukihiro "Matz... allocf.c (mrb_basic_alloc_func): remove ud argument
2025-05-09 Yukihiro "Matz... allocf.c: rename mrb_default_alloc to mrb_basic_alloc_func
2025-05-09 John BamptonAdd codespell config file `.codespellrc`
2025-05-09 Yukihiro "Matz... mruby.h: remove allocf and allocf_ud from mrb_state
2025-05-08 Yukihiro "Matz... mruby-random: Random#rand(nil) should raise TypeError
2025-05-08 Yukihiro "Matz... mruby-random: update error messages to be compatible...
next