Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make string/bytes_builder aliases of tree counterparts | Giacomo Cavalieri | 2024-11-17 |
| | |||
* | Clarify documentation for 'list.group' | Matti Eiden | 2024-11-15 |
| | |||
* | deprecate the types as well | Giacomo Cavalieri | 2024-11-15 |
| | |||
* | reword deprecation notice | Giacomo Cavalieri | 2024-11-15 |
| | |||
* | deprecate string and bytes builder modules | Giacomo Cavalieri | 2024-11-15 |
| | |||
* | add string and bytes tree modules | Giacomo Cavalieri | 2024-11-15 |
| | |||
* | oops | Giacomo Cavalieri | 2024-11-12 |
| | |||
* | deprecate nil_error | Giacomo Cavalieri | 2024-11-12 |
| | |||
* | Use `_start` and `_end` suffixes on string functions | Richard Viney | 2024-11-12 |
| | |||
* | Add `bit_size()` and `starts_with()` to `gleam/bit_array` | Richard Viney | 2024-11-11 |
| | |||
* | ensure codebase has a consistent style | Giacomo Cavalieri | 2024-11-07 |
| | |||
* | fix-721 | Giacomo Cavalieri | 2024-11-06 |
| | |||
* | Document the definition of whitespace | Louis Pilfold | 2024-11-02 |
| | | | | Related to https://github.com/gleam-lang/stdlib/issues/717 | ||
* | Apply suggestions from code review | mpatajac | 2024-10-30 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | The `set` module gains the `each` function | mpatajac | 2024-10-30 |
| | |||
* | Emit helpful error on unsupported Erlang versions | Louis Pilfold | 2024-10-28 |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/714 | ||
* | Improve float.to_string on JavaScript | Marco A L Barbosa | 2024-10-25 |
| | |||
* | apply format | SnowMarble | 2024-10-23 |
| | |||
* | enhance operator logics | SnowMarble | 2024-10-23 |
| | |||
* | deprecate concat | Giacomo Cavalieri | 2024-10-20 |
| | |||
* | Fix comment typos | Joseph T. Lyons | 2024-10-20 |
| | |||
* | Hint at user when to use lazy_or vs try_recover | Joseph T. Lyons | 2024-10-17 |
| | |||
* | refactor uri | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor string builder | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor string | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor result | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor regex | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor queue | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor option | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor list | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor iterator | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor dynamic | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor dict | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | refactor bool | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | remove iterators from tests | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | Optimise string.pad_left, string.pad_right. Optimise string.slice on JS. | Richard Viney | 2024-10-09 |
| | |||
* | Optimise string.repeat | Richard Viney | 2024-10-08 |
| | |||
* | Fix documentation for int.undigits | Mikko Ahlroth | 2024-10-07 |
| | | | InvalidBase can no longer be returned from the function. | ||
* | Format | Louis Pilfold | 2024-10-07 |
| | |||
* | Improve JS string performance by caching the Intl Segmenter | Richard Viney | 2024-10-07 |
| | |||
* | Fix io comment consistency | oscar lopez | 2024-09-17 |
| | |||
* | make iterator.do_try_fold tail-recursive (#689) | Gareth Pendleton | 2024-09-05 |
| | | | Co-authored-by: Gareth Pendleton <gareth.pendleton@ninthwave.co.uk> | ||
* | Add `to_precision` to `gleam/float` (#668) | versecafe | 2024-09-03 |
| | |||
* | Fix documentation | Louis Pilfold | 2024-08-27 |
| | | | | Closes https://github.com/gleam-lang/stdlib/issues/686 | ||
* | Update BytesBuilder docstring to reflect binary content, net text | Dusty Phillips | 2024-08-26 |
| | |||
* | Fix compile error | Louis Pilfold | 2024-08-24 |
| | |||
* | Partially address review | sobolevn | 2024-08-24 |
| | |||
* | Address review | sobolevn | 2024-08-24 |
| | |||
* | Fix js | sobolevn | 2024-08-24 |
| | |||
* | Address review | sobolevn | 2024-08-24 |
| |