aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* naminginoas2022-10-27
|
* imprive list.flatten speed in most casesinoas2022-10-27
|
* remove unecessary conversioninoas2022-10-27
|
* fix regex.scan to work correclty with utf8 stringsinoas2022-10-27
|
* remove apply4 through apply6Étienne Lévesque2022-10-25
|
* add function.applyXÉtienne Lévesque2022-10-25
|
* TCO testing: list module (#340)inoas2022-10-23
|
* make list.sort a 'stable' sortJulian Schurhammer2022-10-20
|
* make list.sort tail recursiveJulian Schurhammer2022-10-20
|
* FormatLouis Pilfold2022-10-14
|
* Add `int.{remainder, modulo}` (#342)inoas2022-10-14
|
* gleam format on gleam nightlyinoas2022-10-10
|
* docblock, changeloginoas2022-10-10
|
* port elixir's Integer.floor_divinoas2022-10-10
|
* String slice tco (#338)inoas2022-09-19
|
* 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
|
* Nightly GleamLouis Pilfold2022-08-10
|
* Use different syntax for improper listsLouis Pilfold2022-08-10
|
* gleam format on gleam 0.22.1inoas2022-08-10
|
* reformat dynamicinoas2022-08-10
|
* unformat dynamicinoas2022-08-10
|
* csinoas2022-08-10
|
* fix inspect on improper listsinoas2022-08-10
|
* v0.22.3v0.22.3Louis Pilfold2022-08-09
|
* Fix importLouis Pilfold2022-08-09
|
* inclusive list.range and iterator.rangeRobert Attard2022-07-27
|
* Make list.range tail recursiveLouis Pilfold2022-07-25
|
* Stop. Continue.Louis Pilfold2022-07-24
|
* list cs, docblocks, helper namesinoas2022-07-24
|
* Correct dynamic 'optional' docstringAdam Davies2022-07-24
|
* change implementation to not require an accumulator and thus no helper ↵inoas2022-07-03
| | | | functions for list.{contains, all, any}
* make List.contains tco compatibleinoas2022-07-03
|
* revert boolean + execution on of predicate, enable short circuit pathinoas2022-07-03
|
* naming, attempt to add tests that proof short circuitinoas2022-07-03
|
* short circuit List.any recursioninoas2022-07-03
|
* add fix for List.anyinoas2022-07-03
|
* attempt at fixing missing tcoinoas2022-07-03
|
* fix: bit_builder.from_string_builder should wrap inputAntoine Wendlinger2022-07-01
| | | | Fixes #313.
* Let `decode_list` succeed with arraystynanbe2022-06-27
|
* Change implementation of bit_string.concat (#314)Sebastian Porto2022-06-27
|
* Add `concat_bit_strings` fun to `bit_builder`Andrew Varner2022-06-23
|
* Inspect bit stringsLouis Pilfold2022-06-15
|
* division, consistencyinoas2022-06-10
|
* fix io.debug to behave the same on Erlang and JavaScript (#308)inoas2022-06-08
|