aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
* add minimaist C++ check卜部昌平2019-09-091-2/+41
* static member variables must explictly be initialized卜部昌平2019-09-091-0/+2
* Revert "save committers' weekend from CI failures"卜部昌平2019-09-093-0/+378
* save committers' weekend from CI failures卜部昌平2019-09-063-378/+0
* avoid name mangling卜部昌平2019-09-061-1/+1
* nullptr is a C++11ism.卜部昌平2019-09-061-2/+3
* fix Visual Studio compilation error卜部昌平2019-09-061-1/+1
* add test for cxxanyargs.hpp卜部昌平2019-09-063-0/+377
* fix arity of bug_start卜部昌平2019-08-291-1/+1
* st_foreach now free from ANYARGS卜部昌平2019-08-272-3/+2
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-1/+1
* Warn instance variable `E`Nobuyoshi Nakada2019-08-101-3/+12
* ext/-test-/bug-14834/bug-14384.c: fallback for MAYBE_UNUSEDYusuke Endoh2019-08-011-0/+4
* fix VC 2013 compile error卜部昌平2019-08-011-2/+2
* fix tracepoint + backtrace SEGV卜部昌平2019-08-013-0/+51
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-1444-0/+88
* Added depend filesNobuyoshi Nakada2019-07-1428-0/+452
* Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada2019-07-011-0/+8
* Update dependenciesNobuyoshi Nakada2019-05-131-0/+11
* str_duplicate: Don't share with a frozen shared stringAlan Wu2019-05-091-0/+35
* numeric.c: fix infinite loopnobu2019-03-111-0/+7
* Suppress a warningnobu2019-02-131-1/+1
* check return value of `write` to suppress warning.ko12019-02-131-1/+2
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-1110-36/+36
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+41
* ../arith_seq/../extract.c: remove unused variablek0kubun2018-12-211-1/+1
* Add test cases of rb_arithmetic_sequence_extractmrkn2018-12-122-0/+29
* Add more assertions for NotImplementedError of instance methodkazu2018-08-211-1/+1
* Fix test bugkazu2018-08-131-0/+2
* UNREACHABLE_RETURNnobu2018-07-243-4/+4
* Fixup r63864kazu2018-07-061-1/+1
* Prefixed reset_leap_second_infonobu2018-07-061-1/+1
* Make a prototypenobu2018-07-051-1/+1
* ruby tool/update-deps --fixnaruse2018-07-051-0/+35
* Add missing prototypenaruse2018-07-051-0/+1
* Add missing filenaruse2018-07-051-0/+14
* Define AST module under RubyVM [experimental]yui-knk2018-05-312-498/+0
* ast.c: Do not taint TOPLEVEL_BINDINGyui-knk2018-05-311-10/+2
* -test-/wait_for_single_fd: fix -Wformat-security warningnormal2018-05-151-1/+1
* test_wait_for_single_fd: ensure this works with kqueuenormal2018-05-142-0/+66
* ast.c: use enum in switch for warningsnobu2018-05-011-3/+3
* node.c: predicates for special NODEsnobu2018-03-201-3/+3
* ruby.h: relax rb_funcall check on extra args for clangnormal2018-01-301-1/+15
* node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame2018-01-161-2/+2
* Add tests for Node code locationsyui-knk2018-01-152-0/+506
* test_console_attr.rb: fix testnobu2018-01-151-0/+5
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* long long is a C99ismshyouhei2018-01-021-0/+4
* Init functions should have prefix to avoid confliction.shugo2017-12-0316-16/+16
* staticnaruse2017-12-021-2/+2