Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | `result` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `optional` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `list` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `shallow_list` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | `bool` doc | Giacomo Cavalieri | 2023-04-20 |
| | |||
* | Fix format | Louis Pilfold | 2023-04-19 |
| | |||
* | Update result.gleam | inoas | 2023-04-19 |
| | |||
* | Update src/gleam/result.gleam | inoas | 2023-04-19 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | Update src/gleam/result.gleam | inoas | 2023-04-19 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | change internal usage to result.try | inoas | 2023-04-19 |
| | |||
* | remove types, infer from proxies function | inoas | 2023-04-19 |
| | |||
* | remove types, infer from proxies function | inoas | 2023-04-19 |
| | |||
* | deprecate result.then in favour of result.try | inoas | 2023-04-19 |
| | |||
* | PMap property test | Louis Pilfold | 2023-04-10 |
| | |||
* | fix bug in persistent-hash-map.mjs | Julian Schurhammer | 2023-04-10 |
| | | | missing check for key equality in the find function | ||
* | `iterator.each` (#431) | Kayla Washburn | 2023-04-04 |
| | |||
* | Make iterator.any/all TCO eligible in JavaScript | Chuck Daniels | 2023-03-23 |
| | | | | Fixes #427 | ||
* | Update regex.gleam | shayan javani | 2023-03-14 |
| | |||
* | make `regex.scan`'s behavior consistent across targets (#423) | shayan javani | 2023-03-14 |
| | |||
* | Fix my bad rebase | Louis Pilfold | 2023-03-13 |
| | |||
* | check that custom hashcode is a number | Julian Schurhammer | 2023-03-13 |
| | |||
* | js map: add jsdoc for typechecking | Julian Schurhammer | 2023-03-13 |
| | |||
* | js map: allow entries in array nodes | Julian Schurhammer | 2023-03-13 |
| | | | | to reduce the number of nodes created | ||
* | better number hash | Julian Schurhammer | 2023-03-13 |
| | |||
* | js map: decode from Map or Object | Julian Schurhammer | 2023-03-13 |
| | |||
* | format | Julian Schurhammer | 2023-03-13 |
| | |||
* | js map: refactor into class | Julian Schurhammer | 2023-03-13 |
| | |||
* | js maps: add more tests and fix stuff | Julian Schurhammer | 2023-03-13 |
| | |||
* | javascript hashCode: handle uint8array | Julian Schurhammer | 2023-03-13 |
| | |||
* | implement equals for maps in javascript | Julian Schurhammer | 2023-03-13 |
| | |||
* | implement hashCode for maps in javascript | Julian Schurhammer | 2023-03-13 |
| | |||
* | hash function that can hash most js objects | Julian Schurhammer | 2023-03-13 |
| | |||
* | format | Julian Schurhammer | 2023-03-13 |
| | |||
* | initial implementation of 'hash array mapped trie' structure for persistent maps | Julian Schurhammer | 2023-03-13 |
| | |||
* | Use more natural writing for numeral bases in docs | Fabian | 2023-03-04 |
| | |||
* | Fix to_base36 docs to not say it's base16 | Fabian | 2023-03-04 |
| | |||
* | Update example and the argument label | Ethan Pang | 2023-03-02 |
| | |||
* | Add iterator.length | Ethan Pang | 2023-03-02 |
| | |||
* | Rework bool.guard | Louis Pilfold | 2023-02-26 |
| | |||
* | Remove result.guard | Louis Pilfold | 2023-02-26 |
| | |||
* | Correct example, again! | Louis Pilfold | 2023-02-26 |
| | |||
* | Correct example | Louis Pilfold | 2023-02-26 |
| | |||
* | result.guard | Louis Pilfold | 2023-02-26 |
| | |||
* | bool.guard | Louis Pilfold | 2023-02-26 |
| | |||
* | 0.27 gleam fix && gleam format, replace some asserts with panics in tests | inoas | 2023-02-26 |
| | |||
* | Fix edge-case in int.floor_divide | Udo | 2023-02-25 |
| | |||
* | Note % | Louis Pilfold | 2023-02-20 |
| | |||
* | fix: deno print_error and print_debug to match node implementation | brettkolodny | 2023-02-18 |
| | |||
* | fix: deno println to match node implementation | brettkolodny | 2023-02-18 |
| | |||
* | gleam format | inoas | 2023-02-03 |
| |