aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
...
* Gleam v0.7 syntaxLouis Pilfold2020-04-24
|
* Initial map documentationLouis Pilfold2020-04-24
|
* Implementing String.contains and String.repeatgreggreg2020-04-16
|
* Correct invalid examplesLouis Pilfold2020-03-29
|
* Rename gleam/expect to gleam/should (#27)Jamie Luck2020-03-29
|
* int.is_oddLouis Pilfold2020-03-05
|
* int.is_evenLouis Pilfold2020-03-05
|
* string.joinLouis Pilfold2020-03-05
|
* string.concatLouis Pilfold2020-03-05
|
* Type annotations for gleam/listLouis Pilfold2020-01-14
|
* function.identityLouis Pilfold2020-01-05
|
* Update changelog and alpha orderRJ Dellecese2019-12-30
|
* Rename generic module as function moduleRJ Dellecese2019-12-30
|
* Remove identity and always functionsRJ Dellecese2019-12-30
|
* Add generic moduleRJ Dellecese2019-12-30
| | | | Containing identity, always, flip, and compose functions.
* Update for Gleam v0.6.0Louis Pilfold2019-12-23
|
* Change Result Error type to StringRJ Dellecese2019-12-19
| | | | and add some useful error messages.
* Correct type signatureRJ Dellecese2019-12-19
|
* Add dynamic.element for decoding tuplesRJ Dellecese2019-12-19
|
* Any -> DynamicLouis Pilfold2019-12-16
| | | | Closes https://github.com/gleam-lang/stdlib/issues/8
* Reformat list tests for clarityLouis Pilfold2019-11-25
|
* Update for Gleam v0.5Louis Pilfold2019-11-25
|
* Update for Gleam v0.5 syntaxLouis Pilfold2019-10-28
|
* Use unqualified imports where appropriate in stdlibLouis Pilfold2019-10-27
|
* list.find and list.find_mapLouis Pilfold2019-10-25
|
* Rename map functionsLouis Pilfold2019-10-20
|
* add max() for Int and Float (#266)Brett Snyder2019-10-03
|
* add min() for Int and Float modules (#268)Brett Snyder2019-10-03
|
* add pair:map_first and pair:map_secondBrett Snyder2019-10-03
|
* Implement string.compare/2MainShayne2332019-10-01
|
* Update stdlib CHANGELOGLouis Pilfold2019-09-17
|
* Removing is_error from testsLouis Pilfold2019-09-17
|
* Module triple added with Type Triple.Alice Dee2019-09-17
|
* Move fetch to list module as key_findAlice Dee2019-09-17
|
* Create Pair datatype (remove Tuple)Alice Dee2019-09-17
|
* Note stdlib sites to be updatedLouis Pilfold2019-09-17
|
* Remove maps from stdlibLouis Pilfold2019-09-15
|
* Update stdlib to new syntaxLouis Pilfold2019-08-26
|
* Update stdlib for new struct syntaxLouis Pilfold2019-08-17
|
* Uncomment test of `list:sort` with `float:compare`Dirk Gadsden2019-08-16
|
* Add `float:compare` function to stdlibDirk Gadsden2019-08-16
| | | | Fixes #209
* Slightly optimise list:sortLouis Pilfold2019-08-14
|
* list:sort requires comparison functionLouis Pilfold2019-08-14
|
* Relax result:map_errorLouis Pilfold2019-06-30
|
* Split out Gleam HTTPLouis Pilfold2019-06-29
| | | | Now found at https://github.com/gleam-lang/gleam_http
* stdlib namespace std -> gleamLouis Pilfold2019-06-25
|
* Enable namespaced modulesLouis Pilfold2019-06-02
|
* map_dict:foldBrett Snyder2019-05-15
|
* list:split_whileBrett Snyder2019-05-11
|
* Adds split to list stdlibAlice Dee2019-05-11
|