summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-18RJIT: Fix toregexpTakashi Kokubun
2023-03-18RJIT: Implement toregexpTakashi Kokubun
2023-03-18RJIT: Prefix rjit_options with rb_Takashi Kokubun
2023-03-18RJIT: Install libcapstone-dev on CITakashi Kokubun
2023-03-18RJIT: Implement newrangeTakashi Kokubun
2023-03-18RJIT: Implement getglobalTakashi Kokubun
2023-03-18RJIT: Implement checkkeywordTakashi Kokubun
2023-03-19[Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
2023-03-18Fix frozen status loss when moving objectsPeter Zhu
2023-03-18RJIT: Implement getspecial insnTakashi Kokubun
2023-03-17RJIT: Implement putspecialobject insnTakashi Kokubun
2023-03-18Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider
2023-03-17RJIT: Implement throw insnTakashi Kokubun
2023-03-17RJIT: Use RJIT_STATS on --enable-rjit=devTakashi Kokubun
2023-03-17RJIT: Support --rjit-stats on release build as wellTakashi Kokubun
2023-03-17YJIT: Simplify using the BITS associated constantAlan Wu
2023-03-17YJIT: make type info more specific in gen_fixnum_cmp and gen_opt_mod (#7555)Maxime Chevalier-Boisvert
2023-03-17YJIT: Delete --yjit-global-constant-state (#7559)Alan Wu
2023-03-17YJIT: Add and use Branch::assert_layout()Alan Wu
2023-03-17YJIT: Rest and block_arg support (#7557)Jimmy Miller
2023-03-17* remove trailing spaces. [ci skip]git
2023-03-17[ci skip] Move rp helper to new LLDB formatMatt Valentine-House
2023-03-17* remove trailing spaces. [ci skip]git
2023-03-17Update Makefile dependenciesMatt Valentine-House
2023-03-17Document the declarative marking apiMatt Valentine-House
2023-03-17Implement declarative references for enumeratorMatt Valentine-House
2023-03-17Implement declarative references for dir_data_typeMatt Valentine-House
2023-03-17[Feature #19406] Allow declarative definition of referencesMatt Valentine-House
2023-03-17YJIT: Support entry for multiple PCs per ISEQ (GH-7535)Takashi Kokubun
2023-03-17ObjectSpace::WeakMap: clean inverse reference when an entry is re-assignedJean Boussier
2023-03-18core_assertions.rb: Relax `assert_linear_performance`Nobuyoshi Nakada
2023-03-17YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`Alan Wu
2023-03-17Skip a flaky test that might not workTakashi Kokubun
2023-03-17[ruby/irb] Fix 2 minor issues in test suitelukeg
2023-03-17Assume that FL_FINALIZE is in finalizer_tablePeter Zhu
2023-03-17YJIT: skip intermediate arrays in print_sorted_exit_counts (#7547)Mau Magnaguagno
2023-03-17When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez
2023-03-17Don´t consider platform specific candidates when `force_ruby_platform` setDavid Rodríguez
2023-03-17Don't ignore pre-releases when there's only one candidateDavid Rodríguez
2023-03-17Normalize git sourcesDavid Rodríguez
2023-03-17util/rubocop -A --only Style/MultipleComparisonHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/TernaryParenthesesHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolArrayHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/RedundantSelfHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/ParameterAlignmentHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/SpaceInsideArrayLiteralBracketsHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/DotPositionHiroshi SHIBATA
2023-03-17util/rubocop -A --only Performance/CasecmpHiroshi SHIBATA