aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove regex dependency from uri moduleGiacomo Cavalieri2024-11-25
* regex begoneGiacomo Cavalieri2024-11-19
* add string and bytes tree modulesGiacomo Cavalieri2024-11-15
* Use `_start` and `_end` suffixes on string functionsRichard Viney2024-11-12
* Add `bit_size()` and `starts_with()` to `gleam/bit_array`Richard Viney2024-11-11
* Apply suggestions from code reviewmpatajac2024-10-30
* The `set` module gains the `each` functionmpatajac2024-10-30
* Improve float.to_string on JavaScriptMarco A L Barbosa2024-10-25
* deprecate concatGiacomo Cavalieri2024-10-20
* remove iterators from testsGiacomo Cavalieri2024-10-10
* make iterator.do_try_fold tail-recursive (#689)Gareth Pendleton2024-09-05
* Add `to_precision` to `gleam/float` (#668)versecafe2024-09-03
* Partially address reviewsobolevn2024-08-24
* Address reviewsobolevn2024-08-24
* More testssobolevn2024-08-24
* Fix jssobolevn2024-08-24
* Address reviewsobolevn2024-08-24
* Updatessobolevn2024-08-24
* Fix JS testssobolevn2024-08-24
* Fix testssobolevn2024-08-24
* Add `bit_array.compare`sobolevn2024-08-24
* Fix sliceLouis Pilfold2024-08-19
* add test, make erlang and javascript implementation agree #672Joshua Reusch2024-08-14
* Remove `int.InvalidBase`Giacomo Cavalieri2024-08-13
* fix bad testÉtienne Lévesque2024-07-29
* fix: Fix js trim implementation removing commasÉtienne Lévesque2024-07-29
* Add per-target tests for optional field errorMichael Jones2024-07-17
* Add failing tests for optional field behaviourMichael Jones2024-07-17
* 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
* Test fractional numbers for float.moduloHudson C. Dalpra2024-07-17
* Add float.moduloHudson C. Dalpra2024-07-17
* Update testsLouis Pilfold2024-07-12
* Remove target annotationsGiacomo Cavalieri2024-06-25
* Run CI on all supported runtimesRichard Viney2024-06-25
* Split test, remove extra functionLouis Pilfold2024-06-23
* Implement regex.replaceRado2024-06-23
* Fix `float.parse` failing to parse exponential notation on JavaScriptRichard Viney2024-06-23
* Improve Base64 decode performanceRichard Viney2024-06-23
* Base64 encoding optimisations. Fix encoding of large bit arrays on JS.Richard Viney2024-06-21
* Update the test to make use of the output type being different than the input...Julia Pitts2024-06-18
* Add gleam/set.{map}.Julia Pitts2024-06-18
* Add test for lazy iterator.yieldJuraj Petráš2024-06-15
* FormatLouis Pilfold2024-06-05
* Add tests for all common unicode whitespace to ensure matching trim behaviour...Brad Lewis2024-06-05
* Add test for javascript and erlang trimming mismatchBrad Lewis2024-06-05
* fix tests, improve changeloginoas2024-06-02
* add -1 test for list.windowGioele Bucci2024-05-29
* Fix infinite recursion loop in `list.window` when `by` is 0Gioele Bucci2024-05-29
* adds count function for listthorhj2024-05-29