aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Run gleam fix, make bit_array moduleLouis Pilfold2023-10-26
|
* Remove unusedLouis Pilfold2023-10-26
|
* docs: Fix list.group exampleErika Rowland2023-10-24
|
* use consistent naming for predicate function argumentsGiacomo Cavalieri2023-10-23
|
* rename `set.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `map.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `iterator.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `list.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* Update result.gleam to remove inoperable examplesGavin McGimpsey2023-10-19
|
* Update result.gleam to clarify try and add examples of useGavin McGimpsey2023-10-19
| | | I found result.try confusing when I had not realized that it could "replace" an `Ok` with an `Error`. I also did not understand its use in function chaining because I hadn't seen an example of a function call creating the result that it takes as input. This changes the language to offer a more specific description of what result.try does, and to show examples of use that will hopefully demonstrate its value more clearly.
* Fix map equality checking when the amount of keys differsMikko Ahlroth2023-10-17
|
* Improve pop_grapheme perf on JSLouis Pilfold2023-10-03
|
* list.key_filterLouis Pilfold2023-10-02
|
* add `iterator.map2`Giacomo Cavalieri2023-09-27
|
* Fix typosAdi Salimgereev2023-09-27
|
* Update string.slice docsMikko Ahlroth2023-09-11
| | | The slice function docs implied it could get two indexes, when it should get a start index and a length.
* Remove extra wrappingLouis Pilfold2023-09-04
|
* Bitwise int functionsLouis Pilfold2023-09-04
|
* review commentsGiacomo Cavalieri2023-09-04
|
* swap `iterator.flatten` and `iterator.concat`Giacomo Cavalieri2023-09-04
|
* Change `iterator.flatten`'s typeGiacomo Cavalieri2023-09-04
|
* Remove the deprecation notice from `list.flatten`Giacomo Cavalieri2023-09-04
|
* Rename `iterator.flatten` into `iterator.concat`Giacomo Cavalieri2023-09-04
|
* Fix crashLouis Pilfold2023-08-31
|
* Remove need for reverse in `list.range`Dmitrii Maganov2023-08-25
|
* Simplify random functionsLouis Pilfold2023-08-19
|
* oh, oldMcKayla Washburn2023-08-03
|
* fix `tuple6` exampleMcKayla Washburn2023-08-03
|
* Fix error in `error.values`'s docGiacomo Cavalieri2023-07-27
|
* yield documentationLouis Pilfold2023-07-27
|
* iterator.yieldLouis Pilfold2023-07-27
|
* Show atom function in string.inspectLouis Pilfold2023-07-23
|
* TweakLouis Pilfold2023-07-23
|
* Gleam fixLouis Pilfold2023-07-23
|
* Handle inspect on Erlang atoms (that can be created from strings in Gleam), ↵inoas2023-07-23
| | | | that are invalid in Gleam. (#479)
* Remove special character from `map2`'s docGiacomo Cavalieri2023-07-23
|
* `order.reverse` (#476)Kayla Washburn2023-07-16
|
* Add deprecated versionLouis Pilfold2023-07-13
|
* rename `list.flatten` to `list.concat` (#477)Kayla Washburn2023-07-13
|
* Revert "Add `list.map3`"Giacomo Cavalieri2023-06-24
| | | | This reverts commit c228035cb43bc72da6b68c3b9067c314046279e9.
* Add `list.map3`Giacomo Cavalieri2023-06-24
|
* Add `list.map2`Giacomo Cavalieri2023-06-24
|
* Add description of `Order` orderingGiacomo Cavalieri2023-06-22
|
* Slightly more conciseLouis Pilfold2023-06-22
|
* improve JS string.join speed (#468)inoas2023-06-22
|
* string.byte_sizeLouis Pilfold2023-06-21
|
* Rename `result.recover` to `result.try_recover`Giacomo Cavalieri2023-06-14
|
* Add `result.recover`Giacomo Cavalieri2023-06-14
|
* docs: typoFilip Figiel2023-06-13
|
* Add `pair.new`Giacomo Cavalieri2023-06-01
|