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-01-11
Remove functions for unimplemented methods
dearblue
2021-01-11
Merge pull request #5283 from shuujii/add-missing-cast-in-ea_next_capa_for
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5282 from dearblue/mruby-config-cross
Yukihiro "Matz" Matsumoto
2021-01-11
Add missing cast in `ea_next_capa_for`
KOBAYASHI Shuji
2021-01-11
Create a `mruby-config` that can be run on the host by cross-building
dearblue
2021-01-11
Merge pull request #5281 from shuujii/remove-the-definition-of-mrb_uint-in-nu...
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5280 from shuujii/remove-unneeded-check-to-mrbtest-in-tas...
Yukihiro "Matz" Matsumoto
2021-01-11
Remove the definition of `mrb_uint` in `numeric.h` that is no longer needed
KOBAYASHI Shuji
2021-01-11
Remove unneeded check to `mrbtest` in `tasks/presym.rake`
KOBAYASHI Shuji
2021-01-11
Merge pull request #5279 from shuujii/remove-unneeded-mruby-test-gem-in-build...
Yukihiro "Matz" Matsumoto
2021-01-11
Remove unneeded `mruby-test` gem in `build_config/no-float.rb` [ci skip]
KOBAYASHI Shuji
2021-01-11
Merge pull request #5278 from dearblue/annotation
Yukihiro "Matz" Matsumoto
2021-01-11
Fix annotations [ci skip]
dearblue
2021-01-10
Fix CI failure on Windows environment.
Yukihiro "Matz" Matsumoto
2021-01-10
Fix mixture of inline `int` declaration in `for` statement.
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5271 from shuujii/fix-build-error-in-cross-build-with-presym
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5275 from dearblue/read_irep
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5274 from shuujii/fix-the-condition-to-remove-mrbtest-whe...
Yukihiro "Matz" Matsumoto
2021-01-10
Replace `tempirep` with `RProc`
dearblue
2021-01-10
Revert "Revert "Simplify full-core.gembox""
Yukihiro "Matz" Matsumoto
2021-01-10
Fix the condition to remove `mrbtest` when `rake clean`
KOBAYASHI Shuji
2021-01-10
Fix build error in cross-build with presym
KOBAYASHI Shuji
2021-01-09
Fix wrong float to rational conversion in 32 bit mode.
Yukihiro "Matz" Matsumoto
2021-01-09
Detect invalid first byte of UTF-8 char; fix #5269
Yukihiro "Matz" Matsumoto
2021-01-09
Convert float number to rational by decoding mantissa.
Yukihiro "Matz" Matsumoto
2021-01-09
Introduce `mrb_uint` which is unsigned integer with size of `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-01-09
Remove `khash.h` leftovers.
Yukihiro "Matz" Matsumoto
2021-01-09
Merge pull request #5270 from shuujii/remove-unnecessary--include-in-generate...
Yukihiro "Matz" Matsumoto
2021-01-09
Remove unnecessary `#include` in generated files
KOBAYASHI Shuji
2021-01-08
Merge pull request #5265 from shuujii/reapply-116e128b-because-it-is-back-at-...
Yukihiro "Matz" Matsumoto
2021-01-08
Merge pull request #5267 from shuujii/delay-test-code-build-until-rake-test
Yukihiro "Matz" Matsumoto
2021-01-08
Save&restore execution point (`pc`) in `c->cibase->pc`; fix #5261
Yukihiro "Matz" Matsumoto
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-08
Merge pull request #5266 from shuujii/stop-immediate-flush-to-stdout-stderr-w...
Yukihiro "Matz" Matsumoto
2021-01-08
Stop immediate flush to stdout/stderr when running in parallel on CI
KOBAYASHI Shuji
2021-01-08
Reapply 116e128b because it is back at 456878ba
KOBAYASHI Shuji
2021-01-07
Merge pull request #5263 from shuujii/use-namespaces-according-to-Rake-conven...
Yukihiro "Matz" Matsumoto
2021-01-07
Merge pull request #5264 from shuujii/immediately-flush-output-to-stdout-stde...
Yukihiro "Matz" Matsumoto
2021-01-07
Immediately flush output to stdout/stderr so that logs are not mixed on CI
KOBAYASHI Shuji
2021-01-07
Use namespaces according to Rake conventions
KOBAYASHI Shuji
2021-01-07
Merge pull request #5262 from shuujii/add-scan-target-functions-for-presym
Yukihiro "Matz" Matsumoto
2021-01-07
Add scan target functions for presym
KOBAYASHI Shuji
2021-01-07
Use `nint()` for implicit cast; ref #5260
Yukihiro "Matz" Matsumoto
2021-01-07
Merge pull request #5260 from SeekingMeaning/squiggly-fix-5
Yukihiro "Matz" Matsumoto
2021-01-07
Merge pull request #5259 from shuujii/consider-the-case-a-local-variable-name...
Yukihiro "Matz" Matsumoto
2021-01-06
Add heredoc_push_indented helper function
Seeker
2021-01-06
Fix line continuations with mixed indentation in squiggly heredocs
Seeker
2021-01-06
Consider the case a local variable name does not become a named presym
KOBAYASHI Shuji
2021-01-06
Merge pull request #5258 from shuujii/fix-build-with-enable_cxx_exception
Yukihiro "Matz" Matsumoto
2021-01-06
Fix build with `enable_cxx_exception`
KOBAYASHI Shuji
[next]