- 07 Apr, 2021 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
According to CodeQL instruction, `HEAD^2` is no longer needed.
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3
-
dependabot[bot] authored
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by:
dependabot[bot] <support@github.com>
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Updating dreamcast_shelf build configuration.
-
- 06 Apr, 2021 8 commits
-
-
SiZiOUS authored
-
SiZiOUS authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
* `--cc` print compiler name * `--ld` print linker name
-
Yukihiro "Matz" Matsumoto authored
Fix heading level in `doc/guides/link.md` [ci skip]
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `doc/guides/link.md` [ci skip]
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 05 Apr, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Apr, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Making a proc object static for a method with static irep
-
dearblue authored
The following methods will be made static. - `Class#new` - `Proc#call` - `Kernel#catch` Previously, static const RProc could not be registered as a method, but this has been changed to allow it.
-
- 03 Apr, 2021 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix build failures with `enable_debug` and `enable_cxx_abi`
-
Yukihiro "Matz" Matsumoto authored
Fix the Authors link in the README
-
Yukihiro "Matz" Matsumoto authored
chore: fix spelling
-
John Bampton authored
-
John Bampton authored
-
dearblue authored
Under C++, there is no implicit conversion from `int` to `enum`, which caused a compilation error.
-
- 01 Apr, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Merge branch 'define-MRB_NO_GEMS-if-disable_libmruby-is-specified' of https://github.com/shuujii/mruby into shuujii-define-MRB_NO_GEMS-if-disable_libmruby-is-specified
-
Yukihiro "Matz" Matsumoto authored
Fix build with `MRB_USE_ALL_SYMBOLS`
-
- 31 Mar, 2021 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
- (old) `undefined method 'foo'` - (new) `no superclass method 'foo'`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add support for partial backtraces
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
When argument information is not available. So it should not happen for `yield` (error). In contrast, the error from `super` should be handled in run time (ignored).
-
Yukihiro "Matz" Matsumoto authored
mrbc: Dump debug info with -g option
-
fundamental authored
-
- 30 Mar, 2021 1 commit
-
-
fundamental authored
Adds debug source information (line/file) when mrbc uses -g. This commit results in usable backtraces for all gems when build_config is setup with enable_debug.
-