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
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
2019-12-21
`_0` is not numbered parameter
KOBAYASHI Shuji
2019-12-21
Perform `shellquote` on referenced string
dearblue
2019-12-21
Fix SEGV from numbered parameters outside of blocks; fix #4862
Yukihiro "Matz" Matsumoto
2019-12-21
Merge pull request #4885 from shuujii/fix-potentially-crash-in-%n-of-mrb_vfor...
Yukihiro "Matz" Matsumoto
2019-12-20
Fix potentially crash in `%n` of `mrb_vformat()` with 64-bit `int`
KOBAYASHI Shuji
2019-12-20
Merge pull request #4871 from dearblue/method-in-method
Yukihiro "Matz" Matsumoto
2019-12-20
Merge pull request #4870 from dearblue/unnessesary-branch
Yukihiro "Matz" Matsumoto
2019-12-20
Merge pull request #4874 from dearblue/method-list
Yukihiro "Matz" Matsumoto
2019-12-19
Enable sanitizer in travis test
take-cheeze
2019-12-19
Fix mixed declarations in 429f6de
Yukihiro "Matz" Matsumoto
[next]