Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Fix tests | sobolevn | 2024-08-24 | |
| | ||||
* | Add `bit_array.compare` | sobolevn | 2024-08-24 | |
| | ||||
* | Remove target annotation for string reverse | Giacomo Cavalieri | 2024-08-20 | |
| | ||||
* | Remove target annotation from bit_array inspect | Giacomo Cavalieri | 2024-08-20 | |
| | ||||
* | Fix slice | Louis Pilfold | 2024-08-19 | |
| | | | | Closes https://github.com/gleam-lang/gleam/issues/3499 | |||
* | add test, make erlang and javascript implementation agree #672 | Joshua Reusch | 2024-08-14 | |
| | ||||
* | fix percent_decode example #672 | Joshua Reusch | 2024-08-14 | |
| | ||||
* | change to check globalThis.Intl | David Dios | 2024-08-14 | |
| | ||||
* | fail-safe Intl check | David Dios | 2024-08-14 | |
| | ||||
* | Remove `int.InvalidBase` | Giacomo Cavalieri | 2024-08-13 | |
| | ||||
* | Add doctest to `iterator.repeatedly` | sobolevn | 2024-08-13 | |
| | ||||
* | bring back `gleam` tag that I removed by accident | Joshua Reusch | 2024-08-13 | |
| | ||||
* | fix documentation examples | Joshua Reusch | 2024-08-13 | |
| | ||||
* | improve pop_grapheme performance | Joshua Reusch | 2024-08-13 | |
| | ||||
* | apply functions | Louis Pilfold | 2024-07-29 | |
| | ||||
* | fix: Fix js trim implementation removing commas | Étienne Lévesque | 2024-07-29 | |
| | ||||
* | Fixing wrong argument name in the doc example for set.filter | Marius Iversen | 2024-07-19 | |
| | ||||
* | Fix gleam/regex replace examples OK casing | António Dias | 2024-07-18 | |
| | ||||
* | Remove optional decoding of optional_field value | Michael Jones | 2024-07-17 | |
| | | | | | We are happy with it being an optional key and a regular value. Not an implicitly optional value. | |||
* | Correct implementation of uri.origin and add tests for default ports | Nick Wilson | 2024-07-17 | |
| | ||||
* | Fix float_test with float.loosely_equals | Hudson C. Dalpra | 2024-07-17 | |
| | ||||
* | Add float.modulo | Hudson C. Dalpra | 2024-07-17 | |
| | ||||
* | No dict update | Louis Pilfold | 2024-07-12 | |
| | ||||
* | No order min max | Louis Pilfold | 2024-07-12 | |
| | ||||
* | No unsafe | Louis Pilfold | 2024-07-12 | |
| |