aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.erl
Commit message (Collapse)AuthorAge
...
* fix inspect on improper listsinoas2022-08-10
|
* Change implementation of bit_string.concat (#314)Sebastian Porto2022-06-27
|
* Inspect bit stringsLouis Pilfold2022-06-15
|
* JavaScript: fix string_builder.reverse, cleanup (#300)inoas2022-06-07
|
* Fix int.power and float.power functions (#302)Nicklas Sindlev Andersen2022-06-07
|
* add string.inspect() (#296)inoas2022-05-17
|
* Move test FFI to test moduleLouis Pilfold2022-03-01
|
* Fix field errorLouis Pilfold2022-01-14
|
* Fix unicode printingLouis Pilfold2022-01-14
|
* Set path in element and field functionsLouis Pilfold2022-01-01
|
* Add path to DecodeError, return multiple decode errorsLouis Pilfold2022-01-01
|
* Use Erlang uri parserLouis Pilfold2021-09-15
|
* Fix ErlangLouis Pilfold2021-09-11
|
* JS decode field for objectsLouis Pilfold2021-09-11
|
* JS result decodingLouis Pilfold2021-09-10
|
* In Gleam tuple decodingLouis Pilfold2021-09-10
|
* Move tuple decoding into GleamLouis Pilfold2021-09-09
|
* Improve error messagesLouis Pilfold2021-09-09
|
* Fix typeLouis Pilfold2021-09-09
|
* Negative indexes in ErlangLouis Pilfold2021-09-09
|
* JS dynamic elementLouis Pilfold2021-09-09
|
* URI percent encode and decode for JSLouis Pilfold2021-09-07
|
* JS parse queryLouis Pilfold2021-09-04
|
* 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
|