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
/
mrblib
Age
Commit message (
Expand
)
Author
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-11-25
Move inline `iseq` in `array.c` to `array.rb`.
Yukihiro "Matz" Matsumoto
2020-11-24
Fix compiler errors from `MRB_NO_FLOAT`; #5185
Yukihiro "Matz" Matsumoto
2020-11-21
Move some `.rake` files to `tasks` directory for consistency
KOBAYASHI Shuji
2020-11-20
Refactor `mrblib/mrblib.rake`
KOBAYASHI Shuji
2020-11-14
Scan source files only from `cdump` enabled gems.
Yukihiro "Matz" Matsumoto
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2020-11-05
Add `Array.new([1,2,3])` initialization.
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
Make division by zero cause `ZeroDivisionError`.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-07-22
Define `Array#to_a` to avoid unnecessary loops.
Yukihiro "Matz" Matsumoto
2020-07-22
Small comment fix in `mrblib/array.c`.
Yukihiro "Matz" Matsumoto
2020-06-20
Move definition of `BasicObject#!=` to `mrblib`.
Yukihiro "Matz" Matsumoto
2020-05-09
Fix some `Hash` methods are inconsistent with `values`
KOBAYASHI Shuji
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-09-12
Merge pull request #4527 from lopopolo/string-each-line-paragraph-mode
Yukihiro "Matz" Matsumoto
2019-08-17
Implement `Array#each` using inline mruby bytecode.
Yukihiro "Matz" Matsumoto
2019-08-16
Implement `Class#new` using inline mruby bytecode.
Yukihiro "Matz" Matsumoto
2019-08-14
Integrate `kazuho/mruby-class-new-fiber-safe` in the master.
Yukihiro "Matz" Matsumoto
2019-08-10
`Enumerable#reject`, etc. should return `Enumerable` without block
KOBAYASHI Shuji
2019-07-17
Fixed a bug in #4034
Yukihiro "Matz" Matsumoto
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2019-07-13
`Enumerable#detect` {and `#find`} should call `ifnone`; fix #4484
Yukihiro "Matz" Matsumoto
2019-07-07
Fix `Numeric#step` to infinity; ref. #4555
KOBAYASHI Shuji
2019-06-29
Replace `String#[]=` method by C implements
dearblue
2019-06-25
Unify loops to minimize bytecode size
Ryan Lopopolo
2019-06-23
Use explicit block parameter
Ryan Lopopolo
2019-06-23
Optimize String#each_line
Ryan Lopopolo
2019-06-22
Speed up base case by 2x
Ryan Lopopolo
2019-06-22
Add paragraph mode to String#each_line in mrblib
Ryan Lopopolo
2019-06-04
Fix typo in `mrblib/range.rb` [ci skip]
KOBAYASHI Shuji
2019-05-15
Add Enumerator support to `String#each_byte`.
Yukihiro "Matz" Matsumoto
2019-05-15
Remove `String#=~` and `String#match` that requires `Regexp`.
Yukihiro "Matz" Matsumoto
2019-04-27
Remove duplicated `String#each_char`
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-18
Remove duplicated `include Comparable` in `mrblib/string.rb`
KOBAYASHI Shuji
2019-04-08
Avoid infinite loop when no `Regexp` class is available; fix #4363
Yukihiro "Matz" Matsumoto
2019-03-02
Raise error on failed comparison in `sort`; ref #4307
Yukihiro "Matz" Matsumoto
2019-02-01
Move `NONE` to `mrblib/enum.rb`
KOBAYASHI Shuji
2019-01-16
Avoid runtime evaluation for `MRB_WITHOUT_FLOAT`
KOBAYASHI Shuji
2019-01-15
Fix coercing for first step counter in `Numeric#step`
KOBAYASHI Shuji
2019-01-04
Integrate mrblib/float.rb into src/numeric.c
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2018-11-19
Avoid assignments from type checking `String#__to_str`.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_hash` conversion method.
Yukihiro "Matz" Matsumoto
[next]