Age | Commit message (Collapse) | Author |
|
Otherwise the fiddle extension isn't build.
|
|
|
|
|
|
It might not be obvious how to get the build directory and the Makefile
set up.
|
|
|
|
Co-authored-by: Alan Wu <[email protected]>
|
|
|
|
Remove the command prompt '$ ` aligning with other parts in the document.
|
|
|
|
|
|
|
|
|
|
skip] (#8589)
|
|
* 'j' and 'J' are not pointer directives.
* size of 'j' and 'J' are platform-dependent, may not be 64-bit.
* mention corresponding C types when native-size modifier is added.
Co-Authored-By: BurdetteLamar <[email protected]>
|
|
* YJIT: Add counter to measure how often we compile "cold" ISEQs (#535)
Fix counter name in DEFAULT_COUNTERS
YJIT: add --yjit-cold-threshold, don't compile cold ISEQs
YJIT: increase default cold threshold to 200_000
Remove rb_yjit_call_threshold()
Remove conflict markers
Fix compilation errors
Threshold 1 should compile immediately
Debug deadlock issue with test_ractor
Fix call threshold issue with tests
* Revert exception threshold logic. Document option in yjid.md
* (void) for 0 parameter functions in C99
* Rename iseq_entry_cold => cold_iseq_entry
* Document --yjit-cold-threshold in ruby.c
* Update doc/yjit/yjit.md
Co-authored-by: Jean byroot Boussier <[email protected]>
* Shorten help string to appease test
* Address bug found by Kokubun. Reorder logic.
---------
Co-authored-by: Alan Wu <[email protected]>
Co-authored-by: Jean byroot Boussier <[email protected]>
|
|
|
|
docs: expand on operator documentaion
Include more specific details around logical operators.
doc: update link with proper syntax
doc: remove ambiguous language from operators doc
doc: remove link to source code file
doc: cleaning up some language, and removing some mistakes in understanding
doc: revert example to prior state
doc: fix spacing
doc: Update doc/syntax/operators.rdoc
align example with typical format
Co-authored-by: Nobuyoshi Nakada <[email protected]>
doc: Update doc/syntax/operators.rdoc
align format of other examples with rest of documentation
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Update doc/syntax/operators.rdoc
align format of other examples with rest of documentation
Co-authored-by: Nobuyoshi Nakada <[email protected]>
doc: include `and` & `or` operators
doc(operators): remove accute language
|
|
Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8432
|
|
Update Reline and IRB's maintainers list
Maintainers' order follows the same order they appear in the projects'
contributors list as of the time this commit is made.
Notes:
Merged-By: k0kubun <[email protected]>
|
|
(https://github.com/ruby/irb/pull/685)
https://github.com/ruby/irb/commit/66e69fa0dc
|
|
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Notes:
Merged-By: ioquatix <[email protected]>
|
|
Without using a list, this show as a single paragraph with all stats descriptions being in one single line
Notes:
Merged: https://github.com/ruby/ruby/pull/8268
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8210
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
Deprecate Kernel#open and IO support for subprocess creation and
forking. This deprecates subprocess creation and forking in
- Kernel#open
- URI.open
- IO.binread
- IO.foreach
- IO.readlines
- IO.read
- IO.write
This behavior is slated to be removed in Ruby 4.0
[Feature #19630]
Notes:
Merged: https://github.com/ruby/ruby/pull/7915
|
|
https://github.com/ruby/optparse/commit/2940dbb65a
|
|
https://github.com/ruby/optparse/commit/e8bee0be8f
|
|
Notes:
Merged-By: maximecb <[email protected]>
|
|
* YJIT: Count the number of failed instructions
* Rename yjit_insns_count to exec_instructions instead
* Hoist out the exec_instruction counter
Notes:
Merged-By: maximecb <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8087
Merged-By: nobu <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8077
Merged-By: XrXr
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8007
|
|
https://bugs.ruby-lang.org/issues/19728
Notes:
Merged: https://github.com/ruby/ruby/pull/7944
Merged-By: nobu <[email protected]>
|
|
|
|
https://github.com/ruby/yarp/commit/97547b6192
|
|
Since [Misc #19679] migrated the wiki, these links should be updated
to their new locations.
Notes:
Merged-By: jemmaissroff
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7993
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
(https://github.com/ruby/csv/pull/280)
https://github.com/ruby/csv/commit/0dcfcd9c48
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7979
|
|
|
|
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
|