summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-15Extract the wrapped value when yydebug [Bug #18075]Nobuyoshi Nakada
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-15[Win32] put a space before configure options [Bug #17588]Nobuyoshi Nakada
2021-08-15* 2021-08-15 [ci skip]git
2021-08-15Disable checks for LTO [ci skip]Nobuyoshi Nakada
2021-08-14Ignore `DW_FORM_ref_addr` [Bug #17052]xtkoba+ruby@gmail.com
2021-08-14Add checks for gcc/clang with LTONobuyoshi Nakada
2021-08-14Disable debug flag for executable files when LTO [ci skip]Nobuyoshi Nakada
2021-08-14Get rid of unintented recursion when RUBY_DEBUGNobuyoshi Nakada
2021-08-14Mark internal class namesNobuyoshi Nakada
2021-08-14Add some "cold" marksNobuyoshi Nakada
2021-08-14A comment for typed data in `rb_check_type` [ci skip]Nobuyoshi Nakada
2021-08-14Rename labels in `Check_Type` more descriptiveNobuyoshi Nakada
2021-08-14[ruby/readline-ext] Give up Editlineaycabta
2021-08-14[ruby/reline] Add workspace member for the latest IRB's implementationaycabta
2021-08-14[ruby/reline] Remove private visibilityaycabta
2021-08-14[ruby/reline] Remove interrupt avoidanceaycabta
2021-08-14[Win32] Skip over source update just after clone on AppVeyorNobuyoshi Nakada
2021-08-14Constified addr2line.cNobuyoshi Nakada
2021-08-13Reduce the amount of false positive notificationsTakashi Kokubun
2021-08-13ruby/spec no longer needs webrick to runBenoit Daloze
2021-08-13Revert "Pause an MJIT worker when JIT is cancelled"Takashi Kokubun
2021-08-14* 2021-08-14 [ci skip]git
2021-08-13Update to ruby/spec@330c641Benoit Daloze
2021-08-12Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun
2021-08-12Don't run mjit_cancel_all when MJIT is disabledTakashi Kokubun
2021-08-12Pause an MJIT worker when JIT is cancelledTakashi Kokubun
2021-08-12Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun
2021-08-13* 2021-08-13 [ci skip]git
2021-08-13Mark `rb_unexpected_type` as "cold" [Bug #18062]Nobuyoshi Nakada
2021-08-13Indicate the slow path of `Check_Type` never return [Bug #18062]Nobuyoshi Nakada
2021-08-12[ruby/reline] Version 0.2.7aycabta
2021-08-12[ruby/irb] Version 1.3.7aycabta
2021-08-12[ruby/irb] Update dependency, reline >= 0.2.7aycabta
2021-08-12Revert "Try to run test_interrupt_in_other_thread with Editline"aycabta
2021-08-12Try to run test_interrupt_in_other_thread with Editlineaycabta
2021-08-12Separate jobs conditionsNobuyoshi Nakada
2021-08-12RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+卜部昌平
2021-08-12* 2021-08-12 [ci skip]git
2021-08-12Outer block is required to rescue Timeout::Erroraycabta
2021-08-11Make during_compacting flag in GC one bitPeter Zhu
2021-08-11Add TODO comment to #test_interrupt_in_other_threadaycabta
2021-08-11Add comments about testing stepsaycabta
2021-08-11Put the result of the process into a variable onceaycabta
2021-08-11Stop exiting to show "SUCCESS"aycabta
2021-08-11Add logging about Errno::EPIPEaycabta
2021-08-11Write log to stdout immediatelyaycabta
2021-08-11Stop checking char from "read"aycabta
2021-08-11Break immediately if assertions finishedaycabta
2021-08-11Add "START" logaycabta