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
*
Fix crash
Louis Pilfold
2023-08-31
*
Remove need for reverse in `list.range`
Dmitrii Maganov
2023-08-25
*
Simplify random functions
Louis Pilfold
2023-08-19
*
oh, old
McKayla Washburn
2023-08-03
*
fix `tuple6` example
McKayla Washburn
2023-08-03
*
Fix error in `error.values`'s doc
Giacomo Cavalieri
2023-07-27
*
yield documentation
Louis Pilfold
2023-07-27
*
iterator.yield
Louis Pilfold
2023-07-27
*
Show atom function in string.inspect
Louis Pilfold
2023-07-23
*
Tweak
Louis Pilfold
2023-07-23
*
Gleam fix
Louis Pilfold
2023-07-23
*
Handle inspect on Erlang atoms (that can be created from strings in Gleam), t...
inoas
2023-07-23
*
Remove special character from `map2`'s doc
Giacomo Cavalieri
2023-07-23
*
`order.reverse` (#476)
Kayla Washburn
2023-07-16
*
Add deprecated version
Louis Pilfold
2023-07-13
*
rename `list.flatten` to `list.concat` (#477)
Kayla Washburn
2023-07-13
*
Revert "Add `list.map3`"
Giacomo Cavalieri
2023-06-24
*
Add `list.map3`
Giacomo Cavalieri
2023-06-24
*
Add `list.map2`
Giacomo Cavalieri
2023-06-24
*
Add description of `Order` ordering
Giacomo Cavalieri
2023-06-22
*
Slightly more concise
Louis Pilfold
2023-06-22
*
improve JS string.join speed (#468)
inoas
2023-06-22
*
string.byte_size
Louis Pilfold
2023-06-21
*
Rename `result.recover` to `result.try_recover`
Giacomo Cavalieri
2023-06-14
*
Add `result.recover`
Giacomo Cavalieri
2023-06-14
*
docs: typo
Filip Figiel
2023-06-13
*
Add `pair.new`
Giacomo Cavalieri
2023-06-01
*
Clean up `gleam_stdlib.mjs` source
Marshall Bowers
2023-05-31
*
Fix repeated `regex.check()` calls on the same regex on target javascript (#459)
inoas
2023-05-29
*
Add labels and clearer names to `list.zip` and `list.zip_strict`
Giacomo Cavalieri
2023-05-27
*
Fix inconsistencies in `list.shuffle` documentation
Giacomo Cavalieri
2023-05-27
*
Replace occurrences of `list.head` in code in favour of `list.first`
Giacomo Cavalieri
2023-05-25
*
Replace occurrences of `list.head` in comments in favour of `list.first`
Giacomo Cavalieri
2023-05-25
*
Update examples to use `let assert` syntax instead of `assert`
Giacomo Cavalieri
2023-05-24
*
Fix typos in `gleam/list` module's doc
Giacomo Cavalieri
2023-05-22
*
Fix doc for bool.guard
Yihang Ho
2023-05-20
*
Format
Louis Pilfold
2023-05-13
*
Fix coerce errors messages, js tuple from list fixes
rubytree
2023-05-13
*
`dynamic.tupleN/2` optimization
rubytree
2023-05-13
*
Removes useless do_ensure_tuple
rubytree
2023-05-13
*
Fixes #420
rubytree
2023-05-13
*
Do not reverse the result of `result.partition`
Giacomo Cavalieri
2023-05-10
*
Change `partition`'s return type to return both oks and errors in a pair
Giacomo Cavalieri
2023-05-10
*
`result.partition` documentation
Giacomo Cavalieri
2023-05-10
*
`result.partition` test and implementation
Giacomo Cavalieri
2023-05-10
*
Avoid React Native crash
Louis Pilfold
2023-05-09
*
Change `decode_field`'s return type
Giacomo Cavalieri
2023-04-29
*
Fix `field` documentation error
Giacomo Cavalieri
2023-04-29
*
`optional_field` implementation
Giacomo Cavalieri
2023-04-29
*
Fix `dynamic.field` behaviour
Giacomo Cavalieri
2023-04-29
[next]