summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-06-12[ruby/irb] Invalid encoding symbol now raises SyntaxError also intomoya ishida
2024-06-12[Bug #20572] Abandon if replacing destination is the sameNobuyoshi Nakada
2024-06-12[ruby/irb] Cleanup irbrc generator cache always at teardowntomoya ishida
2024-06-11[ruby/openssl] Pass through nil as digest when signing certificatesgartens
2024-06-11[ruby/prism] Match CRuby error message for unknown regexp optionsKevin Newton
2024-06-11compile.c: use putspecialobject for RubyVM::FrozenCoreJean Boussier
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-10Don't skip test_inspect_under_gc_compact_stressPeter Zhu
2024-06-10[ruby/prism] Allow block exits in loop predicatesKevin Newton
2024-06-09[ruby/irb] Suppress Ruby warnings in certain backtrace filteringStan Lo
2024-06-08[ruby/openssl] Add X509::Certificate#tbs_bytesSamuel Giddins
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Document that nested heredocs are not properly parsed for parserKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-07Remove prism compiler warningKevin Newton
2024-06-07Don't use SEGV signal when timeout in test_gc_compactPeter Zhu
2024-06-07TestRequire#test_loading_fifo_threading_success: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_timeout_shorter_than_global: Extend the timeout limitYusuke Endoh
2024-06-07TestRequire#test_loading_fifo_fd_leak: Extend the timeout limitYusuke Endoh
2024-06-07TestGc#test_thrashing_for_young_objects: extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_s_timeout: accept timeout errors more tolerantlyYusuke Endoh
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-06-07Extend timeout of TestGCCompect#test_moving_objects_between_size_poolsYusuke Endoh
2024-06-07ripper: Fix excess `compile_error` at simple backref op_asgnNobuyoshi Nakada
2024-06-06Fix Module#define_method to change visibility when passed existing method bodyJeremy Evans
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-07Make subclasses to define methodsNobuyoshi Nakada
2024-06-06[Bug #20521] ripper: Clean up strtermNobuyoshi Nakada
2024-06-06[ruby/reline] Remove instance variable @first_chartomoya ishida
2024-06-06[ruby/logger] Add support for symbols in #shift_ageBaron Bloomer
2024-06-05Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabledJean Boussier
2024-06-05[ruby/prism] Parse all regular expressionsKevin Newton
2024-06-05[ruby/prism] Add Onigmo to other gemfilesKevin Newton
2024-06-05[ruby/prism] Add Onigmo errors for invalid groupsKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for invalid repeat and empty group nameKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for empty char-classKevin Newton
2024-06-05[ruby/prism] Report onigmo errors for depthKevin Newton
2024-06-05[ruby/irb] Add accidentally dropped disable_irb command backStan Lo
2024-06-05[ruby/reline] Refactor input key readingtomoya ishida
2024-06-05[ruby/openssl] Fix test_create_with_mac_iter accidently setting keytype not m...KJ Tsanaktsidis
2024-06-04[ruby/prism] (parser) mark spanning newlines as incorrectKevin Newton
2024-06-04[ruby/prism] (parser) split up regexp content by linesKevin Newton
2024-06-04[ruby/prism] (parser) handle quoted symbols in hash patternsKevin Newton
2024-06-04[ruby/prism] (parser) mark unary_num_pow_precedence as incorrectKevin Newton
2024-06-04[ruby/prism] (parser) fix up nested multi writeKevin Newton
2024-06-04[ruby/reline] Ensure no escape sequence before printing prompttomoya ishida
2024-06-04Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...Takashi Kokubun
2024-06-04[ruby/prism] Revert "Revert "Properly destructure procarg0 in parser translat...Kevin Newton