An open API service providing commit metadata for open source projects.

GitHub / purescript/purescript-arrays / commits

Array utility functions

SHA Message Author Date Stats
1d80a6f2 export list and additional fns Matthew Leon <m****l@m****m> over 7 years ago
3015dbc0 traversable1NonEmptyArray Matthew Leon <m****l@m****m> over 7 years ago
30813805 more conversion functions Matthew Leon <m****l@m****m> over 7 years ago
4c8d6892 foldable1NonEmptyArray Matthew Leon <m****l@m****m> over 7 years ago
551b236d kill group functions Matthew Leon <m****l@m****m> over 7 years ago
62d9d32f Foldable1 support Matthew Leon <m****l@m****m> over 7 years ago
6cf5b21c clearly indicate unsafety of adapt functions Matthew Leon <m****l@m****m> over 7 years ago
9298c71c difference functions Matthew Leon <m****l@m****m> over 7 years ago
98bb0cf4 tests and fixes for Foldable1 Traversable1 impls Matthew Leon <m****l@m****m> over 7 years ago
a51137bd intersect fns Matthew Leon <m****l@m****m> over 7 years ago
eaae3f09 moar tests Matthew Leon <m****l@m****m> over 7 years ago
f86f00b7 no need to re-export Matthew Leon <m****l@m****m> over 7 years ago
ebcfcc35 merge Merge pull request #133 from matthewleon/remove-jshint-comments Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
743e9276 remove jshint comments Matthew Leon <m****l@m****m> almost 8 years ago
580cccee STArray: in-place sort Matthew Leon <m****l@m****m> almost 8 years ago
32a1a20e ST.unsafeThaw (#123) Matthew Leon <m****l@m****m>
Committed by: Harry Garrood <h****y@g****e>
almost 8 years ago
21da76e0 v4.2.2 Harry Garrood <h****y@g****e> almost 8 years ago
0ffc0768 added examples to array module documentation (#121) Carsten Csiky <c****y@g****m>
Committed by: Harry Garrood <h****y@g****e>
almost 8 years ago
58ba268c merge Merge pull request #117 from matthewleon/redundant-parens Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
12fb34f2 redundant parens in type signature Matthew Leon <m****l@m****m> about 8 years ago
02100256 Preallocate result array for range (#116) jacereda <j****a@g****m>
Committed by: Phil Freeman <p****1@c****t>
about 8 years ago
e502257c dropEnd and takeEnd functions (#114) Giorgi Bagdavadze <n****i@g****m>
Committed by: Phil Freeman <p****1@c****t>
about 8 years ago
b363605d prevent runtime error for partial functions for ST arrays (#111) mhuisi <m****i@p****m>
Committed by: Phil Freeman <p****1@c****t>
over 8 years ago
e300101b v4.1.1 Harry Garrood <h****y@g****e> over 8 years ago
ebde72f2 merge Merge pull request #109 from purescript/document-push-return-value Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
over 8 years ago
340b2d49 merge Merge pull request #107 from purescript/update-docs Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
over 8 years ago
7ac82385 merge Merge pull request #108 from purescript/iterator-unzip Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
over 8 years ago
f3997ca0 Document and test return values of pushSTArray Harry Garrood <h****y@g****e> over 8 years ago
7e472595 Faster unzip, part of #71 Harry Garrood <h****y@g****e> over 8 years ago
8f62cbdf Fix some minor documentation errors Harry Garrood <h****y@g****e> over 8 years ago
bf2c3327 merge Merge pull request #105 from purescript/withArray-docs Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
over 8 years ago
7fd7ecbb Use a doc-comment for `withArray` Harry Garrood <h****y@g****e> over 8 years ago
b6c5f5ba batch update and modify functions (#101) Matthew Leon <m****l@m****m>
Committed by: Phil Freeman <p****1@c****t>
over 8 years ago
b863b823 merge Merge pull request #96 from matthewleon/st-partial Phil Freeman <p****1@c****t>
Committed by: GitHub <n****y@g****m>
over 8 years ago
32b5a90e partial functions for ST arrays Matthew Leon <m****l@m****m> over 8 years ago
9a5770da merge Merge pull request #100 from purescript/span-tco Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
a9dd884a Restore compiler-optimized TCO for span Gary Burgess <g****s@g****m> over 8 years ago
e3abdd1b merge Merge pull request #98 from purescript/ps-0.11 Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
37515a1f Temporarily use `tailRec` for `span` Gary Burgess <g****s@g****m> over 8 years ago
6958fc2e merge Merge pull request #85 from purescript/remove-filterm Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
2e5b605d Update for PureScript 0.11 Gary Burgess <g****s@g****m> over 8 years ago
60b7e2e9 merge Merge pull request #94 from dikmax/faster-concat Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
1cb437bf merge Merge pull request #95 from dikmax/faster-replicate Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
43d36903 merge Merge pull request #97 from negator/master Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
45ef98ae sortWith negator <n****u@g****m> over 8 years ago
97af4747 Faster replicate for browsers that support it. Maksim Dzikun <m****n@i****m> over 8 years ago
55e793de Faster concat. Maksim Dzikun <m****n@i****m> over 8 years ago
1e56c03c merge Merge pull request #92 from purescript/phil/discards Phil Freeman <p****1@c****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
247a1627 Avoid Discard constraints Phil Freeman <p****1@c****t> almost 9 years ago
1c2ec49e v3.2.0 Harry Garrood <h****y@g****e> almost 9 years ago
178c916b merge Merge pull request #88 from mlang/NaturalTransformation Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
b1bab024 merge Merge pull request #89 from purescript/iterator-groupby-2 Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
65e36a44 Add dependency on unsafe-coerce Harry Garrood <h****y@g****e> almost 9 years ago
8e4d5634 Use iterators to implement groupBy Harry Garrood <h****y@g****e> almost 9 years ago
5c74d191 Remove uses of runSTArray in tests Harry Garrood <h****y@g****e> almost 9 years ago
016a0dd9 Add unsafeFreeze, deprecate runSTArray Harry Garrood <h****y@g****e> almost 9 years ago
a32cdf1f Use ~> Mario Lang <m****g@d****g> almost 9 years ago
8f6dcc68 Revert "Iterator groupby" (#86) Phil Freeman <p****1@c****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
0f9351ed Iterator groupby (#84) Harry Garrood <h****y@g****e>
Committed by: Phil Freeman <p****1@c****t>
almost 9 years ago
c22831f8 Remove filterM Harry Garrood <h****y@g****e> almost 9 years ago
a5c3d054 Add Data.Array.ST.Iterator Harry Garrood <h****y@g****e> almost 9 years ago
83f7c55f v3.1.0 Harry Garrood <h****y@g****e> almost 9 years ago
40f5b0ac merge Merge pull request #83 from purescript/filterA Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
2d3d60e2 Add filterA, a faster version of filterM Harry Garrood <h****y@g****e> almost 9 years ago
54e5240d merge Merge pull request #81 from purescript/remove-uncons-difference Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
44739537 merge Merge pull request #82 from purescript/unsnoc Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
75b45568 Add unsnoc Joshua Horowitz <j****h@a****u>
Committed by: Harry Garrood <h****y@g****e>
almost 9 years ago
d9312d98 Speed up `difference` Harry Garrood <h****y@g****e> almost 9 years ago
845fb130 merge Merge pull request #77 from purescript/remove-uncons Harry Garrood <h****y@g****e>
Committed by: GitHub <n****y@g****m>
about 9 years ago
58fa234c Fix typo in docs for 'span' Harry Garrood <h****y@g****e> about 9 years ago
1c06da75 Remove use of uncons in implementation of span Harry Garrood <h****y@g****e> about 9 years ago
e139d4e8 Make head O(1) Harry Garrood <h****y@g****e> about 9 years ago
4c8bcd31 Improve performance of 'toUnfoldable' Harry Garrood <h****y@g****e> about 9 years ago
3159f7e4 merge Merge pull request #80 from purescript/shadow-fix Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
f9020cd9 Update badges Gary Burgess <g****s@g****m> about 9 years ago
135ccc2b Fix shadowed name warning Gary Burgess <g****s@g****m> about 9 years ago
d3b0ab04 merge Merge pull request #74 from purescript/nonempty Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
738f1b4d Use NonEmpty for group operations Gary Burgess <g****s@g****m> about 9 years ago
a8e463b5 merge Merge pull request #73 from purescript/bump Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
19ff68f5 Add @jutaro's stack safe `foldM` variant Gary Burgess <g****s@g****m> about 9 years ago
0e3f07af Test array replicate Gary Burgess <g****s@g****m> about 9 years ago
ce0536f8 Array replicate Gary Burgess <g****s@g****m> about 9 years ago
ec16bf6a Prepare for 2.0 release Gary Burgess <g****s@g****m> about 9 years ago
90b1c3d1 merge Merge pull request #68 from damncabbage/topic/mapWithIndex Gary Burgess <g****s@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
2727de4b Adds Data.Array.mapWithIndex :: ∀ a b. (Int -> a -> b) -> Array a -> Array b Rob Howard <r****b@r****u> over 9 years ago
82592427 Update build Gary Burgess <g****s@g****m> over 9 years ago
be1c30d4 Update build for release Gary Burgess <g****s@g****m> over 9 years ago
8c9ada57 Remove unused FFI implementation Gary Burgess <g****s@g****m> over 9 years ago
000cacd0 Remove redundant replicate Gary Burgess <g****s@g****m> over 9 years ago
b31dfa89 Update build, fix warning Gary Burgess <g****s@g****m> over 9 years ago
968a2a5a merge Merge pull request #65 from purescript/unfoldable Gary Burgess <g****s@g****m> over 9 years ago
d6b14b7a Add toUnfoldable Gary Burgess <g****s@g****m> over 9 years ago
791aaa79 Remove old Unsafe modules Gary Burgess <g****s@g****m> over 9 years ago
afa99d29 merge Merge pull request #64 from purescript/unsafe-partial Gary Burgess <g****s@g****m> over 9 years ago
f58537e0 Rename Unsafe to Partial, test on build Gary Burgess <g****s@g****m> over 9 years ago
b8e09e80 Update build Gary Burgess <g****s@g****m> over 9 years ago
bd1d9e74 merge Merge pull request #62 from sharkdp/negative-arguments Gary Burgess <g****s@g****m> over 9 years ago
db95f352 merge Merge pull request #63 from sharkdp/documentation Gary Burgess <g****s@g****m> over 9 years ago
b7aafc63 Update documentation, resolves #56 sharkdp <d****r@w****e> over 9 years ago
a4798de6 Treat negative arguments as zero, fixes #25 sharkdp <d****r@w****e> over 9 years ago

← Back to repository