aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Apply suggestions from code reviewmpatajac2024-10-30
| | | Co-authored-by: Louis Pilfold <louis@lpil.uk>
* The `set` module gains the `each` functionmpatajac2024-10-30
|
* Emit helpful error on unsupported Erlang versionsLouis Pilfold2024-10-28
| | | | Closes https://github.com/gleam-lang/stdlib/issues/714
* Improve float.to_string on JavaScriptMarco A L Barbosa2024-10-25
|
* apply formatSnowMarble2024-10-23
|
* enhance operator logicsSnowMarble2024-10-23
|
* deprecate concatGiacomo Cavalieri2024-10-20
|
* Fix comment typosJoseph T. Lyons2024-10-20
|
* Hint at user when to use lazy_or vs try_recoverJoseph T. Lyons2024-10-17
|
* refactor uriGiacomo Cavalieri2024-10-10
|
* refactor string builderGiacomo Cavalieri2024-10-10
|
* refactor stringGiacomo Cavalieri2024-10-10
|
* refactor resultGiacomo Cavalieri2024-10-10
|
* refactor regexGiacomo Cavalieri2024-10-10
|
* refactor queueGiacomo Cavalieri2024-10-10
|
* refactor optionGiacomo Cavalieri2024-10-10
|
* refactor listGiacomo Cavalieri2024-10-10
|
* refactor iteratorGiacomo Cavalieri2024-10-10
|
* refactor dynamicGiacomo Cavalieri2024-10-10
|
* refactor dictGiacomo Cavalieri2024-10-10
|
* refactor boolGiacomo Cavalieri2024-10-10
|
* remove iterators from testsGiacomo Cavalieri2024-10-10
|
* Optimise string.pad_left, string.pad_right. Optimise string.slice on JS.Richard Viney2024-10-09
|
* Optimise string.repeatRichard Viney2024-10-08
|
* Fix documentation for int.undigitsMikko Ahlroth2024-10-07
| | | InvalidBase can no longer be returned from the function.
* FormatLouis Pilfold2024-10-07
|
* Improve JS string performance by caching the Intl SegmenterRichard Viney2024-10-07
|
* Fix io comment consistencyoscar lopez2024-09-17
|
* make iterator.do_try_fold tail-recursive (#689)Gareth Pendleton2024-09-05
| | | Co-authored-by: Gareth Pendleton <gareth.pendleton@ninthwave.co.uk>
* Add `to_precision` to `gleam/float` (#668)versecafe2024-09-03
|
* Fix documentationLouis Pilfold2024-08-27
| | | | Closes https://github.com/gleam-lang/stdlib/issues/686
* Update BytesBuilder docstring to reflect binary content, net textDusty Phillips2024-08-26
|
* Fix compile errorLouis Pilfold2024-08-24
|
* Partially address reviewsobolevn2024-08-24
|
* Address reviewsobolevn2024-08-24
|
* Fix jssobolevn2024-08-24
|
* Address reviewsobolevn2024-08-24
|
* Fix testssobolevn2024-08-24
|
* Add `bit_array.compare`sobolevn2024-08-24
|
* Remove target annotation for string reverseGiacomo Cavalieri2024-08-20
|
* Remove target annotation from bit_array inspectGiacomo Cavalieri2024-08-20
|
* Fix sliceLouis Pilfold2024-08-19
| | | | Closes https://github.com/gleam-lang/gleam/issues/3499
* add test, make erlang and javascript implementation agree #672Joshua Reusch2024-08-14
|
* fix percent_decode example #672Joshua Reusch2024-08-14
|
* change to check globalThis.IntlDavid Dios2024-08-14
|
* fail-safe Intl checkDavid Dios2024-08-14
|
* Remove `int.InvalidBase`Giacomo Cavalieri2024-08-13
|
* Add doctest to `iterator.repeatedly`sobolevn2024-08-13
|
* bring back `gleam` tag that I removed by accidentJoshua Reusch2024-08-13
|
* fix documentation examplesJoshua Reusch2024-08-13
|