Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add labels and clearer names to `list.zip` and `list.zip_strict` | Giacomo Cavalieri | 2023-05-27 |
| | |||
* | Fix inconsistencies in `list.shuffle` documentation | Giacomo Cavalieri | 2023-05-27 |
| | |||
* | Replace occurrences of `list.head` in code in favour of `list.first` | Giacomo Cavalieri | 2023-05-25 |
| | |||
* | Replace occurrences of `list.head` in comments in favour of `list.first` | Giacomo Cavalieri | 2023-05-25 |
| | |||
* | Update examples to use `let assert` syntax instead of `assert` | Giacomo Cavalieri | 2023-05-24 |
| | |||
* | Fix typos in `gleam/list` module's doc | Giacomo Cavalieri | 2023-05-22 |
| | |||
* | Fix doc for bool.guard | Yihang Ho | 2023-05-20 |
| | |||
* | Format | Louis Pilfold | 2023-05-13 |
| | |||
* | Fix coerce errors messages, js tuple from list fixes | rubytree | 2023-05-13 |
| | |||
* | `dynamic.tupleN/2` optimization | rubytree | 2023-05-13 |
| | |||
* | Removes useless do_ensure_tuple | rubytree | 2023-05-13 |
| | |||
* | Fixes #420 | rubytree | 2023-05-13 |
| | |||
* | Do not reverse the result of `result.partition` | Giacomo Cavalieri | 2023-05-10 |
| | |||
* | Change `partition`'s return type to return both oks and errors in a pair | Giacomo Cavalieri | 2023-05-10 |
| | |||
* | `result.partition` documentation | Giacomo Cavalieri | 2023-05-10 |
| | |||
* | `result.partition` test and implementation | Giacomo Cavalieri | 2023-05-10 |
| | |||
* | Avoid React Native crash | Louis Pilfold | 2023-05-09 |
| | |||
* | Change `decode_field`'s return type | Giacomo Cavalieri | 2023-04-29 |
| | |||
* | Fix `field` documentation error | Giacomo Cavalieri | 2023-04-29 |
| | |||
* | `optional_field` implementation | Giacomo Cavalieri | 2023-04-29 |
| | |||
* | Fix `dynamic.field` behaviour | Giacomo Cavalieri | 2023-04-29 |
| | |||
* | fix decode_map throwing when `null` is being passed in (#432) | Danny Martini | 2023-04-29 |
| | |||
* | list.try_each returns the error | Louis Pilfold | 2023-04-21 |
| | |||
* | Improve documentation's code examples | Giacomo Cavalieri | 2023-04-21 |
| | |||
* | Improve documentation and follow the convention for code examples | Giacomo Cavalieri | 2023-04-21 |
| | |||
* | try_each documentation examples | Giacomo Cavalieri | 2023-04-21 |
| | |||
* | try_each implementation | Giacomo Cavalieri | 2023-04-21 |
| | |||
* | try_each definition and documentation | Giacomo Cavalieri | 2023-04-21 |
| | |||
* | `any` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `tuple6` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `tuple5` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `tuple4` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `tuple3` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `tuple2` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `result` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `optional` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `list` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `shallow_list` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `bool` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | Fix format | Louis Pilfold | 2023-04-19 |
| | |||
* | Update result.gleam | inoas | 2023-04-19 |
| | |||
* | Update src/gleam/result.gleam | inoas | 2023-04-19 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | Update src/gleam/result.gleam | inoas | 2023-04-19 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | change internal usage to result.try | inoas | 2023-04-19 |
| | |||
* | remove types, infer from proxies function | inoas | 2023-04-19 |
| | |||
* | remove types, infer from proxies function | inoas | 2023-04-19 |
| | |||
* | deprecate result.then in favour of result.try | inoas | 2023-04-19 |
| | |||
* | PMap property test | Louis Pilfold | 2023-04-10 |
| | |||
* | fix bug in persistent-hash-map.mjs | Julian Schurhammer | 2023-04-10 |
| | | | missing check for key equality in the find function | ||
* | `iterator.each` (#431) | Kayla Washburn | 2023-04-04 |
| |