GitHub / jbampton/mruby / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 0cc4caad | merge Merge pull request #6769 from khasinski/fix-socket-recvfrom-nonblock |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 0cef3e54 | merge Merge pull request #6770 from jbampton/patch-2 |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 825d4c38 | merge Merge pull request #6771 from mruby/dependabot/pre_commit/pre-commit-hooks-82... |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 141a8bc4 |
build(deps): bump https://github.com/rhysd/actionlint
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| a6aa0fdb | Dependabot: add cooldown to pre-commit ecosystem |
John Bampton <j****n@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| b85c5208 | Remove stale self-corruption workaround in recvfrom_nonblock | Chris Hasiński <k****i@g****m> | 5 months ago | |
| d522bd5a | merge Merge pull request #6768 from hasumikin/fix/envadjust |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| d95ebe4a | Fix stack extension bug causing HardFault | HASUMI Hitoshi <h****n@g****m> | 5 months ago | |
| ac9f7aed | merge Merge pull request #6767 from mruby/fix/lparen-arg-compstmt |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 919cbd8f |
mruby-compiler: allow compound statement in tLPAREN_ARG
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 5 months ago | |
| 801eefea | merge Merge pull request #6765 from khasinski/fix-lazy-flat-map |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 8f71887e | Improve flat_map test descriptions for clarity | Chris Hasiński <k****i@g****m> | 5 months ago | |
| 3f52ef6c | Fix Lazy#flat_map to handle non-enumerable block return values | Chris Hasiński <k****i@g****m> | 5 months ago | |
| 28c5b1b1 | merge Merge pull request #6763 from mruby/dependabot/github_actions/github-actions-... |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| d50932c5 |
build(deps): bump j178/prek-action
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| b7e37431 | merge Merge pull request #6762 from mruby/fix-test-build-race |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 805e6dbc | merge Merge pull request #6761 from mruby/fix-gc-unregister-leak |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| ab249864 |
gc.c: remove all matching entries in mrb_gc_unregister()
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 5 months ago | |
| c2b58813 | merge Merge pull request #6758 from dearblue/vm |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 21dc8299 | merge Merge pull request #6759 from dearblue/bigint |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 6c4a8c09 | Define `mrb_bigint_p()` always. | dearblue <d****e@g****m> | 5 months ago | |
| c52faebb | Don't assign the result of `mrb_funcall()` directly to `regs` | dearblue <d****e@g****m> | 5 months ago | |
| f61ab966 | merge Merge pull request #6756 from dearblue/array-ext |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| e8c5e7c0 |
mruby-test: write generated C files atomically to avoid race condition
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 5 months ago | |
| 07a6c6e5 | merge Merge pull request #6757 from mruby/dependabot/pre_commit/pre-commit-hooks-ae... |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 45ebb3d0 |
build(deps): bump https://github.com/rubocop/rubocop
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 2135088a | Avoid the impact of object modifications caused by calls to `mrb_vm_exec()` | dearblue <d****e@g****m> | 5 months ago | |
| 04f99823 | merge Merge pull request #6755 from leviongit/vm/karg/delete-return |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| affcbb00 | merge Merge pull request #6754 from leviongit/core/attr_accessor/nullary |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| ff5e6a24 | merge Merge pull request #6753 from dearblue/array.product |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| e8d07504 | reload `ci` after `mrb_hash_delete_key` | leviongit <l****f@g****m> | 6 months ago | |
| 88e356e7 | remove redundant `mrb_hash_get` call | leviongit <l****f@g****m> | 6 months ago | |
| 95ece95e | prefer marking the procs implementing `attr_reader` methods as noarg | leviongit <l****f@g****m> | 6 months ago | |
| 98d76360 | Further optimize `Array#product` | dearblue <d****e@g****m> | 6 months ago | |
| 01ce2f8c | merge Merge pull request #6747 from katafrakt/handle-hash-default-arg |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| f08dede1 | merge Merge pull request #6752 from khasinski/fix-attr-reader-arity |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 3bfe703f | merge Merge pull request #6750 from dearblue/array.product |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| e82fa700 | merge Merge pull request #6749 from hasumikin/fix/microcontroller-profile |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 8d53f65b | merge Merge pull request #6748 from jbampton/clean-up-workflows |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| c0b1e87c | Fix attr_reader-generated methods accepting extra arguments | Chris Hasiński <k****i@g****m> | 6 months ago | |
| 8441eaf6 | Fixed "Out-of-bounds Read" and "Divide-by-Zero" in `ary_product_group()` | dearblue <d****e@g****m> | 6 months ago | |
| 736a72cd |
[skip ci] Update include/mrbconf.h
Co-authored-by: gemini-code-assist[bot] <1****]@u****m> |
HASUMI Hitoshi <h****n@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 5e9eed2d | Fix KHASH_DEFAULT_SIZE to KHASH_INITIAL_SIZE rename inconsistencies | HASUMI Hitoshi <h****n@g****m> | 6 months ago | |
| 80d84188 | pre-commit bump Node.js | John Bampton <j****n@g****m> | 6 months ago | |
| 55ef8e17 | Update workflows | John Bampton <j****n@g****m> | 6 months ago | |
| 13d9d770 | Correctly handle empty hash as default named argument | Paweł Świątkowski <k****t@v****t> | 6 months ago | |
| a41eeaed | merge Merge pull request #6735 from dearblue/presym |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 4ed4326d | merge Merge pull request #6746 from mruby/dependabot/pre_commit/pre-commit-hooks-6e... |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 14e98c60 |
build(deps): bump the pre-commit-hooks group across 1 directory with 8 updates
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| eb7d0b86 | merge Merge pull request #6736 from jbampton/add-dependabot-pre-commit |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 457a50b4 | merge Merge pull request #6744 from mruby/fix/case-in-no-match-error |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 143959b9 |
doc: fix prettier formatting in markdown files
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| d8de35b6 |
codegen.c: raise NoMatchingPatternError in case/in without else
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| b34b7206 | merge Merge pull request #6738 from jbampton/add-manual-hooks-workflow |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 03d1f7d6 | merge Merge pull request #6743 from mruby/fix/words-chunking |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 9239a9e0 |
pre-commit: fix prettier formatting in doc/guides/capi.md
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 62cf0dc1 |
codegen.c: chunk %w() and %i() literals to reduce register pressure
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 12af8f51 | merge Merge pull request #6742 from mruby/fix/remove-markdown-link-check |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 6a7561da |
pre-commit: remove JSON references from prettier hook
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| ab378ec0 | merge Merge pull request #6690 from jbampton/cleanup-prettier-pre-commit |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 2d00f4a2 | merge Merge pull request #6739 from mimaki/fix-msys2-build-error |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 628cf498 |
pre-commit: remove markdown-link-check hook
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 77f6ffec | Updates build script to support MSYS2 drive letters, fixing build error with ... | mimaki <h****i@g****m> | 6 months ago | |
| 626b2fa4 | Put manual hooks in separate workflow file | John Bampton <j****n@g****m> | 6 months ago | |
| 9bdf998f | Add pre-commit ecosystem to Dependabot | John Bampton <j****n@g****m> | 6 months ago | |
| 000acedc | Prevent full recompilation without changes to presym file | dearblue <d****e@g****m> | 6 months ago | |
| cfc83bb6 | merge Merge pull request #6734 from mruby/fix/array-chunking |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 46e8101c | merge Merge pull request #6733 from mruby/fix/presym-include |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| fff7db05 | merge Merge pull request #6732 from mruby/fix/language-md-markup |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| f98d6414 |
codegen.c: chunk array literals at 64 elements to reduce register pressure
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 72c9e5d0 | merge Merge pull request #6598 from dearblue/method_missing |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 295b4053 | merge Merge pull request #6730 from dearblue/presym |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 5acc520a | merge Merge pull request #6729 from dearblue/gensym |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| f6f1a420 | Simplifying presym file generation actions | dearblue <d****e@g****m> | 6 months ago | |
| 9fff63b4 | Simplifying dependency addition for gensym task | dearblue <d****e@g****m> | 6 months ago | |
| 17ab42d4 | merge Merge pull request #6728 from mruby/dependabot/github_actions/actions/upload-... |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| fcb665b8 |
build(deps): bump actions/upload-artifact from 6 to 7
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 8956c5ab |
mruby.h: include mruby/presym.h for all source files
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 8f3917f3 |
language.md: remove unnecessary bold markup from "operator"
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 64263ebc | merge Merge pull request #6727 from leviongit/lims/ovld |
Yukihiro "Matz" Matsumoto <m****z@r****p>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 87f88a1c |
fix grammar
Co-authored-by: gemini-code-assist[bot] <1****]@u****m> |
leviongit <3****t@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| ab06ed82 | change wording of the "overloading" section | leviongit <l****f@g****m> | 6 months ago | |
| 736ec46b |
version.h: bump version to mruby 4.0.0
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| a3861dcb |
vm.c: scope down `tc` variable from function to block scope
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| e94adf1d | AUTHORS: update entries [ci skip] | Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 02877f04 |
amalgamation.md: document platform dependency of HAL gems
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| b9a1a1fb |
presym.rake: add presym dependencies for all builds, not just internal
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 74267ce9 |
error.h: fix RBreak size overflow on 32-bit platforms with MRB_NO_BOXING
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 98bc495f |
getting-started.md: add links to language and C API guides
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 0313800b |
doc: add README.md as documentation index
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 438a3bdf |
docs: fix version labels, add navigation aids
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 3ce3453e |
docs: improve usability of new documentation
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 1c7b9b1f |
architecture.md: add cross-references to standalone internal docs
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| c561b21d |
vm.md: add VM internals documentation
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 95954d39 |
compiler.md: add compiler pipeline documentation
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 985b5108 |
gc.md: add GC internals documentation
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 366d9be7 |
limitations.md: update version references and add missing limitations
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 0a5a305a |
capi.md: add error handling, fibers, procs, and compilation context sections
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| aa7556ac |
language.md: add Ruby language subset guide
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago | |
| 449627d0 |
gc-arena-howto.md: update Array#inspect example to current code
Co-authored-by: Claude <n****y@a****m> |
Yukihiro "Matz" Matsumoto <m****z@r****p> | 6 months ago |