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
2019-05-03
Simplify conversion process for `i` in `mrb_get_args()`
KOBAYASHI Shuji
2019-04-25
Singleton class of frozen object should be frozen
KOBAYASHI Shuji
2019-04-24
Fix modiying class variable to frozen class/module
KOBAYASHI Shuji
2019-04-23
Fix "ambiguous first argument" warning in `test/t/float.rb`
KOBAYASHI Shuji
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-22
Add `assert_predicate` and `assert_operator`
KOBAYASHI Shuji
2019-04-21
Commented out `String#scan` because it is not implemented yet
KOBAYASHI Shuji
2019-04-19
Add type check (conversion) in `String#[]=`
KOBAYASHI Shuji
2019-04-14
Add `assert_match` and `assert_not_match`
KOBAYASHI Shuji
2019-04-10
Use `mrb_immediate_p()` in `mrb_obj_freeze()` and `mrb_obj_frozen()`
KOBAYASHI Shuji
2019-04-07
Fix test for `Array#slice`
KOBAYASHI Shuji
2019-04-05
`Module#alias_method` should return `self` in ISO standard
KOBAYASHI Shuji
2019-03-25
Remove implementation of `Symbol#===`
KOBAYASHI Shuji
2019-03-25
Update float test values to avoid precision errors.
Yukihiro "Matz" Matsumoto
2019-03-25
Avoid infinite binary floating numbers in `float`.
Yukihiro "Matz" Matsumoto
2019-03-22
Simplify `assert_step` in `test/t/numeric.rb`
KOBAYASHI Shuji
2019-03-21
Fix `Float#eql?`
KOBAYASHI Shuji
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2019-03-17
Fix class/instance variable name validation
KOBAYASHI Shuji
2019-03-15
Merge pull request #4328 from shuujii/fix-constant-name-validation
Yukihiro "Matz" Matsumoto
2019-03-15
Avoid using infinite binary floating point numbers in tests.
Yukihiro "Matz" Matsumoto
2019-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-03-02
Fix missing assertion in `test/t/class.rb`
KOBAYASHI Shuji
2019-03-02
Remove useless regression tests; ref #4306
Yukihiro "Matz" Matsumoto
2019-03-02
Remove useless regression tests; fix #4306
Yukihiro "Matz" Matsumoto
2019-02-28
Remove `?A` style string literals from string tests; #4303
Yukihiro "Matz" Matsumoto
2019-02-27
Add test for string literal concatenation
dearblue
2019-02-19
Use more appropriate assertion methods
KOBAYASHI Shuji
2019-02-18
Fix wrong assertion method in some tests
KOBAYASHI Shuji
2019-01-28
`class`/`module` expression with empty body should return `nil`
KOBAYASHI Shuji
2019-01-22
Fix tests for `String#reverse` with `MRB_UTF8_STRING`
KOBAYASHI Shuji
2019-01-17
Fix assertion name for `Numeric#**` test
KOBAYASHI Shuji
2019-01-15
Fix coercing for first step counter in `Numeric#step`
KOBAYASHI Shuji
2019-01-13
Improve compatibility to CRuby for `Float#to_s`
KOBAYASHI Shuji
2019-01-12
Use `__send__` instead of `send`; ref #4207
KOBAYASHI Shuji
2019-01-05
Add `assert_same` and `assert_not_same`
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2019-01-01
range: Embed edges in RRange on boxing environment.
KOBAYASHI Shuji
2019-01-01
Use `__send__` instead of `send` in a Range test.
KOBAYASHI Shuji
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-05
Fixed a bug in argument number check with kwargs; fix #4159
Yukihiro "Matz" Matsumoto
2018-10-18
replace quicksort with mergesort.
Tomoyuki Sahara
2018-10-12
`Hash#delete` should return the deleted value; fix #4133
Yukihiro "Matz" Matsumoto
2018-09-20
Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.
Yukihiro "Matz" Matsumoto
2018-09-07
Clear terminated space
dearblue
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix misspelling words in comments
Kazuhiro Sera
2018-07-31
Add test case corresponding to 53e2723.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
[next]