c851bced390204d6624e58c47941f34d0858b352
|
2022-07-22 |
[ruby/psych] Clarify tests about parsing aliases |
0b7cfdca09651f2eae5cd0e8ae4efed5033493f2
|
2022-07-22 |
[ruby/psych] Test that recursive refs dump as aliases |
71f89c287459d5ca313d0b1a16b7a743e0d71b8b
|
2022-07-27 |
[ruby/psych] Don't hardcode expected alias names |
54219ae8c46bc431782caf01142883ce7e8b970b
|
2022-07-21 |
[ruby/psych] Raise specific error when aliases are not enabled |
ea1efdf32faf2cf35f6db1ec426c277bfa8f0461
|
2022-07-22 |
[ruby/psych] Add test for anchor reuse |
38ea6b30dc409b43e4ac0758eeb352eecfb0d1da
|
2022-07-22 |
[ruby/psych] Add test for missing anchor |
4b9cdf4e1cbb87c4f81edef472c586cd321e924e
|
2022-07-22 |
[ruby/psych] Update to squiggly heredocs in the file |
9c13a6ce5ff1f83489d9df65a5c7745efe16c8a4
|
2022-07-22 |
[ruby/psych] Raise specific error when an anchor isn't defined |
76a6c5d6d16cd0e55df15d66d53c6d7a9614f3d6
|
2022-11-03 |
Remove unnecessary branch in `UnboundMethod#bind` |
b5c6c0122f5b010cb5f43e7a236c4ba2b1d56a2a
|
2023-12-18 |
compare_by_identity: remove alloc for empty Hash |
11fa76b1b521072c200c78ea023960221ff426d6
|
2023-12-18 |
compare_by_identity: remove alloc for non-empty Hash |
e6fa1d62faf6ba4b0f3277e2e92e6e60d4330cc8
|
2023-12-18 |
[ruby/psych] Use `compare_by_identity` instead of `object_id` |
b3598f95fa997e667bb9e8003b0284ab2a4db081
|
2023-12-18 |
[ruby/psych] Use `assert_same` in tests where applicable |
95e7af0c59267d6ab6695906eaba93c9d181ac69
|
2023-12-19 |
[ruby/psych] Remove unused array |
bb1625858fa2cad85b12e50afc7978c760202a82
|
2023-12-19 |
[ruby/psych] Remove now-unreachable rescue block |
bc3b9356b2c885b1ea268330afcf20e1ab3a4704
|
2023-12-29 |
[ruby/reline] Replace `object_id` comparison with `equal?` (https://github.com/ruby/reline/pull/617) |
0ef703b91c9c185067f6484d8c6ad689750194ad
|
2024-08-15 |
[ruby/prism] Render node comments into their `ast.h` |
2b0b68fa464c3c51b35243449c9d9801752be455
|
2024-08-23 |
Shrink `pm_integer_t` (32 bytes → 24) |
83e72fde83640eb4ed0b4ce2ba6dbe5be024e25b
|
2024-08-27 |
Optimize Array allocations |
2fbaff5351e6130929079d73575f0a00fe86a770
|
2024-08-22 |
[ruby/prism] Fix warning when `#!` ends with carriage return |
f93c27d86bfc0c40c84c186ac2c00c553bd69470
|
2024-08-26 |
Set encoding index correctly |
fa7fef270df8b406970711ea5bddcb2e8e85001e
|
2024-08-30 |
[ruby/prism] Fix rendering of type overview docs |
0ea5c13bc6c4707aa8d2dce9b0c5af7513fb5f66
|
2024-12-13 |
[DOC] Improve formatting in Markdown files (#12322) |
8cc47c90509186f02afb207c38213127d0ea3278
|
2024-12-13 |
Improve "Building Ruby" docs (#12320) |
41e24c2f3e9a5ff29cccbfe92ecf4d412e5a4e0d
|
2024-12-13 |
[ruby/strscan] [DOC] Add syntax highlighting to MarkDown code blocks (https://github.com/ruby/strscan/pull/126) |
fa1427a63e26d24b0aca37d66af705a57d2aa2e2
|
2024-12-18 |
[ruby/prism] Enable implicit fall-through errors |
0fad0ce35ca0160288a64a8cc49e6dae1b199821
|
2025-03-31 |
[ruby/prism] Use `xmalloc()`/`xfree()` |