summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-17.travis.yml: enhance build matrixshyouhei
2018-10-17NEWS in rdoc mode [ci skip]nobu
2018-10-17Fix NEWS format [ci skip]nobu
2018-10-17* expand tabs.svn
2018-10-17Remove the level information from throw instructionmame
2018-10-17Merge rdoc-6.1.0.beta2aycabta
2018-10-17Check the end of Compilation Unit by unit length instead of level of treenaruse
2018-10-16Support base address selection entrynaruse
2018-10-16Correct the handling of .debug_rangesnaruse
2018-10-16The value of .debug_ranges are uintptr_tnaruse
2018-10-16If high_pc uses DW_FORM_addr, it's not size but addressnaruse
2018-10-16* 2018-10-17svn
2018-10-16Spec: Fix spec/ruby/core/array/reject_spec.rb & miscmarcandre
2018-10-16tool/downloader.rb: retry Net::ReadTimeoutk0kubun
2018-10-16string.c: grapheme cluster regexp failurenobu
2018-10-16regerror.c: lenghten MAX_ERROR_PAR_LEN to contain old property namesnobu
2018-10-16regparse.c: check the result of propname2ctypenobu
2018-10-16revert r65091, r65090 because ci failsduerst
2018-10-16check dwarf version and skip non Dwarf v4naruse
2018-10-16update to Unicode 11.0.0 (basic step, not complete yet)duerst
2018-10-16add some comments to enc/unicode/case-folding.rb [ci skip]duerst
2018-10-16* 2018-10-16svn
2018-10-16Removed data for old Unicode [ci skip]nobu
2018-10-15unicode.c: moved addtional GCB rangesnobu
2018-10-15regparse.c: Suppress duplicated range warning by mere \Xnobu
2018-10-15regparse.c: warn all duplicated ranges when debuggingnobu
2018-10-15.travis.yml: try `addons.apt.config.retries: true` as wellk0kubun
2018-10-15.travis.yml: try `addons.apt.update: true` for gcc-8k0kubun
2018-10-15detect clang++shyouhei
2018-10-15Pass cflags given to configure to mjitnobu
2018-10-14Moved hexdump macro before usednobu
2018-10-14Make local functions staticnobu
2018-10-14* 2018-10-15svn
2018-10-14Read debug_info to show inline functions in backtracenaruse
2018-10-14_mjit_compile_ivar.erb: optimize setivar as wellk0kubun
2018-10-14_mjit_compile_getivar.erb: we may not say receiver [ci skip]k0kubun
2018-10-14vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVARk0kubun
2018-10-14_mjit_compile_getivar.erb: optimize IC-hit getivark0kubun
2018-10-14vm_insnhelper.c: remove obsoleted comment [ci skip]k0kubun
2018-10-14appveyor.yml: test open-uri separatelyk0kubun
2018-10-13NEWS: Hash#update! does not existstomar
2018-10-13hash.c: improve docs for Hash#{merge,merge!,update}stomar
2018-10-13string.c: [DOC] add example code for String#strip!stomar
2018-10-13string.c: small doc improvementstomar
2018-10-13array.c: fix rdoc syntaxstomar
2018-10-13* 2018-10-14svn
2018-10-13Define PRIdPTR etcnobu
2018-10-13Remove compile-time dependencies on ruby/version.hnobu
2018-10-13vm_insinhelper.c: prefer using inlinable functionk0kubun
2018-10-13vm_insnhelper.c: finish reverting r63333k0kubun