Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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, ↵ | inoas | 2022-11-14 | |
| | | | | minor changes to piping style in docs | |||
* | 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 | |
| | | | | string (`""`) | |||
* | Update int subtract documentation | Alex Rothuis | 2022-11-06 | |
| | ||||
* | Improve bool and/or docs | Alex Rothuis | 2022-11-06 | |
| | | | | Boolean operator functions do not short circuit | |||
* | 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 | |
| | | | | Allows using operators as functions. Useful in higher order functions or pipes. | |||
* | 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 | |
| | | | | This was introduced to benefit tail call optimization #338, but I don't think the intention was to allow users to use this function (all other `do_*` functions are private). | |||
* | 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 | |
| | ||||
* | fix regex.scan to work correclty with utf8 strings | inoas | 2022-10-27 | |
| | ||||
* | 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 | |
| | ||||
* | make list.sort a 'stable' sort | Julian Schurhammer | 2022-10-20 | |
| | ||||
* | make list.sort tail recursive | Julian Schurhammer | 2022-10-20 | |
| | ||||
* | Format | Louis Pilfold | 2022-10-14 | |
| | ||||
* | Add `int.{remainder, modulo}` (#342) | inoas | 2022-10-14 | |
| | ||||
* | gleam format on gleam nightly | inoas | 2022-10-10 | |
| | ||||
* | docblock, changelog | inoas | 2022-10-10 | |
| | ||||
* | port elixir's Integer.floor_div | inoas | 2022-10-10 | |
| | ||||
* | String slice tco (#338) | inoas | 2022-09-19 | |
| | ||||
* | 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 | |
| | ||||
* | remove unreachable code | inoas | 2022-08-11 | |
| | ||||
* | //erl[1,2|3] output for inspecting improper Erlang lists | inoas | 2022-08-11 | |
| | ||||
* | 2 dots instead of 3 | inoas | 2022-08-11 | |
| |