aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* optimize get_power2 [Feature #15631]pavel2019-08-281-4/+1
* Remove debug print [ci skip]Kazuhiro NISHIYAMA2019-08-281-1/+0
* Use `set-env` instead of `grep` in each stepKazuhiro NISHIYAMA2019-08-281-15/+16
* Use JOBS again like macos.ymlKazuhiro NISHIYAMA2019-08-281-2/+6
* Change name to `Tests (test-bundled-gems)`Kazuhiro NISHIYAMA2019-08-281-1/+1
* Add name to autoconfKazuhiro NISHIYAMA2019-08-281-1/+2
* Remove GITHUB_SHA from jobs.<job_id>.steps.envKazuhiro NISHIYAMA2019-08-283-7/+0
* Allow missing projectnumber [ci skip]Kazuhiro NISHIYAMA2019-08-281-1/+1
* Show projectnumber in current index.html and GITHUB_SHAKazuhiro NISHIYAMA2019-08-281-0/+2
* Directly mark compile options from the AST objectAaron Patterson2019-08-272-2/+2
* Fix doxygen actionKazuhiro NISHIYAMA2019-08-281-26/+10
* Run on schedule only and skip if not modifiedKazuhiro NISHIYAMA2019-08-281-17/+35
* Remove jquery.jsaycabta2019-08-281-2/+0
* Stop passing CC_LIBS in compile_c_to_oTakashi Kokubun2019-08-281-1/+1
* Version 6.2.0aycabta2019-08-281-1/+1
* Good bye jQueryaycabta2019-08-286-179/+92
* Treat RUBY_REVISION as an integer on old rubiesNAKAMURA Usaku2019-08-281-4/+8
* Make doxygen / coverage torelant to clone raceTakashi Kokubun2019-08-282-4/+4
* * 2019-08-28 [ci skip]git2019-08-281-1/+1
* Follows callback declaration updatesNobuyoshi Nakada2019-08-284-11/+16
* Drop more unused configs from doxygen and coverageTakashi Kokubun2019-08-272-16/+0
* Omit unused matrix strategy from doxygen workflowTakashi Kokubun2019-08-271-4/+0
* Short revision of SVN should be an IntegerNobuyoshi Nakada2019-08-271-1/+1
* Fix rb_thread_create argument typeTakashi Kokubun2019-08-271-1/+1
* Add graphviz for dot commandKazuhiro NISHIYAMA2019-08-271-1/+1
* Doxygen in GitHub Actions (#2406)Yusuke Endoh2019-08-271-0/+62
* delete `$` sign from C identifiers卜部昌平2019-08-274-12/+12
* rb_uninterruptible now free from ANYARGS卜部昌平2019-08-272-2/+2
* struct MEMO now free from ANYARGS卜部昌平2019-08-272-2/+2
* rb_ivar_foreach now free from ANYARGS卜部昌平2019-08-272-6/+8
* rb_hash_foreach now free from ANYARGS卜部昌平2019-08-275-20/+34
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-2710-60/+94
* struct st_hash_type now free from ANYARGS卜部昌平2019-08-272-5/+22
* st_foreach now free from ANYARGS卜部昌平2019-08-278-19/+33
* rb_thread_create now free from ANYARGS卜部昌平2019-08-274-5/+5
* rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平2019-08-275-13/+13
* rb_catch now free from ANYARGS卜部昌平2019-08-273-7/+7
* rb_ensure now free from ANYARGS卜部昌平2019-08-2717-37/+62
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-278-18/+20
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-273-3/+3
* decouple compile.c usage of imemo_ifunc卜部昌平2019-08-277-36/+56
* #define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平2019-08-273-10/+6
* fix function prototype mismatch of rb_block_call卜部昌平2019-08-271-2/+2
* delete rb_method_defined_by declaration.卜部昌平2019-08-271-1/+0
* Revert "Explain which test task"Nobuyoshi Nakada2019-08-272-4/+4
* .github/workflows/coverage.yml: add a cron job for coverage in ActionsYusuke Endoh2019-08-271-0/+68
* Explain which test taskNobuyoshi Nakada2019-08-272-4/+4
* Use array indexing with considering clang's feelingNobuyoshi Nakada2019-08-271-1/+1
* compile.c: remove const from the first argument of dladdrYusuke Endoh2019-08-271-1/+1
* signal.c: Don't mark ruby_abort as NORETURN on SolarisYusuke Endoh2019-08-271-0/+2