aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.erl
Commit message (Collapse)AuthorAge
* Correctly print non-byte aligned bit arraysLouis Pilfold2023-10-31
|
* Hex!Louis Pilfold2023-10-26
|
* Deprecate gleam/baseLouis Pilfold2023-10-26
|
* Rename to bit arrayLouis Pilfold2023-10-26
|
* Fix crashLouis Pilfold2023-08-31
|
* Show atom function in string.inspectLouis Pilfold2023-07-23
|
* TweakLouis Pilfold2023-07-23
|
* Handle inspect on Erlang atoms (that can be created from strings in Gleam), ↵inoas2023-07-23
| | | | that are invalid in Gleam. (#479)
* string.byte_sizeLouis Pilfold2023-06-21
|
* Fix coerce errors messages, js tuple from list fixesrubytree2023-05-13
|
* `dynamic.tupleN/2` optimizationrubytree2023-05-13
|
* Fixes #420rubytree2023-05-13
|
* Change `decode_field`'s return typeGiacomo Cavalieri2023-04-29
|
* Fix `dynamic.field` behaviourGiacomo Cavalieri2023-04-29
|
* fix decode_map throwing when `null` is being passed in (#432)Danny Martini2023-04-29
|
* make `regex.scan`'s behavior consistent across targets (#423)shayan javani2023-03-14
|
* fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, ↵inoas2022-12-23
| | | | \r\n and \t
* return resultshayan javani2022-12-21
|
* tweak namesMcKayla Washburn2022-12-05
|
* add e variants to gleam/io for printing to stderrMcKayla Washburn2022-12-05
|
* remove erlang ffi decode_thunk as it seems to be used nowhereinoas2022-11-23
|
* Regex use ucp flag because they use unicode flag (#357)inoas2022-10-27
|
* remove unecessary conversioninoas2022-10-27
|
* fix regex.scan to work correclty with utf8 stringsinoas2022-10-27
|
* inspect output syntaxinoas2022-08-11
|
* names, csinoas2022-08-11
|
* simplify codeinoas2022-08-11
|
* single pass proper/improper list inspectioninoas2022-08-11
|
* remove unreachable codeinoas2022-08-11
|
* //erl[1,2|3] output for inspecting improper Erlang listsinoas2022-08-11
|
* 2 dots instead of 3inoas2022-08-11
|
* Use different syntax for improper listsLouis Pilfold2022-08-10
|
* csinoas2022-08-10
|
* 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
|