aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* pipe continuationRobert Attard2021-08-11
|
* iterator.try_foldRobert Attard2021-08-11
|
* Remove unused named parameterMichael Jones2021-08-09
| | | | | As rebar3 errors when attempting to run these tests. We might want to keep these anyway but they technically fail.
* Fix doc testsMichael Jones2021-08-09
| | | | Various tests that are incorrect and can be adjusted to pass.
* Restore the string builder examplesMichael Jones2021-08-09
| | | | | They don't work as far as I can tell but I assume we're rather have them in than out for the moment.
* Various additional fixesMichael Jones2021-08-09
| | | | | | | | | | Mostly syntax. Missing braces. Additionally, I can't see a string_builder.new so I'm not sure what the 'new' is referring to in these doc tests. I've deleted them for the moment but they should be reinstated. One function doesn't need to be public.
* Correct function in doc testsMichael Jones2021-08-09
| | | | Found with a hacky little doc-test script.
* Bit string sliceLouis Pilfold2021-08-08
|
* Missing commentLouis Pilfold2021-08-08
|
* Fix Erlang compLouis Pilfold2021-08-08
|
* Pure Gleam bit builderLouis Pilfold2021-08-08
|
* bit_string.concatLouis Pilfold2021-08-08
|
* Correct Erlang FFILouis Pilfold2021-08-08
|
* Remaining float functions for JSLouis Pilfold2021-08-08
|
* JS float functionsLouis Pilfold2021-08-08
|
* Work around JS compiler bugLouis Pilfold2021-08-06
|
* Fix JS versions hidden by eq errorLouis Pilfold2021-08-06
|
* float.parseLouis Pilfold2021-08-06
|
* Remove get line FFILouis Pilfold2021-07-31
|
* Remove io.get_lineLouis Pilfold2021-07-31
|
* Move atom module to gleam_erlang libraryLouis Pilfold2021-07-31
|
* Update for new bit string impl on JSLouis Pilfold2021-07-30
|
* Bit string JS funtionsLouis Pilfold2021-07-30
|
* JS shouldLouis Pilfold2021-07-28
|
* Bit string JS functionsLouis Pilfold2021-07-28
|
* Restore Result and Bool module commentsMarcin Puc2021-07-26
|
* Remove redefinitions of types from the preludeMarcin Puc2021-07-26
|
* Gleam native string padding. Iterator testsLouis Pilfold2021-07-26
|
* Complete string module conversionLouis Pilfold2021-07-26
|
* Convert more string functionsLouis Pilfold2021-07-22
|
* Unicode aware JS splitLouis Pilfold2021-07-21
|
* Convert more string functionsLouis Pilfold2021-07-21
|
* Convert some string functionsLouis Pilfold2021-07-21
|
* Port int module to JS (#219)Peter Saxton2021-07-20
|
* JS option moduleLouis Pilfold2021-07-19
|
* JS queue moduleLouis Pilfold2021-07-19
|
* Result functions on JSLouis Pilfold2021-07-18
|
* Remove function.rescue functionLouis Pilfold2021-07-18
| | | | Closes https://github.com/gleam-lang/gleam/issues/1196
* JS list supportLouis Pilfold2021-07-18
|
* Remove os moduleLouis Pilfold2021-07-18
|
* JS pair module supportLouis Pilfold2021-07-16
|
* bool and order JS supportLouis Pilfold2021-07-16
|
* move into if erlang blockRobert Attard2021-07-13
|
* iterator.fold_untilRobert Attard2021-07-13
|
* map.update uses optionLouis Pilfold2021-07-13
|
* JavaScript test runnerLouis Pilfold2021-07-13
|
* v0.16.0v0.16.0Louis Pilfold2021-06-17
|
* Fix example for iterator.flattenMarcin Puc2021-06-09
|
* Add over named arg for fold_rightSebastian Porto2021-05-28
|
* Support unicode in env variablesMarcin Puc2021-05-12
|