summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ruby/rdoc] Delay `require "readline"` in case the terminal is in raw mode Shugo Maeda2022-10-271-5/+4
* [ruby/date] Check month range as civilNobuyoshi Nakada2022-10-271-0/+2
* [ruby/tmpdir] Warnings should contain the environment variable name Nobuyoshi Nakada2022-10-271-3/+3
* YJIT: Test --yjit-verify-ctx on GitHub Actions as well (#6639)Takashi Kokubun2022-10-262-3/+3
* Fix the url of Cirrus failure notifications [ci skip]Takashi Kokubun2022-10-261-3/+13
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-267-47/+221
* YJIT: Invalidate i-cache for the other cb on next_page (#6631)Takashi Kokubun2022-10-261-1/+18
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-10-261-5/+0
* [ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu2022-10-263-2/+2
* [ruby/irb] Don't insert new methods to Test::Unit::TestCasest00122022-10-263-2/+22
* [ruby/irb] Suppress warningsStan Lo2022-10-261-2/+2
* [ruby/irb] Add test for the help commandst00122022-10-261-0/+51
* [ruby/irb] Extract without_rdoc helperst00122022-10-261-13/+0
* Add NEWS entries about YJIT [ci skip] (#6636)Takashi Kokubun2022-10-261-0/+6
* [Bug #19081] Show the caller location in warning for RactorNobuyoshi Nakada2022-10-263-6/+10
* Fix -Wundef warningsNobuyoshi Nakada2022-10-267-8/+8
* Fix format specifiers for `size_t`Nobuyoshi Nakada2022-10-261-1/+1
* Improve Cirrus notification metadata [ci skip]Takashi Kokubun2022-10-251-3/+5
* CI skip should not be notified [ci skip]Takashi Kokubun2022-10-251-0/+1
* Add NEWS entries about MJIT [ci skip]Takashi Kokubun2022-10-251-0/+8
* Start notifying Cirrus CI failuresTakashi Kokubun2022-10-251-0/+29
* [win32] Only include base windows typesJosh Cooper2022-10-261-1/+1
* Use ruby/action-slack@v3.0.0 and ref_name (#6633)Takashi Kokubun2022-10-2512-24/+24
* Update default gems list at d6d9b5130e5545e978fc9763e9419b [ci skip]git2022-10-251-0/+1
* [ruby/erb] Version 3.0.0 Takashi Kokubun2022-10-251-1/+1
* Bundler: update docs for gemfile(5) manpageTakuya Noguchi2022-10-252-22/+43
* [ruby/irb] Make sure Encoding's defaults are restored Stan Lo2022-10-251-2/+5
* [ruby/erb] url_encode: use CGI.escapeURIComponentJean Boussier2022-10-252-4/+4
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-2512-32/+454
* Prevent potential buffer overrun in onigmoYusuke Endoh2022-10-253-3/+17
* [ruby/tmpdir] Ignore empty environment variablesNobuyoshi Nakada2022-10-252-2/+16
* [ruby/tmpdir] Found or raise Nobuyoshi Nakada2022-10-251-4/+2