index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
add string.{to_utf_codepoints, from_utf_codepoints}
inoas
2022-12-22
*
Add string.{to_utf_codepoints, from_utf_codepoints}
inoas
2022-12-22
*
iterator: add transform()
Marcin Puc
2022-12-22
*
Fix JS bug
Louis Pilfold
2022-12-21
*
renamed from_base_string to base_parse, added documentation for base_parse
shayan javani
2022-12-21
*
changed validation method for digits
shayan javani
2022-12-21
*
Update gleam_stdlib.mjs
shayan javani
2022-12-21
*
also check for NaN result
shayan javani
2022-12-21
*
fixed javascript code for int_from_base_string
shayan javani
2022-12-21
*
fixed argument type ofr do_from_base_string in javascript
shayan javani
2022-12-21
*
return result
shayan javani
2022-12-21
*
added from_base_string to int module
shayan javani
2022-12-21
*
JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385)
Kero van Gelder
2022-12-08
*
Make list.at return an error given sub-zero index
Ivan Habunek
2022-12-08
*
tweak names
McKayla Washburn
2022-12-05
*
add e variants to gleam/io for printing to stderr
McKayla Washburn
2022-12-05
*
wording
inoas
2022-12-01
*
improve float loosely docs
inoas
2022-12-01
*
add apply1-apply3 crosslinks
inoas
2022-12-01
*
improve function.{curry2, .., curry6) docblocks
inoas
2022-12-01
*
gleam format
inoas
2022-11-27
*
difference
inoas
2022-11-27
*
add float.loosely_equals
inoas
2022-11-27
*
remove erlang ffi decode_thunk as it seems to be used nowhere
inoas
2022-11-23
*
improve int.floor_divide
inoas
2022-11-15
*
do not specify self's module name
inoas
2022-11-14
*
make gleam docblocks consistent by separating them into executed blocks, mino...
inoas
2022-11-14
*
no double empty lines in docblocks
inoas
2022-11-14
*
2nd pass
inoas
2022-11-14
*
format docblocks
inoas
2022-11-14
*
`string.split` will now return a list of graphemes if split on an empty
inoas
2022-11-06
*
Update int subtract documentation
Alex Rothuis
2022-11-06
*
Improve bool and/or docs
Alex Rothuis
2022-11-06
*
Fix documentation for bool and float function operators
Alex Rothuis
2022-11-06
*
Remove labels from subtract operator functions
Alex Rothuis
2022-11-06
*
Add Bool return type
Alex Rothuis
2022-11-06
*
Add operator functions
Alex Rothuis
2022-11-06
*
API docs: improve links to specifications
Alex Rothuis
2022-10-31
*
API docs: correct link to string_builder
Alex Rothuis
2022-10-31
*
Unpublish do_to_graphemes
Alex Rothuis
2022-10-29
*
Remove note
Louis Pilfold
2022-10-27
*
fix list.permutation on lists with non unique item values (#358)
inoas
2022-10-27
*
Regex use ucp flag because they use unicode flag (#357)
inoas
2022-10-27
*
add list.shuffle (#360)
inoas
2022-10-27
*
fix import issue
rikashore
2022-10-27
*
add docs
rikashore
2022-10-27
*
implement join for string_builder
rikashore
2022-10-27
*
naming
inoas
2022-10-27
*
imprive list.flatten speed in most cases
inoas
2022-10-27
*
remove unecessary conversion
inoas
2022-10-27
[next]