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
2020-01-01
Do not include `stdint.h` before `mruby.h`; ref #4750
dearblue
2020-01-01
Fixed wrong usages of `mrb_get_args` in `vformat.c`.
Yukihiro "Matz" Matsumoto
2020-01-01
Allow `here-doc` in the middle of Hash expressions; fix #4815
Yukihiro "Matz" Matsumoto
2019-12-31
Merge pull request #4915 from shuujii/silence-GCC-warning-in-time.c-on-Travis-CI
Yukihiro "Matz" Matsumoto
2019-12-31
Silence GCC warning in `time.c` on Travis CI
KOBAYASHI Shuji
2019-12-31
Merge pull request #4914 from dearblue/fix-4869
Yukihiro "Matz" Matsumoto
2019-12-31
Fix builds for modern mingw; fix #4869
dearblue
2019-12-30
Merge pull request #4913 from shuujii/use-rake-instead-of-minirake-in-.gitlab...
Yukihiro "Matz" Matsumoto
2019-12-30
Use `rake` instead of `minirake` in `.gitlab-ci.yml`
KOBAYASHI Shuji
2019-12-29
Merge pull request #4912 from shuujii/avoid-unneeded-directory-creation-durin...
Yukihiro "Matz" Matsumoto
2019-12-29
Avoid unneeded directory creation during `rake -T`, etc.
KOBAYASHI Shuji
2019-12-28
Merge pull request #4911 from shuujii/use-Rake.verbose-instead-of-verbose-and...
Yukihiro "Matz" Matsumoto
2019-12-28
Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scripts
KOBAYASHI Shuji
2019-12-27
Merge pull request #4910 from shuujii/use-Rake-DSL-instead-of-commands-of-Fil...
Yukihiro "Matz" Matsumoto
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-12-27
Revert "Enable sanitizer in travis test"; ref #4864
Yukihiro "Matz" Matsumoto
2019-12-27
Prohibit assignment to numbered parameters.
Yukihiro "Matz" Matsumoto
2019-12-27
Allow non numbered-parameter identifier like `_1` outside of blocks.
Yukihiro "Matz" Matsumoto
2019-12-27
Support `-v` flag of `rake`; close #4887
Yukihiro "Matz" Matsumoto
2019-12-27
Numbered parameters: usually linked list uses `cdr` for links.
Yukihiro "Matz" Matsumoto
2019-12-27
Prohibit numbered parameters as method arguments; fix #4892
Yukihiro "Matz" Matsumoto
2019-12-27
Enable `MRB_GC_STRESS` test on CI
KOBAYASHI Shuji
2019-12-27
Merge pull request #4864 from take-cheeze/enable_sanitizer_travis
Yukihiro "Matz" Matsumoto
2019-12-25
Merge pull request #4907 from shuujii/fix-poteltially-use-of-wrong-method-cache
Yukihiro "Matz" Matsumoto
2019-12-25
Fix potentially use of wrong method cache
KOBAYASHI Shuji
2019-12-25
Merge pull request #4906 from shuujii/refine-the-assertion-failure-message-in...
Yukihiro "Matz" Matsumoto
2019-12-24
Refine the assertion failure message in mrdb print tests
KOBAYASHI Shuji
2019-12-24
Merge pull request #4905 from kishima/cygwin_compile
Yukihiro "Matz" Matsumoto
2019-12-23
add double quotes for cygwin filenames #4904
kishima
2019-12-23
Merge pull request #4901 from take-cheeze/gnu_cxx
Yukihiro "Matz" Matsumoto
2019-12-23
Merge pull request #4902 from take-cheeze/native_crlf
Yukihiro "Matz" Matsumoto
2019-12-23
Use binary mode in mrbc source code reading
take-cheeze
2019-12-23
Handle CR LF newline natively in lexer
take-cheeze
2019-12-23
Use GNU extension in C++ for cygwin
take-cheeze
2019-12-23
Merge pull request #4900 from shuujii/parallelize-compilation-only-on-Travis-CI
Yukihiro "Matz" Matsumoto
2019-12-23
Parallelize compilation only on Travis CI
KOBAYASHI Shuji
2019-12-22
Merge pull request #4899 from dearblue/build-git
Yukihiro "Matz" Matsumoto
2019-12-22
Use `git checkout` instead of `git reset`
dearblue
2019-12-22
Display directory with git command
dearblue
2019-12-22
Merge pull request #4898 from shuujii/refine-.travis.yml
Yukihiro "Matz" Matsumoto
2019-12-22
Merge pull request #4896 from shuujii/fix-undefined-method-Pathname
Yukihiro "Matz" Matsumoto
2019-12-22
Merge pull request #4897 from shuujii/use-exec-instead-of-system-in-minirake-...
Yukihiro "Matz" Matsumoto
2019-12-22
Refine `.travis.yml`
KOBAYASHI Shuji
2019-12-21
Use `exec` instead of `system` in `minirake` for exit status
KOBAYASHI Shuji
2019-12-21
Fix "undefined method `Pathname'"; fix #4895
KOBAYASHI Shuji
2019-12-21
Merge pull request #4888 from dearblue/shellquote
Yukihiro "Matz" Matsumoto
2019-12-21
Numbered parameters should not be available in the lambda bodies.
Yukihiro "Matz" Matsumoto
2019-12-21
Add emulating `minirake` that calls real `rake`.
Yukihiro "Matz" Matsumoto
2019-12-21
Abandon `minirake`. Use `rake` for compilation; fix #4884
Yukihiro "Matz" Matsumoto
2019-12-21
Merge pull request #4889 from shuujii/_0-is-not-numbered-parameter
Yukihiro "Matz" Matsumoto
[next]