summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-03[ruby/prism] Update whitequark/parser testsKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-03Do not rely on ripper for magic comment testKevin Newton
2024-04-02[PRISM] Fix ISEQ loadKevin Newton
2024-04-02[PRISM] Document more reasons for failuresKevin Newton
2024-04-02[PRISM] Enable more passing parsing testsKevin Newton
2024-04-02[Feature #20345] Add `--target-rbconfig` option to mkmfYuta Saito
2024-04-02[Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk
2024-04-01[ruby/prism] Match more error messagesKevin Newton
2024-04-01[PRISM] Enable passing pattern matching testsKevin Newton
2024-04-01[ruby/prism] Do not track locals starting with _Kevin Newton
2024-04-01[ruby/prism] Use RubyVM::InstructionSequence instead of Ripper for validity c...Kevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
2024-04-01[ruby/reline] Refactor completiontomoya ishida
2024-04-01[ruby/reline] Align completion menu itemstomoya ishida
2024-04-01Rename the variableNobuyoshi Nakada
2024-04-01Write gzipped data as binaryNobuyoshi Nakada
2024-04-01Use dummy data generated by RubyGemsHiroshi SHIBATA
2024-03-31[ruby/resolv] Add an explicit with_udp_and_tcp helper to test_dns.rbKJ Tsanaktsidis
2024-03-29[PRISM] Fix error message for duplicate parameter nameKevin Newton
2024-03-29[PRISM] Have RubyVM::InstructionSequence.compile respect --parser=prismKevin Newton
2024-03-29[rubygems/rubygems] Add "gem rebuild" command.Ellen Marie Dash
2024-03-28[PRISM] Enable passing regexp testKevin Newton
2024-03-28[ruby/prism] Allow writing to keywords with named captures if they are alread...Kevin Newton
2024-03-28[ruby/prism] Reject invalid capture groups (keywords)Kevin Newton
2024-03-28[ruby/prism] Ensure deserialization works with errors+warnings>256Kevin Newton
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-03-28Set ASAN_OPTIONS=disable_coredump=0 for test_execopts_rlimit testKJ Tsanaktsidis
2024-03-28Disable ASAN handle_segv in test_rubyoptions.rbKJ Tsanaktsidis
2024-03-27[PRISM] Set path on syntax errorKevin Newton
2024-03-27[PRISM] Enable passing test for hash duplicated keysKevin Newton
2024-03-27[ruby/prism] Compare duplicates keys/whens for __FILE__Kevin Newton
2024-03-27[PRISM] Turn on passing testKevin Newton
2024-03-27[PRISM] Implicitly change encoding when a UTF-8 BOM is foundKevin Newton
2024-03-27[PRISM] Match style for invalid encoding errorKevin Newton
2024-03-28[ruby/stringio] Eagerly defrost chilled stringsÉtienne Barrié
2024-03-27Add array/hash implicit allocation testsJeremy Evans
2024-03-27Revert "skip `test_gc_stress_at_startup`"Peter Zhu
2024-03-27[PRISM] Enable passing syntax testsKevin Newton
2024-03-27[PRISM] Enable passing frozen string in array testKevin Newton
2024-03-27[PRISM] Enable passing heredoc testKevin Newton
2024-03-27[PRISM] Fix ASCII-compatible check for eval encodingKevin Newton
2024-03-27[ruby/strscan] Omit tests for `#scan_byte` and `#peek_byte` onAndrii Konchyn
2024-03-27[ruby/openssl] Fix test_pkey_dsa.rb in FIPS.Jun Aruga
2024-03-27[DOC] remove repetitive words in commentscrazeteam
2024-03-27Don't clear pending interrupts in the parent process. (#10365)Samuel Williams
2024-03-26[PRISM] Use correct encoding for regular expression literalsKevin Newton
2024-03-26[ruby/prism] Fix an incorrect range of `Prism::Location` when `PM_ERR_RETURN_...Koichi ITO