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
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-07-15
test/syntax.rb: add tests for `break` and `redo`.
Yukihiro "Matz" Matsumoto
2021-07-15
Merge pull request #4141 from udzura/add-test-for-attr-nil-guard
Yukihiro "Matz" Matsumoto
2021-07-05
Make `LocalJumpError` a direct subclass of `StandardError`.
Yukihiro "Matz" Matsumoto
2021-06-24
class.c: call hook methods on method definitions; close #2339
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-04
add block argument test #2144
mirichi
2021-06-03
add a few regressions test from #2313
Yukihiro "Matz" Matsumoto
2021-05-21
test/syntax.rb: fix endless def warning (no assertion).
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: allow "command" syntax in endless method definition.
Yukihiro "Matz" Matsumoto
2021-05-03
symbol.c: remove `Symbol#id2sym`.
Yukihiro "Matz" Matsumoto
2021-04-27
array.c: update `Array#shift` to take optional argument; close #5428
Yukihiro "Matz" Matsumoto
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-01
vm.c: change the default error message for undefined `super` method.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `yield` outside of method is now `SyntaxError`.
Yukihiro "Matz" Matsumoto
2021-03-30
Disable tests on backtraces w/ unknown line numbers
fundamental
2021-03-18
`Float::NAN/0` should be `Float::NAN`; ref a0b3378b3
KOBAYASHI Shuji
2021-03-17
hash.c: `Hash#shift` to return `nil` when a hash is empty.
Yukihiro "Matz" Matsumoto
2021-03-17
range.c: fixed a begin-less ranges issue.
Yukihiro "Matz" Matsumoto
2021-03-01
feat: add pre-commit framework
John Bampton
2021-02-14
Refine checking for trailing whitespace [skip travis][skip appveyor]
KOBAYASHI Shuji
2021-02-13
feat(CI): check for trailing whitespace
John Bampton
2021-02-10
Fix heap-buffer-overflow for small `Hash` (HT) in `Hash#rehash`
KOBAYASHI Shuji
2021-01-17
Add tests for `Integer#quo` and `Float#quo`; #5268
Yukihiro "Matz" Matsumoto
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2021-01-03
Fix for escaped newlines in squiggly heredocs
Seeker
2021-01-02
Merge pull request #5251 from SeekingMeaning/squiggly-fix-3
Yukihiro "Matz" Matsumoto
2021-01-02
Refine "wrong number of arguments" message in `mrb_get_args`
KOBAYASHI Shuji
2020-12-31
Fix regression for squiggly heredocs
Seeker
2020-12-28
Fix mixed indentation and escaped tabs in squiggly heredocs
Seeker
2020-12-27
Fix for empty lines in squiggly heredocs
Seeker
2020-12-26
Add support for squiggly heredocs
Seeker
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-13
Fix spelling
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-09
Argument forwarding with `...` now supports leading arguments.
Yukihiro "Matz" Matsumoto
2020-11-21
Update `Float#to_s` to keep trailing zero as CRuby does; ref 68cebb6
Yukihiro "Matz" Matsumoto
2020-11-19
Allow `bintest` even if build name is not `host`
KOBAYASHI Shuji
2020-11-14
Integer operation should result in Integer.
Yukihiro "Matz" Matsumoto
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2020-11-02
Replace `R-assignment` by `single-line pattern matching`.
Yukihiro "Matz" Matsumoto
2020-10-29
Add beginless/endless ranges tests.
Yukihiro "Matz" Matsumoto
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed ISO section numbers in `test/t/superclass.rb`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make division by zero cause `ZeroDivisionError`.
Yukihiro "Matz" Matsumoto
2020-10-12
Always add trailing `.0` in `Float#inspect`; ref #4225
KOBAYASHI Shuji
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
[next]