aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* improve pop_grapheme performanceJoshua Reusch2024-08-13
|
* apply functionsLouis Pilfold2024-07-29
|
* fix: Fix js trim implementation removing commasÉtienne Lévesque2024-07-29
|
* Fixing wrong argument name in the doc example for set.filterMarius Iversen2024-07-19
|
* Fix gleam/regex replace examples OK casingAntónio Dias2024-07-18
|
* Remove optional decoding of optional_field valueMichael Jones2024-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 portsNick Wilson2024-07-17
|
* Fix float_test with float.loosely_equalsHudson C. Dalpra2024-07-17
|
* Add float.moduloHudson C. Dalpra2024-07-17
|
* No dict updateLouis Pilfold2024-07-12
|
* No order min maxLouis Pilfold2024-07-12
|
* No unsafeLouis Pilfold2024-07-12
|
* No curryLouis Pilfold2024-07-12
|
* Deduplicate gleam/order negate examplesAntónio Dias2024-07-05
|
* fix typo in dict examplesJulian Kalema Lukwata2024-07-05
|
* Remove target annotationsGiacomo Cavalieri2024-06-25
|
* Split test, remove extra functionLouis Pilfold2024-06-23
|
* Fix regex.replace documentationRado2024-06-23
|
* Change the arguments order of regex.replace to be consistent with the rest ↵Rado2024-06-23
| | | | of the module functions
* Implement regex.replaceRado2024-06-23
|
* fixed typo in docs for absolute_value func in ints modulefrozen2024-06-23
|
* Fix `float.parse` failing to parse exponential notation on JavaScriptRichard Viney2024-06-23
|
* Improve Base64 decode performanceRichard Viney2024-06-23
|