summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams
2022-05-09test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURESYusuke Endoh
2022-05-09Fix rdoc of IO::Buffer [ci skip]Kazuhiro NISHIYAMA
2022-05-09Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams
2022-05-09Ignore rubyspec_temp fot GitHiroshi SHIBATA
2022-05-09[ruby/getoptlong] Fixup https://github.com/ruby/getoptlong/commit/39faa7b390f0Hiroshi SHIBATA
2022-05-09* 2022-05-09 [ci skip]git
2022-05-09[ruby/getoptlong] ruby/ruby used sample, not examplesHiroshi SHIBATA
2022-05-08Update bundled gems list at 25eb63fa7fa7075764cd71920eb89d [ci skip]git
2022-05-08Bundle RBS 2.4.0 (#5894)Soutaro Matsumoto
2022-05-08* 2022-05-08 [ci skip]git
2022-05-08Use a proper mutex for autoloading features. (#5788)Samuel Williams
2022-05-07* 2022-05-07 [ci skip]git
2022-05-07Replace with https://github.com [ci skip]Kazuhiro NISHIYAMA
2022-05-06Fix missing paren [ci skip]Kazuhiro NISHIYAMA
2022-05-06[rubygems/rubygems] Fix typo in documentationDominik Bauernfeind
2022-05-06[rubygems/rubygems] Update man page for `require` option in `bundle add` commandnobuyo
2022-05-05Mark RCLASS_INCLUDERAlan Wu
2022-05-05Fix potential GC issue while iterating over weak refsAlan Wu
2022-05-06* 2022-05-06 [ci skip]git
2022-05-05File rdoc (#5888)Burdette Lamar
2022-05-05Link from printf methods to format spec doc (#5886)Burdette Lamar
2022-05-05[ruby/logger] Prefer String#[0, 1] over [0..0]Akira Matsuda
2022-05-05* remove trailing spaces. [ci skip]git
2022-05-04[DOC] More on format specs (#5877)Burdette Lamar
2022-05-05* 2022-05-05 [ci skip]git
2022-05-04Unpoison freelist when iterating over it in gc_sweep_pageJemma Issroff
2022-05-04Update lldb helper for iseq disassembly to use correct var nameJemma Issroff
2022-05-04Remove unneeded castPeter Zhu
2022-05-04[rubygems/rubygems] Also speed up the case when nothing changedDavid Rodríguez
2022-05-04[rubygems/rubygems] Fix missing space in specDavid Rodríguez
2022-05-04[rubygems/rubygems] Make looping more concise with `select`David Rodríguez
2022-05-04[rubygems/rubygems] Don't converge specs in frozen modeDavid Rodríguez
2022-05-03Update reference for RCLASS_INCLUDER during compactionAlan Wu
2022-05-03Add a regression test for opt_plus with unknown type (#5878)Maxime Chevalier-Boisvert
2022-05-04* 2022-05-04 [ci skip]git
2022-05-04[DOC] mention macros for public headersNobuyoshi Nakada
2022-05-03Remove _with_gc functions in darrayPeter Zhu
2022-05-02Fix bug identified by @noahgibbs. (#5876)Maxime Chevalier-Boisvert
2022-05-02YJIT: Reject USE_FLONUM=0 builds at build timeAlan Wu
2022-05-02[DOC] Some YJIT dependencies are no longer requiredAlan Wu
2022-05-03[DOC] Fix links to doc pagesNobuyoshi Nakada
2022-05-03* 2022-05-03 [ci skip]git
2022-05-03[ruby/getoptlong] Enhanced RDoc for GetoptLong (https://github.com/ruby/getop...Burdette Lamar
2022-05-02YJIT: Remove redundant `extern crate` (#5869)Koichi ITO
2022-05-02Bump github/codeql-action from 1 to 2dependabot[bot]
2022-05-02Fix a typo [ci skip]Kazuhiro NISHIYAMA
2022-05-02* 2022-05-02 [ci skip]git
2022-05-01Repair internal links (#5866)Burdette Lamar
2022-04-30Document best-practices for writing hash methods (#5805)Chris Seaton