aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Visualize live ranges on register spill (#6651)Takashi Kokubun2022-11-011-6/+37
* YJIT: Add an assert to help with Context changesAlan Wu2022-11-011-1/+6
* YJIT: Delete redundant ways to make ContextAlan Wu2022-11-012-21/+6
* file2lastrev.rb: use output.rb for the optionsNobuyoshi Nakada2022-11-011-2/+5
* file2lastrev.rb: rename output as formatNobuyoshi Nakada2022-11-011-15/+15
* output.rb: extract from generic_erb.rbNobuyoshi Nakada2022-11-012-33/+55
* colorize.rb: support for NO_COLORNobuyoshi Nakada2022-11-011-1/+1
* vpath.rb: tweak --vpath option messageNobuyoshi Nakada2022-11-011-1/+1
* We don't care about actual hostname resolution. (#6652)Samuel Williams2022-11-011-1/+1
* vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada2022-11-011-3/+3
* Adjust indents [ci skip]Nobuyoshi Nakada2022-11-011-11/+11
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-11-012-5/+5
* Always lookup IV buffers when iteratingAaron Patterson2022-10-311-7/+36
* Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn2022-10-3110-202/+265
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-316-21/+46
* YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert2022-10-311-1/+1
* Reuse FIBER_RESUMED_P macroS-H-GAMELINKS2022-10-311-1/+1
* [ruby/error_highlight] Support nodes in `spot`eileencodes2022-10-312-2/+33
* Add `node_id_for_backtrace_location` functioneileencodes2022-10-313-0/+40
* [ruby/bigdecimal] Suppress macro redefinition warningsNobuyoshi Nakada2022-10-301-2/+2
* Ignore failure at moving revision.h [ci skip]Nobuyoshi Nakada2022-10-301-1/+1
* Try -fstack-protector-strong on MinGWNobuyoshi Nakada2022-10-302-3/+5
* Run spec_guards only when spec files changed [ci skip]Nobuyoshi Nakada2022-10-301-13/+5
* vcs.rb: copy safe directory configurationNobuyoshi Nakada2022-10-301-5/+42
* vcs.rb: prettify debug printNobuyoshi Nakada2022-10-301-10/+27
* Update bundled gems list at 2022-10-30git2022-10-302-2/+2
* [DOC] Enhanced RDOc for IO (#6642)Burdette Lamar2022-10-292-31/+89
* Fix links and sort [ci skip]Kazuhiro NISHIYAMA2022-10-301-6/+8
* [ruby/optparse] Add tests for `load(into:)`Nobuyoshi Nakada2022-10-291-0/+2
* [ruby/optparse] #load() into hashWhyme Lyu2022-10-291-4/+7
* [ruby/optparse] Add tests for `OptionParser#load`Nobuyoshi Nakada2022-10-291-0/+139
* [ruby/digest] Use CommonDigest by default if availableNobuyoshi Nakada2022-10-291-1/+1
* Clear `_FORTIFY_SOURCE` before definitionNobuyoshi Nakada2022-10-291-1/+2
* fix ASAN error in GCAaron Patterson2022-10-281-0/+2
* Follow up "Rework `first_lineno` to be `int`."Nobuyoshi Nakada2022-10-281-1/+1
* sync_default_gems.rb: do not add extra empty lines [ci skip]Nobuyoshi Nakada2022-10-281-2/+2
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-282-4/+5
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-282-1/+5
* [ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada2022-10-281-1/+11
* [ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada2022-10-281-0/+2
* sync_default_gems.rb: append orignal commit URLs to subject only logNobuyoshi Nakada2022-10-281-1/+4
* YJIT: Use guard_known_class() for opt_aref on Arrays (#6643)Alan Wu2022-10-271-21/+13
* Update docs wrt YJIT limitations and building YJIT (#6641)Maxime Chevalier-Boisvert2022-10-272-7/+4
* [ruby/irb] Fix warnings in test_cmd.rbPeter Zhu2022-10-271-2/+2
* [ruby/irb] Remove unnecessary test setup Stan Lo2022-10-271-4/+0
* [ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze2022-10-271-0/+2
* [ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze2022-10-271-2/+0
* Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)S.H2022-10-274-79/+81
* [ruby/irb] Add missing require Stan Lo2022-10-271-0/+2
* [ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst00122022-10-271-4/+90