aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add #include guard hack卜部昌平2020-04-13255-1038/+1141
* Add MJIT_COUNTER macro to dump total_callsTakashi Kokubun2020-04-121-0/+20
* Avoid UB with flexible array memberAlan Wu2020-04-122-4/+4
* * 2020-04-13 [ci skip]git2020-04-131-1/+1
* Make rb_scan_args implementations sameNobuyoshi Nakada2020-04-122-36/+52
* Honor COLUMNS [Feature #16754]Nobuyoshi Nakada2020-04-121-6/+9
* Hightlight usage [Feature #16754]Nobuyoshi Nakada2020-04-121-14/+27
* Set up environment variable for pager [Feature #16754]Nobuyoshi Nakada2020-04-121-0/+8
* PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada2020-04-123-7/+37
* View the help message with PAGER [Feature #16754]Nobuyoshi Nakada2020-04-122-0/+37
* Enable fastpath on invokesuper (#3021)Takashi Kokubun2020-04-111-2/+3
* * 2020-04-12 [ci skip]git2020-04-121-1/+1
* Relaxed of R-assign value to argNobuyoshi Nakada2020-04-122-6/+3
* Support version ranges for MSVC [Feature #16763]Nobuyoshi Nakada2020-04-112-1/+12
* Assertions for basic use of `encoding:` optionNobuyoshi Nakada2020-04-111-0/+14
* Assertions for enumerators of DirNobuyoshi Nakada2020-04-111-0/+12
* Removed unnecessary `to_a` callNobuyoshi Nakada2020-04-111-1/+1
* [ci skip] Enumerator doc cleanupgerero202020-04-111-3/+3
* Don't require sub-word atomicsAndreas Schwab2020-04-111-2/+2
* Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada2020-04-113-16/+69
* Fix articles.Tanaka Akira2020-04-111-2/+2
* * 2020-04-11 [ci skip]git2020-04-111-1/+1
* Replace Fixnum by Integer in a document.Tanaka Akira2020-04-111-3/+3
* RUBY3_HAS_ATTRIBUTE: fix fallbacks卜部昌平2020-04-101-20/+20
* [DOC] Fixed POSIX clock_getres(3) link [ci skip]Nobuyoshi Nakada2020-04-101-1/+1
* include/ruby/3: do not skip RUBY3_UNREACHABLE_RETURN卜部昌平2020-04-102-4/+0
* Warn about Process#clock_getres being unreliable in documentationBenoit Daloze2020-04-101-11/+12
* Reference to [Feature #16746] [ci skip]Nobuyoshi Nakada2020-04-101-0/+1
* Endless method definition [Feature #16746]Nobuyoshi Nakada2020-04-104-38/+132
* R-assign is still experimental [Feature #15921] [ci skip]Nobuyoshi Nakada2020-04-101-1/+2
* Turn class variable warnings into exceptionsJeremy Evans2020-04-109-34/+37
* ext/-test-/cxxanyargs: add #pragma for icc.卜部昌平2020-04-101-0/+3
* ruby3_rstring_getmem: suppres warning卜部昌平2020-04-101-0/+8
* RUBY3_ASSUME: suppress warnings on icc卜部昌平2020-04-101-1/+11
* configure: suppress SunPro warning卜部昌平2020-04-101-0/+7
* configure: suppress icc warnings卜部昌平2020-04-101-1/+1
* configure: always check for __builtin_unreachable卜部昌平2020-04-101-1/+1
* RUBY3_HAS_BUILTIN: fix __builtin_unreachable卜部昌平2020-04-101-1/+1
* mjit_worker: __GNUC__ is too lax卜部昌平2020-04-101-1/+1
* Rightward-assign by ASSOCNobuyoshi Nakada2020-04-103-2/+52
* update dependenciesKoichi Sasada2020-04-101-1/+17
* reduce duplicate include.Koichi Sasada2020-04-1040-56/+9
* Make `#inspect` interruptible in `Kernel#p`Nobuyoshi Nakada2020-04-101-20/+16
* * 2020-04-10 [ci skip]git2020-04-101-1/+1
* Constified writev function familyNobuyoshi Nakada2020-04-101-3/+3
* Fixed to initialize ruby-core repository when it has no master branchHiroshi SHIBATA2020-04-091-2/+4
* Support one repository for updating the latest commitsHiroshi SHIBATA2020-04-091-1/+5
* Revert "include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compi...Yusuke Endoh2020-04-091-2/+2
* should check pending interrupts correctly.Koichi Sasada2020-04-092-1/+31
* include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compilerYusuke Endoh2020-04-091-2/+2