aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
...
* fix MJIT link error卜部昌平2020-07-131-1/+2
* inline Primitive.cexpr!卜部昌平2020-07-132-1/+4
* Fix missing imemo cases in objspace_dump by refactoringAlan Wu2020-07-101-0/+1
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-031-15/+5
* Renamed `nurat_sub` compliant with `rb_rational_plus`Nobuyoshi Nakada2020-07-011-0/+1
* Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada2020-06-041-0/+6
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-1/+2
* Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski2020-05-231-0/+6
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-1/+9
* Revert "Fix origin iclass pointer for modules"Jeremy Evans2020-05-221-9/+1
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-1/+9
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-05-181-1/+1
* Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh2020-05-151-0/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-1128-44/+44
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-116-16/+16
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-1128-44/+44
* Allow global variables to moveAaron Patterson2020-05-071-0/+1
* internal/process.h: forgot to guard "#ifdef HAVE_WORKING_FORK"Yusuke Endoh2020-05-021-0/+2
* internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh2020-05-021-0/+12
* __GNUC__ is too lax卜部昌平2020-04-211-1/+1
* Added rb_syserr_new_pathNobuyoshi Nakada2020-04-151-0/+3
* delete CACHELINE卜部昌平2020-04-131-11/+0
* add #include guard hack卜部昌平2020-04-1351-152/+156
* PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada2020-04-121-0/+1
* internal/bits.h: Suppress "uninitialized variable"Yusuke Endoh2020-04-091-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-0852-560/+328
* Export `rb_deprecate_constant`Nobuyoshi Nakada2020-04-021-1/+1
* Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada2020-03-211-8/+2
* hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh2020-03-161-0/+1
* Fix typos (#2958)K.Takata2020-03-111-1/+1
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-02-281-0/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-223-39/+8
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-222-29/+3
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-1/+1
* Separate objspace argument for rb_gc_disable and rb_gc_enableNobuyoshi Nakada2020-02-091-0/+3
* Extract a function, ruby_reset_timezone().Tanaka Akira2020-01-281-0/+1
* Added rb_warn_deprecated_to_removeNobuyoshi Nakada2020-01-231-0/+1
* internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}Kenta Murata2020-01-172-0/+17
* Make RATIONAL_SET_{NUM,DEN} static inline functionsKenta Murata2020-01-171-2/+16
* add missing #include卜部昌平2020-01-101-0/+1
* avoid undefined behaviour when n==0卜部昌平2020-01-101-7/+49
* more use of MSC_VERSION_SINCE卜部昌平2020-01-101-16/+18
* fix Windows breakage卜部昌平2020-01-101-2/+2
* fix typos卜部昌平2020-01-101-3/+3
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-1/+0
* move internal/debug.h definitions to internal.hKoichi Sasada2020-01-031-39/+0
* Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)Kenta Murata2019-12-311-2/+10
* Fixed an unavailable sanitizer featureNobuyoshi Nakada2019-12-291-1/+1
* reroute macro conflicts on OpenBSD卜部昌平2019-12-271-6/+18
* Try to fix error on SolarisKazuhiro NISHIYAMA2019-12-271-1/+1