e658da94086893034c0bafa050f36751b206a48a
|
2022-05-17 |
[ruby/irb] Fix documents for .irbrc path |
8b4d2a50148b9944dd2d1d2d6ebe7b09874ddfdd
|
2022-05-27 |
[DIC] Fix typo in documentation |
a4721ec6cdd32b9c23a009e7390fefa1d9148ffd
|
2022-05-27 |
[DOC] Fix documentation of Numeric#div: Complex does not have #div |
4165fd0e763439421296fbc95d754ad53e6ae84f
|
2022-05-27 |
Add Numeric#ceildiv and Integer#ceildiv |
24e33b84b5adb29d1d2f541acfba65e225b91b55
|
2022-07-21 |
Remove Numeric#ceildiv |
803a07263001e5466bba0f53fcc85784f4b5c686
|
2022-07-22 |
Improve performance of Integer#ceildiv |
d1d1c9ba7a678124eb32833d5be0628c915bde06
|
2022-08-12 |
Add a NEWS entry about Integer#ceildiv [ci skip] |
107acbd9a475f74be89e63fbb12c11593692b59f
|
2022-05-18 |
[ruby/irb] Add description of IRB_LANG, IRBRC, and XDG_CONFIG_HOME to man |
f982a26374f4300ed9e5cbd122f792f907e20b22
|
2022-10-18 |
[DOC] Fix typo in Enumerable#slice_before |
cada537040743cbe49aac6740816d648ca0d3fb6
|
2022-12-28 |
[DOC] Fix call-seq for Data.define |
20a85ab6119964d1ff129f9c6676fa2a7b2a2be4
|
2023-01-22 |
Fix Integer#ceildiv to respect #coerce (#7118) |
3fefe660f8e4595782f51f89277bb2054802f334
|
2023-02-03 |
[DOC] Fix call-seq of Struct.new (#7246) |
619af4fd6404168a368442941ec80e739aef2609
|
2023-02-15 |
[DOC] Add an example of the splat operator with a non-array object (#7098) |
a28c5151f567cada0d2f5c0c3ec4df7f97b80784
|
2023-08-29 |
Fix Array#bsearch when block returns a non-integer numeric value |
7d08dbd015a16c27f2d9c77751e80fa6efba2d7a
|
2023-09-16 |
Optimize Range#bsearch for beginless/endless ranges |
7e350f53107533856b0a87c26e5a1e5505ea5d59
|
2023-09-19 |
Optimize Range#bsearch for beginless/endless ranges within Fixnum |
91042ec0ae2a8285ad68c101ff384bd7e3f4e260
|
2023-09-19 |
Add benchmarks for Range#bsearch |
4199e49cad0adddb48d58fa2b0a50563bfd40dac
|
2023-09-19 |
Optimize Range#bsearch by reducing the number of Integer#+ calls |
6ae2996e291750bab4ff59a06ba11c8d6bbe5aaa
|
2023-10-04 |
Optimize `Range#count` by using `range_size` if possible |
66fabefa0312859f5bbd7c95d745b677e44b20be
|
2022-01-26 |
Add Range#reverse_each implementation for performance |
769f53eb7e9db306988bb99802b15942c1c755c3
|
2023-09-28 |
Add benchmarks for Range#reverse_each |
b28c1d2c5644c726bba60cd35ce9313da6e86a4f
|
2023-10-13 |
[Bug #19926] Fix Range#size for ranges with a Rational endpoint |
5cb76754ab7fbe90cbbbe1bc526011c3a28fd1cb
|
2023-10-14 |
[DOC] Fix the argument name in the Numeric#step doc |
3f5ec5c8661748afb9cc3cbf1aff113d602e1fad
|
2023-10-12 |
[DOC] Add NEWS about Range#reverse_each for beginless ranges [Feature #18515] |
b84e6fe93ee35111b592f9e10e30bc460a077d0b
|
2023-10-22 |
[DOC] Mention the omission of a superclass when reopening a class |
55eb0d5c780e65139911569cc470b82b0c3b39a0
|
2023-04-12 |
[DOC] Add doc for behavior when passing nil to Comparable#clamp(min, max) |
593de2b048ee1d5aa290e3fc630e64116f3fe943
|
2023-04-26 |
Add tests for passing nil to Comparable#clamp(min, max) |
04eb40b633397d03e4cbce41418626f4fabdcb02
|
2023-11-16 |
[Bug #11183] Fix rb_complex_pow for special angles |
1a16b6ffc2d48b93c730cd6e57fac6a68fa05737
|
2022-01-27 |
Make Range#reverse_each raise TypeError if endless |
458d079166ce7344c1d44b2403ff963b8c68d7d8
|
2023-11-28 |
[DOC] Add a mention of [Feature #18551] to NEWS.md |
06e2fbb8260022de8532d2e940fc69e8ea413679
|
2023-11-22 |
[Bug #19114] Fix for multiple calls of TracePoint#enable |
ef4797bb0338aa35dd74290dcfef83cbc288ad58
|
2023-12-22 |
[DOC] Fix NEWS markup |
e8639098ed78f8f8f7c263d8b6f2d68822945a78
|
2023-10-29 |
[Bug #19977] Fix (nil..nil) === x not to raise TypeError |
9f6deaa6888a423720b4b127b5314f0ad26cc2e6
|
2023-10-13 |
[Misc #18984] Raise TypeError from Range#size if the range is not iterable |
4fcf007e851c68588fdf650459b606fce05c6a39
|
2024-04-12 |
[DOC] Update NEWS.md [Misc #18984] |
3f7c72cd33566eb11497c1d41c2b94c98c364882
|
2024-11-07 |
[ruby/irb] Correct ja/help-message for --context-mode and --prompt (https://github.com/ruby/irb/pull/1029) |
eb2b0c2a0d98b1a7929b47574cc2ec87c8c2e984
|
2024-11-18 |
[DOC] Fix the default `limit` of String#split |
edf5a738a36fccd07ea79d825bda0f8bd56224a2
|
2024-11-19 |
[ruby/irb] Complete the missing documentation abount the environment variables (https://github.com/ruby/irb/pull/1028) |
f2334cf4b1fe3b903a17c46004e9dc9127397da7
|
2024-11-29 |
[ruby/set] Speed up Set#flatten |
ae59b44041d118514d6ac835e3b34f8a1a72e198
|
2024-11-29 |
[ruby/set] Fix ^ to respect subclasses |
3422bfcab6bfdedd10e5c85f5fd6334387712bc6
|
2024-12-10 |
[Bug #20936] Fix #size for Range#reverse_each |
a5f3a0137564c606c05b4b7a5e7545fbb28a0d9d
|
2024-12-13 |
[DOC] Fix incorrect `Array#fetch_values` examples (#12337) |
eef4e8a2c89f6c15096a43ea6783aa7994f1d0ca
|
2024-12-06 |
[DOC] Add Warning[:strict_unused_block] to NEWS |
25602421fb1f451746e25cc1a80b815a556be4a2
|
2024-12-12 |
[DOC] Fix the block parameter name in Array#zip |
99792d063458e5559f6cc8f26c186edccc995344
|
2025-01-22 |
[DOC] Fix code markup in String#match |
3cd3f766799eb1e591356acde3ab863e3bb3566a
|
2025-01-09 |
[ruby/optparse] Fix LESS environment variable setup in OptionParser#help_exit |