summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-30Only check RubyVM on CRubyCharles Oliver Nutter
2024-10-30[rubygems/rubygems] Fix `gem update --system` leaving old default bundler exe...David Rodríguez
2024-10-29[ruby/error_highlight] Redefine in the module contextNobuyoshi Nakada
2024-10-30Fix method definition ownersNobuyoshi Nakada
2024-10-29[ruby/error_highlight] Suppress smaller `max_snippet_width` warningNobuyoshi Nakada
2024-10-29Handle all formatting configs potentially being `nil`.Jean Boussier
2024-10-26[ruby/json] Workaround rubygems $LOAD_PATH bugJean Boussier
2024-10-26[ruby/json] Cleanup test_helper.rbJean Boussier
2024-10-26json_pure: fix ractor compatibilityJean Boussier
2024-10-26[ruby/json] Cleaner .encode / .force_encodingJean Boussier
2024-10-26[ruby/json] Modernize heredocsJean Boussier
2024-10-26pretty_generate: don't apply object_nl / array_nl for empty containersJean Boussier
2024-10-26[ruby/json] JSON.dump / String#to_json: raise on invalid encodingJean Boussier
2024-10-26Raise the correct exception in fast_serialize_stringBenoit Daloze
2024-10-26[ruby/json] raise_parse_error: avoid UBJean Boussier
2024-10-26[ruby/json] Drop compatibility for missing Array#permutation (Ruby <= 1.8.6)Étienne Barrié
2024-10-26Use frozen string literalsÉtienne Barrié
2024-10-26Use Encoding constants, String#bÉtienne Barrié
2024-10-26[ruby/json] Add test coverage for JSON.load with a ProcJean Boussier
2024-10-26[ruby/json] Limit the size of ParserError exception messagesJean Boussier
2024-10-26[ruby/strscan] [JRuby] Optimize `scan()`: Remove duplicate `ifNAITOH Jun
2024-10-26[ruby/fiddle] Fix Fiddle::Handle.new for a missing library in theBenoit Daloze
2024-10-25[ruby/reline] Add completion_append_character testtomoya ishida
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-24[rubygems/rubygems] [SpecFetcher tests] Use >3 character long fake gem name.Ellen Marie Dash
2024-10-24[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...Guilherme Carreiro
2024-10-23[rubygems/rubygems] Add another bail-early condition to suggest_gems_from_nam...Ellen Marie Dash
2024-10-23[ruby/error_highlight] Adjust truncation, add opt-out mechanism, rename metho...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long lines with errors in the middle of th...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long linesGuilherme Carreiro
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-20[ruby/irb] Improve history test's encoding settingGo
2024-10-18[ruby/ipaddr] Added to_json/as_json methodTaketo Takashima
2024-10-18[ruby/fiddle] test: Fix a typokojix2
2024-10-18Relax Pure::Parser's comment regex...Stephen Humphries
2024-10-18[ruby/json] Assume Encoding is definedJean Boussier
2024-10-18[ruby/json] Always dup argument to preserve original encoding for force_encodingTakumasa Ochi
2024-10-18[ruby/json] Fix behavior of trying to parse non-string objectsYuheiNakasaka
2024-10-17[ruby/rdoc] feature: Render mixed-in methods and constants withMike Dalessio
2024-10-17[ruby/etc] Fix sysconfdir when load-relativeNobuyoshi Nakada
2024-10-17[ruby/win32-registry] Fix compatibility with JRubyLars Kanis
2024-10-17[ruby/win32-registry] Move all tests to volatile environment and use per-test...Lars Kanis
2024-10-16Fix memory leak in syntax error in prismPeter Zhu
2024-10-16RubyVM::InstructionSequence.of Thread::Backtrace::LocationKevin Newton
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-16Skip GC compaction tests in test_yjit.rb when not supportedPeter Zhu
2024-10-16[ruby/yaml] Make YAML::DBM optionalHiroshi SHIBATA
2024-10-16[ruby/yaml] Also use safe_load with each_value, values and shiftHiroshi SHIBATA