| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-30 | Merge branch 'ksss-enumerator-lazy' | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | resolve conflict; ref #3306 | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | Merge pull request #3305 from ksss/lazy-to_enum | Yukihiro "Matz" Matsumoto | |
| Implement Enumerable::Lazy#to_enum and enum_for | |||
| 2016-11-30 | Change Lazy class outer | ksss | |
| Lazy class should be under Enumerator instead of Enumerable | |||
| 2016-11-30 | Implement Enumerable::Lazy#to_enum and enum_for | ksss | |
| 2016-11-30 | Prohibit instantiation of immediate objects | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | Merge pull request #3278 from bouk/dup-class | Yukihiro "Matz" Matsumoto | |
| Copy over INSTANCE_TT when duping class | |||
| 2016-11-30 | add a test for #3296 | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | should not refer Struct class by name; fix #3296 | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | check ttype before object allocation; fix #3294 | Yukihiro "Matz" Matsumoto | |
| 2016-11-30 | Merge pull request #3304 from clayton-shopify/fix-array-size | Yukihiro "Matz" Matsumoto | |
| Use size_t to calculate bytes needed for array. | |||
| 2016-11-30 | Merge pull request #3303 from bouk/empty-nil | Yukihiro "Matz" Matsumoto | |
| Interpret argument in 'f ()' as nil instead of nothing | |||
| 2016-11-29 | Use size_t to calculate bytes needed for array. | Clayton Smith | |
| 2016-11-29 | Interpret argument in 'f ()' as nil instead of nothing | Bouke van der Bijl | |
| 2016-11-29 | ary_concat: support self concatenation; fix #3302 | Yukihiro "Matz" Matsumoto | |
| 2016-11-28 | pre-allocate arena overflow error | Yukihiro "Matz" Matsumoto | |
| 2016-11-27 | parse.y: use opt_paren_args to simplify yield rule | Yukihiro "Matz" Matsumoto | |
| 2016-11-27 | Added Exception check in mrb_exc_set(); close #3292 | Yukihiro "Matz" Matsumoto | |
| PR #3293 just checks for NoMethodError. | |||
| 2016-11-27 | Merge pull request #3301 from dabroz/feature-64-bit-word | Yukihiro "Matz" Matsumoto | |
| Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit mode | |||
| 2016-11-27 | replace _cstr by _lit for litral C strings; ref #3300 | Yukihiro "Matz" Matsumoto | |
| 2016-11-27 | Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit mode | Tomasz Dabrowski | |
| 2016-11-27 | Add NULL checks for Time data retrieval | Yukihiro "Matz" Matsumoto | |
| 2016-11-27 | Merge pull request #3300 from herwinw/doc | Yukihiro "Matz" Matsumoto | |
| Added documentation on function for globals | |||
| 2016-11-27 | Added documentation on function for globals | Herwin Weststrate | |
| 2016-11-27 | Merge pull request #3299 from dabroz/feature-16-bit-nan | Yukihiro "Matz" Matsumoto | |
| Fixed NaN boxing when MRB_INT16 is set | |||
| 2016-11-26 | Fixed NaN boxing when MRB_INT16 is set | Tomasz Dąbrowski | |
| 2016-11-26 | removed failing test for Time#initialize; ref #3295 | Yukihiro "Matz" Matsumoto | |
| 2016-11-26 | Merge pull request #3293 from ksss/enum-first | Yukihiro "Matz" Matsumoto | |
| Fix incompatibility for Enumerable#first | |||
| 2016-11-26 | Merge pull request #3295 from bouk/time-seg | Yukihiro "Matz" Matsumoto | |
| Fix null pointer dereference in mrb_time_initialize | |||
| 2016-11-26 | Merge pull request #3298 from dabroz/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix typo in istruct.h | |||
| 2016-11-25 | Fix typo in istruct.h | Tomasz Dąbrowski | |
| 2016-11-25 | Fix null pointer dereference in mrb_time_initialize | Bouke van der Bijl | |
| Reported by https://hackerone.com/raydot | |||
| 2016-11-25 | Argument more strictly | ksss | |
| 2016-11-25 | Like a Enumerable#take | ksss | |
| 2016-11-25 | stop warnings in the test; ref #3280 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-nested-empty-heredoc' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3279 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-struct-array-members' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3281 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-127-segfaults' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3283 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-retry-codegen-misalign' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3285 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-empty-ternary' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3286 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge pull request #3287 from bouk/proc-arity | Yukihiro "Matz" Matsumoto | |
| Fix calling .arity on Proc with undefined `initialize` | |||
| 2016-11-25 | Merge pull request #3284 from bouk/remove-method-segfault | Yukihiro "Matz" Matsumoto | |
| Fix segfault on remove_method with invalid argument | |||
| 2016-11-25 | Merge pull request #3282 from bouk/fix-break-instance-class | Yukihiro "Matz" Matsumoto | |
| Fix segfault when defining class inside instance_exec on primitive | |||
| 2016-11-25 | Merge pull request #3280 from bouk/struct-redefine | Yukihiro "Matz" Matsumoto | |
| Remove constant when a struct is redefined. | |||
| 2016-11-25 | Merge pull request #3288 from bouk/chomp-bang-len | Yukihiro "Matz" Matsumoto | |
| Get String length after args in String#chomp! | |||
