aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* add string.{to_utf_codepoints, from_utf_codepoints}inoas2022-12-22
* Add string.{to_utf_codepoints, from_utf_codepoints}inoas2022-12-22
* iterator: add transform()Marcin Puc2022-12-22
* Fix JS bugLouis Pilfold2022-12-21
* renamed from_base_string to base_parse, added documentation for base_parseshayan javani2022-12-21
* changed validation method for digitsshayan javani2022-12-21
* Update gleam_stdlib.mjsshayan javani2022-12-21
* also check for NaN resultshayan javani2022-12-21
* fixed javascript code for int_from_base_stringshayan javani2022-12-21
* fixed argument type ofr do_from_base_string in javascriptshayan javani2022-12-21
* return resultshayan javani2022-12-21
* added from_base_string to int moduleshayan javani2022-12-21
* JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385)Kero van Gelder2022-12-08
* Make list.at return an error given sub-zero indexIvan Habunek2022-12-08
* tweak namesMcKayla Washburn2022-12-05
* add e variants to gleam/io for printing to stderrMcKayla Washburn2022-12-05
* wordinginoas2022-12-01
* improve float loosely docsinoas2022-12-01
* add apply1-apply3 crosslinksinoas2022-12-01
* improve function.{curry2, .., curry6) docblocksinoas2022-12-01
* gleam formatinoas2022-11-27
* differenceinoas2022-11-27
* add float.loosely_equalsinoas2022-11-27
* remove erlang ffi decode_thunk as it seems to be used nowhereinoas2022-11-23
* improve int.floor_divideinoas2022-11-15
* do not specify self's module nameinoas2022-11-14
* make gleam docblocks consistent by separating them into executed blocks, mino...inoas2022-11-14
* no double empty lines in docblocksinoas2022-11-14
* 2nd passinoas2022-11-14
* format docblocksinoas2022-11-14
* `string.split` will now return a list of graphemes if split on an emptyinoas2022-11-06
* Update int subtract documentationAlex Rothuis2022-11-06
* Improve bool and/or docsAlex Rothuis2022-11-06
* Fix documentation for bool and float function operatorsAlex Rothuis2022-11-06
* Remove labels from subtract operator functionsAlex Rothuis2022-11-06
* Add Bool return typeAlex Rothuis2022-11-06
* Add operator functionsAlex Rothuis2022-11-06
* API docs: improve links to specificationsAlex Rothuis2022-10-31
* API docs: correct link to string_builderAlex Rothuis2022-10-31
* Unpublish do_to_graphemesAlex Rothuis2022-10-29
* Remove noteLouis Pilfold2022-10-27
* fix list.permutation on lists with non unique item values (#358)inoas2022-10-27
* Regex use ucp flag because they use unicode flag (#357)inoas2022-10-27
* add list.shuffle (#360)inoas2022-10-27
* fix import issuerikashore2022-10-27
* add docsrikashore2022-10-27
* implement join for string_builderrikashore2022-10-27
* naminginoas2022-10-27
* imprive list.flatten speed in most casesinoas2022-10-27
* remove unecessary conversioninoas2022-10-27