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
Age
Commit message (
Expand
)
Author
2021-02-20
Comment out `warn` used in the `Array#fetch` method
dearblue
2021-02-20
metaprog.c: fix a `methods()` bug with `false` argument; fix #5351
Yukihiro "Matz" Matsumoto
2021-02-20
metaprog.c: remove unused argument from a private function.
Yukihiro "Matz" Matsumoto
2021-02-19
mruby/value.h: `MRB_TT_CPTR` is immediate with `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2021-02-19
Fix `mrb_immediate_p()` definition for `MRB_NO_BOXING`; ref #5352
Yukihiro "Matz" Matsumoto
2021-02-19
Check `MRB_TT_*` before object allocation; ref #5352
Yukihiro "Matz" Matsumoto
2021-02-18
Merge pull request #5352 from shuujii/fix-type-tag-that-set-to-NilClass-and-F...
Yukihiro "Matz" Matsumoto
2021-02-17
Merge pull request #5357 from k0kubun/lock-depth
Yukihiro "Matz" Matsumoto
2021-02-16
Skip --depth=1 when it's locked
Takashi Kokubun
2021-02-17
Merge pull request #5347 from shuujii/add--s-option-to-mrbc-for-make-variable...
Yukihiro "Matz" Matsumoto
2021-02-16
Merge pull request #5356 from mruby/dependabot/github_actions/actions/upload-...
Yukihiro "Matz" Matsumoto
2021-02-16
Merge pull request #5355 from mruby/dependabot/github_actions/actions/cache-v...
Yukihiro "Matz" Matsumoto
2021-02-16
Bump actions/upload-artifact from v1 to v2.2.2
dependabot[bot]
2021-02-16
Bump actions/cache from v2 to v2.1.4
dependabot[bot]
2021-02-16
Merge pull request #5343 from jbampton/add-dependabot-config
Yukihiro "Matz" Matsumoto
2021-02-16
Use `full-core` gembox for `clang-asan` configuration.
Yukihiro "Matz" Matsumoto
2021-02-16
Update URL explaining alignment issue; close #5344
Yukihiro "Matz" Matsumoto
2021-02-15
Merge pull request #5350 from shuujii/refine-checking-for-trailing-whitespace
Yukihiro "Matz" Matsumoto
2021-02-15
Merge pull request #5349 from shuujii/remove-trailing-tab-in-build_config-dre...
Yukihiro "Matz" Matsumoto
2021-02-15
Merge pull request #5353 from dearblue/editorconfig
Yukihiro "Matz" Matsumoto
2021-02-14
Introduce EditorConfig [skip ci]
dearblue
2021-02-14
Fix type tag that set to `NilClass` and `FalseClass`
KOBAYASHI Shuji
2021-02-14
Merge pull request #5348 from dearblue/optable
Yukihiro "Matz" Matsumoto
2021-02-14
Refine checking for trailing whitespace [skip travis][skip appveyor]
KOBAYASHI Shuji
2021-02-14
Remove trailing tab in `build_config/dreamcast_shelf.rb` [ci skip]
KOBAYASHI Shuji
2021-02-14
Place optable in ROM
dearblue
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-13
Merge pull request #5346 from jbampton/clean-up-linters
Yukihiro "Matz" Matsumoto
2021-02-13
refactor: add the spell checker Action to the Lint Action file
John Bampton
2021-02-13
Merge pull request #5345 from jbampton/fix-missing-https-on-links
Yukihiro "Matz" Matsumoto
2021-02-13
chore: fix missing HTTPS on links
John Bampton
2021-02-13
Merge pull request #5342 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-02-13
feat: add Dependabot config file
John Bampton
2021-02-13
chore: fix spelling
John Bampton
2021-02-13
Merge pull request #5341 from jbampton/check-for-trailing-whitespace
Yukihiro "Matz" Matsumoto
2021-02-13
feat(CI): check for trailing whitespace
John Bampton
2021-02-13
Merge pull request #5340 from jbampton/use-certified-actions
Yukihiro "Matz" Matsumoto
2021-02-13
refactor: only use certified GitHub Actions to increase security
John Bampton
2021-02-13
Merge pull request #5339 from shuujii/update-compile-prerequisites-in-doc-gui...
Yukihiro "Matz" Matsumoto
2021-02-13
parse.y: string buffer (`tokbuf`) can overflow.
Yukihiro "Matz" Matsumoto
2021-02-13
Update compile prerequisites in `doc/guides/compile.md` [ci skip]
KOBAYASHI Shuji
2021-02-12
Update GitHub Actions.
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5336 from shuujii/fix-build-mruby-catch-gem-without-presym
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5335 from shuujii/add-UncaughtThrowError-tagvalue-for-Rub...
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5337 from shuujii/remove-skip-ci-hack-to-GitHub-Actions
Yukihiro "Matz" Matsumoto
2021-02-12
Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]
KOBAYASHI Shuji
2021-02-12
Fix build `mruby-catch` gem without presym
KOBAYASHI Shuji
2021-02-12
Add `UncaughtThrowError#{tag,value}` for Ruby compatibility
KOBAYASHI Shuji
2021-02-12
include/mruby/array.h: `ARY_LEN()` should return `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-02-12
doc/mruby3.md: use relative path.
Yukihiro "Matz" Matsumoto
[next]