| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Set a builtin feature [Feature #16989] | Akinori MUSHA | 2022-02-18 | 1 | -0/+39 |
* | [ruby/set] Allow Set#intersect? and #disjoint? to accept array argument | Jeremy Evans | 2021-07-29 | 1 | -1/+5 |
* | Avoid rehashing in Hash#replace/dup/initialize_copy [Bug #16996] | Marc-Andre Lafortune | 2021-03-18 | 1 | -4/+3 |
* | Import set 1.0.0 | Akinori MUSHA | 2020-12-22 | 1 | -0/+5 |
* | [ruby/set] Add `Set#<=>` | Marc-Andre Lafortune | 2020-12-04 | 1 | -0/+18 |
* | [ruby/set] Remove SortedSet implementations | Akinori MUSHA | 2020-12-04 | 1 | -118/+0 |
* | [ruby/set] Resurrect support for Ruby 2.x | Akinori MUSHA | 2020-12-04 | 1 | -1/+1 |
* | Make mutating the result of SortedSet#to_a not affect the set | Jeremy Evans | 2020-06-11 | 1 | -0/+3 |
* | Call initialize_clone with freeze: false if clone called with freeze: false | Jeremy Evans | 2020-01-03 | 1 | -0/+11 |
* | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | 2019-11-18 | 1 | -9/+0 |
* | Add a new #filter alias for #select | eregon | 2018-02-25 | 1 | -0/+18 |
* | Add FrozenError as a subclass of RuntimeError | shyouhei | 2017-12-12 | 1 | -4/+4 |
* | Add `Set#reset` | knu | 2017-10-22 | 1 | -0/+13 |
* | Allow a SortedSet to be frozen and still functional [Bug #12091] | knu | 2017-10-21 | 1 | -0/+39 |
* | Alias Set#=== to #include? | knu | 2017-09-19 | 1 | -0/+17 |
* | Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676] | knu | 2017-07-14 | 1 | -0/+11 |
* | Make tests for Set#inspect more straightforward | knu | 2017-07-14 | 1 | -5/+4 |
* | Add Set#compare_by_identity and Set#compare_by_identity? | knu | 2016-11-05 | 1 | -0/+19 |
* | * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide}, | ktsj | 2016-05-04 | 1 | -0/+63 |
* | * test/test_set.rb: add missing test of Set#select!. | ktsj | 2016-05-04 | 1 | -0/+12 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, and | knu | 2015-11-16 | 1 | -31/+42 |
* | * lib/set.rb: Make Set#each and SortedSet#each generate a sized | knu | 2015-06-15 | 1 | -0/+27 |
* | use assert_raise | nobu | 2015-06-02 | 1 | -19/+19 |
* | * lib/set.rb (Set#replace): Check if an object given is enumerable | knu | 2014-08-06 | 1 | -0/+6 |
* | Implement Set#clone. [Fixes GH-661] | knu | 2014-08-06 | 1 | -0/+22 |
* | * test/test_set.rb: remove commented out code. | hsbt | 2014-02-27 | 1 | -49/+0 |
* | Add some more tests. | knu | 2013-07-30 | 1 | -0/+4 |
* | Add Set#intersect? and #disjoint?. | knu | 2013-07-30 | 1 | -0/+40 |
* | Define Set#to_set so that aSet.to_set returns self. | knu | 2013-07-19 | 1 | -0/+3 |
* | * lib/set.rb (Set#freeze, taint, untaint): Save a "self" by | knu | 2013-06-01 | 1 | -0/+21 |
* | * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if and | knu | 2013-05-18 | 1 | -0/+12 |
* | Move tests embedded in lib/set.rb to test/test_set.rb. | knu | 2012-11-24 | 1 | -3/+638 |
* | use require_relative. | akr | 2010-02-02 | 1 | -2/+1 |
* | * test/test_*.rb: Pathname#parent -> Pathname#dirname. | nahi | 2004-01-13 | 1 | -2/+2 |
* | * test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb, | nahi | 2004-01-06 | 1 | -0/+4 |