summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-28[PRISM] Allow space before encoding commentKevin Newton
2024-03-28[PRISM] Simplify raising load errorsKevin Newton
2024-03-28[ruby/prism] Ensure deserialization works with errors+warnings>256Kevin Newton
2024-03-28[ruby/prism] Various cleanup with new -x optionKevin Newton
2024-03-28[PRISM] Use new -x prism APIKevin Newton
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-28Allow FormatError to take either String or Gem for sourceJake Zimmerman
2024-03-28Don't check for dynamic symbol when reference updatingPeter Zhu
2024-03-28Clean symlinks to be runnable [ci skip]Nobuyoshi Nakada
2024-03-28[ruby/prism] Improve description for InterpolatedStringNodeFlagsAndrew Konchin
2024-03-28Suppress warning at literal stringNobuyoshi Nakada
2024-03-28[Bug #20398] Terminate token buffer at invalid octal numberNobuyoshi Nakada
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-03-28[DOC] Use `rdoc-ref:@` shorthands for `rdoc-label:` tagsNobuyoshi Nakada
2024-03-28[DOC] molinillo has been movedNobuyoshi Nakada
2024-03-28Launchable: Configure OS correctly in macos.yamlNaoto Ono
2024-03-28Add a missing asan_unpoisoning_p in gc_set_candidate_object_iKJ Tsanaktsidis
2024-03-28Make TestParallel#test_retry_workers consider RUBY_TEST_TIMEOUT_SCALEKJ Tsanaktsidis
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[ruby/prism] Warn on static literal arrays in predicate writesKevin 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-27[PRISM] Include file and line in error messageKevin Newton
2024-03-27[ruby/stringio] Extract `readonly_string_p`Nobuyoshi Nakada
2024-03-28[ruby/stringio] Adjust styles [ci skip]Nobuyoshi Nakada
2024-03-28[ruby/stringio] Eagerly defrost chilled stringsÉtienne Barrié
2024-03-28Read as binary regardless localeNobuyoshi Nakada
2024-03-27[PRISM] Use new error formatting APIKevin Newton
2024-03-27[ruby/prism] Add option for inlining messages for error formattingKevin Newton
2024-03-27Remove st_lookup when updating object IDPeter Zhu
2024-03-27Check FL_SEEN_OBJ_ID before looking up in tablePeter Zhu
2024-03-27Add array/hash implicit allocation testsJeremy Evans
2024-03-27Turn GC off at boot on WindowsPeter Zhu
2024-03-27Revert "skip `test_gc_stress_at_startup`"Peter Zhu
2024-03-27Fix setting GC stress at boot when objspace not availablePeter Zhu
2024-03-27Register classpath of FrozenCore before converting to ICLASSPeter Zhu
2024-03-27Register rb_fix_to_s_static as global right after creatingPeter Zhu
2024-03-27[PRISM] Fix up some error formatting edge casesKevin Newton
2024-03-27[PRISM] Pass --enable-frozen-string-literal through to evalsKevin Newton
2024-03-27[PRISM] Enable other passing specsKevin Newton
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[rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer