aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.erl
Commit message (Collapse)AuthorAge
* Regex Erlang fixLouis Pilfold2021-08-27
|
* Regex compileLouis Pilfold2021-08-27
|
* Switch to upper case type namesMichael Jones2021-08-13
| | | | | | | | | | | | As suggested by Louis Pilfold. As Gleam generally uses upper case. Also adjust the string handling so that we don't return an error saying 'BitString'. Use 'String' instead of 'binary' as we want to lean towards Gleam terminology instead of exposing the underlying erlang names.
* Improve dynamic decoding errorMichael Jones2021-08-13
| | | | | | | | | | | Instead of returning a string we return a structured error. We update all the call sites and tests. I'm assuming that changing to <<>> string syntax is ok but I don't actually understand the ramifications. For gleam/issues#1226
* Bit string sliceLouis Pilfold2021-08-08
|
* bit_string.concatLouis Pilfold2021-08-08
|
* Remove get line FFILouis Pilfold2021-07-31
|
* Move atom module to gleam_erlang libraryLouis Pilfold2021-07-31
|
* Convert more string functionsLouis Pilfold2021-07-22
|
* Convert more string functionsLouis Pilfold2021-07-21
|
* JavaScript test runnerLouis Pilfold2021-07-13
|
* Add dynamic.tuple{3,4,5,6} (#165)evuez2021-02-23
|
* Fix dialyzer errorLouis Pilfold2021-01-23
|
* Add io:get_lineShritesh Bhattarai2021-01-21
|
* Fix typo `decoded4` -> `decode64` (#96)Jechol Lee2020-08-14
|
* function.rescueLouis Pilfold2020-07-15
|
* use bit_string fnPeter Saxton2020-07-01
|
* Fix crash with unmodified bit builderLouis Pilfold2020-06-30
|
* bit_string.{to_string, is_utf8}Louis Pilfold2020-06-30
|
* Alter regex APILouis Pilfold2020-06-30
|
* Remove Match.numberErik Terpstra2020-06-25
|
* Return byte indexesErik Terpstra2020-06-25
|
* regex.split & regex.scanErik Terpstra2020-06-25
|
* encode and decode functions for bas64Peter Saxton2020-06-24
|
* Regex moduleErik Terpstra2020-06-20
|
* use is_bitstringPeter Saxton2020-06-16
|
* add decode bit_string to dynamicPeter Saxton2020-06-16
|
* binary -> bit stringLouis Pilfold2020-06-08
|
* Merge Erlang modulesLouis Pilfold2020-05-29
|
* Queue data typeLouis Pilfold2020-05-26
|
* string.next_graphemeErik Terpstra2020-05-22
|
* Remove some Erlang glueLouis Pilfold2020-05-19
|
* dynamic.mapLouis Pilfold2020-05-19
|
* dynamic.{tuple2, tuple2_of}Louis Pilfold2020-05-19
|
* string.pad_left & string.pad_rightErik Terpstra2020-05-19
|
* string.starts_with & string.ends_withErik Terpstra2020-05-17
|
* Update string.trim to use Direction type and call external string.trim ↵Erik Terpstra2020-05-12
| | | | within the same file
* string.trimErik Terpstra2020-05-12
|
* Docs ready for v0.8Louis Pilfold2020-04-28
|
* Implementing String.contains and String.repeatgreggreg2020-04-16
|
* Rename gleam/expect to gleam/should (#27)Jamie Luck2020-03-29
|
* Add leading underscore to unused Erlang argRJ Dellecese2019-12-20
|
* Change Result Error type to StringRJ Dellecese2019-12-19
| | | | and add some useful error messages.
* Add dynamic.element for decoding tuplesRJ Dellecese2019-12-19
|
* Update for Gleam v0.5Louis Pilfold2019-11-25
|
* Rename map functionsLouis Pilfold2019-10-20
|
* Implement string.compare/2MainShayne2332019-10-01
|
* Removing is_error from testsLouis Pilfold2019-09-17
|
* Rename stdlib native moduleLouis Pilfold2019-09-17