Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Type annotations for gleam/list | Louis Pilfold | 2020-01-14 |
| | |||
* | function.identity | Louis Pilfold | 2020-01-05 |
| | |||
* | Update generated files | RJ Dellecese | 2019-12-30 |
| | |||
* | Remove identity and always functions | RJ Dellecese | 2019-12-30 |
| | |||
* | Add generic module | RJ Dellecese | 2019-12-30 |
| | | | | Containing identity, always, flip, and compose functions. | ||
* | Update for Gleam v0.6.0 | Louis Pilfold | 2019-12-23 |
| | |||
* | Change Result Error type to String | RJ Dellecese | 2019-12-19 |
| | | | | and add some useful error messages. | ||
* | Correct type signature | RJ Dellecese | 2019-12-19 |
| | |||
* | Add dynamic.element for decoding tuples | RJ Dellecese | 2019-12-19 |
| | |||
* | Remove old generated files | Louis Pilfold | 2019-12-16 |
| | |||
* | Any -> Dynamic | Louis Pilfold | 2019-12-16 |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/8 | ||
* | Update for Gleam v0.5 | Louis Pilfold | 2019-11-25 |
| | |||
* | list.find and list.find_map | Louis Pilfold | 2019-10-25 |
| | |||
* | Rename map functions | Louis Pilfold | 2019-10-20 |
| | |||
* | add max() for Int and Float (#266) | Brett Snyder | 2019-10-03 |
| | |||
* | add min() for Int and Float modules (#268) | Brett Snyder | 2019-10-03 |
| | |||
* | add pair:map_first and pair:map_second | Brett Snyder | 2019-10-03 |
| | |||
* | Implement string.compare/2 | MainShayne233 | 2019-10-01 |
| | |||
* | Removing is_error from tests | Louis Pilfold | 2019-09-17 |
| | |||
* | Correct type definition of Nil | Louis Pilfold | 2019-09-17 |
| | |||
* | Module triple added with Type Triple. | Alice Dee | 2019-09-17 |
| | |||
* | Move fetch to list module as key_find | Alice Dee | 2019-09-17 |
| | |||
* | Create Pair datatype (remove Tuple) | Alice Dee | 2019-09-17 |
| | |||
* | Remove maps from stdlib | Louis Pilfold | 2019-09-15 |
| | |||
* | Update stdlib for new struct syntax | Louis Pilfold | 2019-08-17 |
| | |||
* | Uncomment test of `list:sort` with `float:compare` | Dirk Gadsden | 2019-08-16 |
| | |||
* | Add `float:compare` function to stdlib | Dirk Gadsden | 2019-08-16 |
| | | | | Fixes #209 | ||
* | Slightly optimise list:sort | Louis Pilfold | 2019-08-14 |
| | |||
* | list:sort requires comparison function | Louis Pilfold | 2019-08-14 |
| | |||
* | Improve erl formatting for maps | Louis Pilfold | 2019-07-03 |
| | |||
* | Improve erl formatting | Louis Pilfold | 2019-07-03 |
| | |||
* | Relax result:map_error | Louis Pilfold | 2019-06-30 |
| | |||
* | Note asdf installation method | Louis Pilfold | 2019-06-30 |
| | |||
* | stdlib namespace std -> gleam | Louis Pilfold | 2019-06-25 |
| | |||
* | Enable namespaced modules | Louis Pilfold | 2019-06-02 |
| | |||
* | map_dict:fold | Brett Snyder | 2019-05-15 |
| | |||
* | list:split_while | Brett Snyder | 2019-05-11 |
| | |||
* | Adds split to list stdlib | Alice Dee | 2019-05-11 |
| | |||
* | list:repeat | Brett Snyder | 2019-05-11 |
| | |||
* | list:strict_zip fix test (#168) | Brett Snyder | 2019-05-10 |
| | |||
* | list:strict_zip (#167) | Brett Snyder | 2019-05-10 |
| | |||
* | order tests | Louis Pilfold | 2019-05-10 |
| | |||
* | bool:compare | Louis Pilfold | 2019-05-10 |
| | |||
* | list:range | Louis Pilfold | 2019-05-10 |
| | |||
* | int:compare | Louis Pilfold | 2019-05-10 |
| | |||
* | map_dict:update | Louis Pilfold | 2019-05-04 |
| | |||
* | map_dict:delete | Louis Pilfold | 2019-05-04 |
| | |||
* | map_dict:merge | Louis Pilfold | 2019-05-04 |
| | |||
* | Remove empty set module | Louis Pilfold | 2019-05-04 |
| | |||
* | float:truncate | Louis Pilfold | 2019-04-22 |
| |