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
/
t
Age
Commit message (
Expand
)
Author
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-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-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-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-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-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
2020-10-12
Update tests for integer division.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Rightward-assign by ASSOC.
Yukihiro "Matz" Matsumoto
2020-07-16
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
2020-06-09
Update `test/t/kernel.rb`
dearblue
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-04-26
Integrate class `EnsureYieldBreak` under test
dearblue
2020-04-21
`Kernel#clone` and `Kernel#dup` no longer raise `TypeError`; fix #4974
Yukihiro "Matz" Matsumoto
2020-01-27
Fixed backtrace message for top-level blocks; fix #4936
Yukihiro "Matz" Matsumoto
2019-12-21
Numbered parameters should not be available in the lambda bodies.
Yukihiro "Matz" Matsumoto
2019-12-21
`_0` is not numbered parameter
KOBAYASHI Shuji
2019-12-19
Reimplement `vformat` tests; close #4868
Yukihiro "Matz" Matsumoto
2019-12-19
Revert "`%C` value need not to be saved in `TestVFormat::Native`; close #4868"
Yukihiro "Matz" Matsumoto
2019-12-18
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-ins...
Yukihiro "Matz" Matsumoto
2019-12-18
`%C` value need not to be saved in `TestVFormat::Native`; close #4868
Yukihiro "Matz" Matsumoto
2019-12-14
Remove location info from `Exception#inspect`
KOBAYASHI Shuji
2019-12-11
Fix behavior of `Kernel#Integer` to numbers ending with `_` and spaces
KOBAYASHI Shuji
2019-12-10
Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`
KOBAYASHI Shuji
2019-12-10
Merge pull request #4858 from shuujii/fix-that-String-to_f-accepts-consecutiv...
Yukihiro "Matz" Matsumoto
2019-12-09
Fix that `String#to_f` accepts consecutive `_` as a numeric expression
KOBAYASHI Shuji
2019-12-09
Support new numbered parameter syntax `_1` instead of `@1`.
Yukihiro "Matz" Matsumoto
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
[next]