aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Extra labelLouis Pilfold2023-02-02
|
* product-of-empty-list-of-numbers-could-return-1inoas2023-02-01
|
* Fix changelogLouis Pilfold2023-02-01
|
* implements the list group function (#400)Dennis Schröder2023-02-01
|
* Fix examples in regex docs (match -> check)Michał Łępicki2023-01-27
|
* only decode as map if plain objectPeter Saxton2023-01-18
|
* decode javascript object as mapsPeter Saxton2023-01-18
|
* add decode1 functionPeter Saxton2023-01-12
|
* add drop function to set modulePeter Saxton2023-01-12
|
* Decode Uint8ArraysLouis Pilfold2023-01-08
|
* Fix uri.to_string function doc exampleEthan Pang2022-12-30
|
* Fix dynamic.decode8 decode9 function docEthan Pang2022-12-30
|
* Fix map.values function docEthan Pang2022-12-30
|
* fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, ↵inoas2022-12-23
| | | | \r\n and \t
* replace string.to_ints with string.utf_codepoint_to_intinoas2022-12-22
|
* testsinoas2022-12-22
|
* add string.to_intsinoas2022-12-22
|
* readd testsinoas2022-12-22
|
* fix linkinoas2022-12-22
|
* 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, ↵inoas2022-11-14
| | | | minor changes to piping style in docs
* 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
| | | | string (`""`)