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
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
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-10-12
Generate C struct from `irep` instead of binary dump.
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-06-08
only use GEMNAME if defined in assert.rb
Mark Delk
2020-05-29
Print exception backtrace if possible without `-v` in test
KOBAYASHI Shuji
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
2019-10-25
Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
KOBAYASHI Shuji
2019-10-10
Integrate `mrb_str_inspect` and `mrb_str_dump`
KOBAYASHI Shuji
2019-10-03
Add tests for #4746
KOBAYASHI Shuji
2019-09-27
Simplify arguments check in `String#rindex`
KOBAYASHI Shuji
2019-09-23
Fix `Fixnum` overflow test in `Integer#<<` test
KOBAYASHI Shuji
2019-09-19
Simplify arguments check in `String#index`
KOBAYASHI Shuji
2019-09-17
Fix `Fixnum#(to_s|inspect)` argument specs
KOBAYASHI Shuji
2019-09-11
Move tests related to `getbyte`, `setbyte`, byteslice` to core.
Yukihiro "Matz" Matsumoto
2019-09-07
Revert part of #4225
Yukihiro "Matz" Matsumoto
2019-09-05
add assert_not_nil method
takumakume
2019-08-17
Add `String#rindex` test for invalid UTF-8 string
dearblue
[next]