index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
v0.25.0
Louis Pilfold
2022-11-19
*
`string.split` will now return a list of graphemes if split on an empty
inoas
2022-11-06
*
Remove labels from subtract operator functions
Alex Rothuis
2022-11-06
*
Remove folds from operator function tests
Alex Rothuis
2022-11-06
*
Fix formatting
Alex Rothuis
2022-11-06
*
Add operator functions
Alex Rothuis
2022-11-06
*
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
*
add test case
rikashore
2022-10-27
*
fix regex.scan to work correclty with utf8 strings
inoas
2022-10-27
*
Add tests
Étienne Lévesque
2022-10-25
*
remove apply4 through apply6
Étienne Lévesque
2022-10-25
*
add function.applyX
Étienne Lévesque
2022-10-25
*
TCO testing: list module (#340)
inoas
2022-10-23
*
test list.sort stability
Julian Schurhammer
2022-10-20
*
Add `int.{remainder, modulo}` (#342)
inoas
2022-10-14
*
port elixir's Integer.floor_div
inoas
2022-10-10
*
use should.be_true()/.be_false() instead of should.equal() (#339)
inoas
2022-09-19
*
String slice tco (#338)
inoas
2022-09-19
*
Format
Louis Pilfold
2022-09-15
*
inspect output syntax
inoas
2022-08-11
*
names, cs
inoas
2022-08-11
*
simplify code
inoas
2022-08-11
*
single pass proper/improper list inspection
inoas
2022-08-11
*
naming
inoas
2022-08-11
*
//erl[1,2|3] output for inspecting improper Erlang lists
inoas
2022-08-11
*
check for improper lists on erlang only
inoas
2022-08-11
*
2 dots instead of 3
inoas
2022-08-11
*
Use different syntax for improper lists
Louis Pilfold
2022-08-10
*
inclusive list.range and iterator.range
Robert Attard
2022-07-27
*
Make list.range tail recursive
Louis Pilfold
2022-07-25
*
remove unused import
inoas
2022-07-15
*
cs
inoas
2022-07-03
*
make List.contains tco compatible
inoas
2022-07-03
*
comment
inoas
2022-07-03
*
naming, attempt to add tests that proof short circuit
inoas
2022-07-03
*
fix tests
inoas
2022-07-03
*
add fix for List.any
inoas
2022-07-03
*
attempt at fixing missing tco
inoas
2022-07-03
*
fix: bit_builder.from_string_builder should wrap input
Antoine Wendlinger
2022-07-01
*
Let `decode_list` succeed with arrays
tynanbe
2022-06-27
*
String.inspect bitstring tests (#309)
inoas
2022-06-27
*
Change implementation of bit_string.concat (#314)
Sebastian Porto
2022-06-27
*
Add `concat_bit_strings` fun to `bit_builder`
Andrew Varner
2022-06-23
*
Inspect bit strings
Louis Pilfold
2022-06-15
*
fix io.debug to behave the same on Erlang and JavaScript (#308)
inoas
2022-06-08
*
JavaScript: fix string_builder.reverse, cleanup (#300)
inoas
2022-06-07
*
Fix int.power and float.power functions (#302)
Nicklas Sindlev Andersen
2022-06-07
*
let the js runtime run on the environment locale by default
inoas
2022-05-22
[next]