Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/elm-tooling/elm-compiler-library

Compiler fork used in elm-language-server-haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead
https://github.com/elm-tooling/elm-compiler-library

Add Tuples to the built-in ADTs

20086fad5eed5bae51d11dd8dfc1af8207dbbbb9 authored almost 11 years ago
Update for Module AST, remove Text and String from default imports

fee867103b9b7d977452a5628267e4eac6a0c77d authored almost 11 years ago
Update for new Module AST

a88fbcef1ff550e280800be258eb4329f7b8a812 authored almost 11 years ago
Strip out code made irrelevant by Canonicalizer

115773f4812993ead80c9f9d9cfdb1634ac0ff79 authored almost 11 years ago
Update for new Module AST

aa7c2fdc6bcf3de2d6d49e5976d48e2ea14d15f9 authored almost 11 years ago
get working with new Module AST

724316a8e275e178b73896bc6aae49c454019b73 authored almost 11 years ago
Get working with latest definition of Modules

b4fbfde8fcc73852c0e3f9349f1cda1e52dbb851 authored almost 11 years ago
Merge branch 'master' into canonicalize

Conflicts:
Elm.cabal

39020499d37a47fd409287078afb154ac7b56e31 authored almost 11 years ago
Merge pull request #602 from juhp/patch-1

point to elm-lang git repo

6cdc6d4a332df9af6e70f85e52a83eb364e953bf authored almost 11 years ago
point to elm-lang git repo

2ee092d83ce0a917df60e6ebcce92507c7ac718b authored almost 11 years ago
Merge branch 'master' into stable

806097075e12d95e91389060bb5e263a51f9a643 authored almost 11 years ago
resolve #538, correct error for appendable

7862d201d031dceee8279fdfd65f64ee991de59a authored almost 11 years ago
Make error message a bit better

When elm_dependencies.json is not found, give a bit more guidance.

0e38c2e8d450570ada492421910d918c69c083bf authored almost 11 years ago
Merge pull request #598 from maxsnew/tojson

More JSON Deps functionality + Instances

d291190e32aa9003e2f71f7b62e923b7dcce7bfb authored almost 11 years ago
Merge pull request #599 from maxsnew/test-suites

Test suites

351e2458f423ef71cd6dce1a62f1394702b06a95 authored almost 11 years ago
Don't use Suite ctor explicitly and fix intentionally broken test

92d0b62311daae0c1083cc5565d0ac430740981c authored almost 11 years ago
Update dependencies to use Elm 0.12.1

55dba139eae47c0ba5fa7320e3b57024cc7231ee authored almost 11 years ago
Use new test suite support from Elm-Test

be979682aa1b870b67fc397cc891355805f04f1a authored almost 11 years ago
Fix json display bugs

7ad5454fa725d87dcb3d6aecd3e1cd394a10c4ef authored almost 11 years ago
Add Array library

394f702b819f220875f83272aa49b26a3f3fed48 authored almost 11 years ago
Relax version requirements in tests

cabal + lots of constraints = a bad time

fb7542ebb8ed108e485ab3bf8e6768eb4614d8e3 authored almost 11 years ago
Switch to the getOrElse/getOrFail name scheme

Also fix issue in which docs would be exported improperly

90f1956f68ac2f6abd0e2fd4de9199ca8e888d3e authored almost 11 years ago
Add pretty JSON function and Ord instance

5a18f9aaeec4951d5cf192c49b6f056403897a31 authored almost 11 years ago
Switch standard library to the @elm-lang repo

fe7619b982d94f30571d563962404406b3d47215 authored almost 11 years ago
Bump version numbers

66432045b5ac27ffa6d4ae49752621cca0f23dbe authored almost 11 years ago
Update to include recent improvements

467ff50e3f5043da4dd632f08578aefbb67080b9 authored almost 11 years ago
Merge branch 'master' into canonicalize

ab175214fe22e3aaa6f0b29cfd0dce7246c1988a authored almost 11 years ago
Add newline to make docs look nice

729da57341cc318ad5d1de97b3ce8ce6130f33d4 authored almost 11 years ago
Begin fixing

a159f20fc94e3d4bfbf0a58e3b7c74aad0e3aa61 authored almost 11 years ago
Merge pull request #595 from maxsnew/list-funs

List Function Performance and Testing Improvements

8928784cb6c8012f14cd369811a8b62ec86513f7 authored almost 11 years ago
Update to use canonical variables

d99e4124338e03ffe4488a979f0195999eaa7e10 authored almost 11 years ago
Have partition, unzip, intersperse use constant stack space

6e4bcf0e87dc0e825e3f9b0691147f55285ef958 authored almost 11 years ago
Have (==) use constant stack space (regardless of type)

4cf9383b422140c435007c88e3dc32f654aeb161 authored almost 11 years ago
Better git submodule command for testing script

32f1740f86005a127987774884835de56f1cca88 authored almost 11 years ago
Only install jsdom when testing if it's not present

00afe6208d7153d18f3ac8e3fddca46b01a5693c authored almost 11 years ago
Add (initially failing) stress tests for some list functions

42acdb1ac084497622bf35a7692a1a4ea04030f8 authored almost 11 years ago
Fix Set tests and add a few List tests

7c6a0d92062255eabc3c63f3445aba84950edfa5 authored almost 11 years ago
Stop dealing with aliases in the environment

Everything should be fully dealiased by the Canonicalize phase

964d296b3b59f801c9ced9bbbf75901bf208cee1 authored almost 11 years ago
Update to reflect latest .cabal file

though I’m not sure this makes any difference resolving the monads-tf
vs mtl ambiguity I seem to...

2c51cac3ce896b40f6d59ff7db551b5fe470d46e authored almost 11 years ago
Switch imports from SourceSyntax to AST

Begin fixing some issues, but many still remain

a88ed26f19c0366dc14796d2714dab1f97f25728 authored almost 11 years ago
Get types to work out in new canonicalize code

e4dd7f7b56b54f828dbf07b41d77905a6e8b9bd2 authored almost 11 years ago
re-add dependency from mistake merging webgl

accidentally removed the dependency on Literal

0ecb6f7b175531791821dc3b5dee279e75fca245 authored almost 11 years ago
Merge branch 'webgl' into canonicalize

Conflicts:
Elm.cabal

f316b8d42d4da7e7a497cd7b3395b7ca555e6c9b authored almost 11 years ago
Get rid of server code

baf5103c9a67a97fcce0cda20da893ab7a195f05 authored almost 11 years ago
Merge branch 'master' into canonicalize

Conflicts:
Elm.cabal

4a1d46cf90935b0809d1590c75bb66b98846d527 authored almost 11 years ago
Update sub-projects

247ad625afbc9da6e59bd9d76445e18ee34ac4ec authored almost 11 years ago
Merge pull request #593 from Xashili/arrayPerf

Improve Array Get/Set perfomance

3fe77a6a43a68456b9ac3d2bceefdb57bf1581be authored almost 11 years ago
Update doc, get is not recursive anymore

035f0f113b4f3412072a8baa60dcbf9e5500e272 authored almost 11 years ago
Undo fix getSlot while

36e35c8fa142ecd8b76cd6d1d699ba34479c3dd7 authored almost 11 years ago
Fix getSlot while

a40ee9a92d27011a6328bd77f7c0dce28d7d0a13 authored almost 11 years ago
Fix naming in set

a969e0d88a66538fc1c21021ae364d03d3fcd593 authored almost 11 years ago
Fix getSlot

a05e57660fe590028994be17ba0f32ef1bf123fa authored almost 11 years ago
Split set

49b4ca84e9b3372e4e85e8ead48f5479a29512ef authored almost 11 years ago
Change from division to bit shifting

fb59626fcaab41d24cd881aac11eb622599b145a authored almost 11 years ago
Improve readability

6aa8b91f0525d0da9c6dc8af80673ffedde29979 authored almost 11 years ago
Add cache for M^i

0841ce23ed100ad2a909bb0e435d6436d9dfc5aa authored almost 11 years ago
Expand Array.get to use while instead recursion

d49768b8d14bdbfc07a944a0752c5bcb22dd96f6 authored almost 11 years ago
Remove redundant table copy

028692bdeb53d00fea0685d3a078dc510a50ee79 authored almost 11 years ago
Merge branch 'master' into webgl

Conflicts:
server/elm-server.cabal

2d75c3920d5eeaf56176527618d848e36b10f5ac authored almost 11 years ago
Move files over to elm-server repo

fa1ea8918d151ac2f59d3d46ac8a5e7dd9d77701 authored almost 11 years ago
Fix circular dependency in core libraries

a45de72c709b6531e7c2e0477a04b8240f5a4e5d authored almost 11 years ago
Point to latest IO and Elm-Test versions

0a08768becd5a561b48c1d973c786101ee5bb345 authored almost 11 years ago
Cosmetic, make indentation consistent

2f8fea8e5a4efc3ac451b5cdfbdb2fc017d9f8f9 authored almost 11 years ago
Update to get/getSafe/getUnsafe naming scheme

ec48ed160add045626fc81d6a2cb856d713e43c0 authored almost 11 years ago
Ignore build artifacts

f603ea0d9d27f8b8bb7f099ea4f93cb2bb884785 authored almost 11 years ago
Fix bug in which "every" stopped triggering

64357d869edba5a9daee6b8f01297d373e58b5a2 authored almost 11 years ago
Make lookup names to be consistent with Array

get, getMaybe, and getWithDefault

1cc3baca36dc24e62e9f1196242c60110081f0d7 authored almost 11 years ago
Improve documentation for "partition"

a5a59b159fa97ca8cd79f8c4804efbab08a8757c authored almost 11 years ago
Add a filter function

Bring Array library more in line with Dict and Set which now have this
function as well.

663f5652c6793b1824d5977e16d8ba5ff51099c3 authored almost 11 years ago
Fix bug in which foldl and foldr were swapped!

3fb4ea1a1afafb27be615975ad2b49f09723d38f authored almost 11 years ago
Mess with style, perf, and docs

Add filter and partition to visible documentation for Set.
Use a style for type annotations that...

1edc02fab908e1292e98e87d1c6dc984be89d9b1 authored almost 11 years ago
Merge pull request #586 from hdgarrood/dict-filter

Add Dict and Set filtering functions

3889b1177f40f41e623bbea8a2bb6724678dd632 authored almost 11 years ago
Move to commits that ignore build artifacts

525acc531de9b2c58fb1dd51784e44bc1530d0c6 authored almost 11 years ago
document Dict.{filter,partition}

db1f2ec72a635192bcefbdb1029399571937a166 authored almost 11 years ago
Remove Dict.{filter,partition}WithKey

5df3524a1182d842d239f3f4bd442b906fbc4874 authored almost 11 years ago
Fix Set.{filter,partition}

d1d687db462bc9f1ac7a00e4becfa05afbbdad9e authored almost 11 years ago
Add Set.{filter,partition} with tests

a24ef3627628d69adaa39fd0816e586c07016af8 authored almost 11 years ago
Add tests for new Dict functions

50e890895d05977ab0220dc1758c3189e571e6b8 authored almost 11 years ago
Add Dict.{filter(WithKey),partition(WithKey)}

Not quite working - need to work out why the compiler thinks these new
functions are not in scope.

36d549fe26bcbc00d7e07f105b96d6a7680ec0e3 authored almost 11 years ago
Merge remote-tracking branch 'elm-lang/master' into webgl

819bf6b359867f1eb30b22df24e129af568f30b7 authored almost 11 years ago
Merge pull request #585 from Xashili/array

Fix #576 for Array when having ports with tuples

6467333b56212158a558060fdaa97af17c137753 authored almost 11 years ago
Add native to-/fromJSArray

2cbb9b4b0c484c3d132a8591471711fc0bdf3e7d authored almost 11 years ago
Undo add native Array.to/fromJSArray

62118620a722330d99f7aa7469cb89ee3f953019 authored almost 11 years ago
Change to instanceof Array

88eaa91d8d644365ebfb53e8e66c2877ae9a7247 authored almost 11 years ago
Fix #576 for Array and ports with tuples

aa913566019703c817ae834166e15b1ae58f3fc9 authored almost 11 years ago
Fix Array.js file

0bd20c0e8c4e68ff69aba5089697cbcbbd53b90b authored almost 11 years ago
Merge branch 'master' into webgl

7f7b545dc35d73049d3f00f55be9b05b8bd80300 authored almost 11 years ago
Imported and organized MJS docs. Added to Graphics.WebGL docs

42ae81a28a09a7067b84b1e81b5f5b60f0a073ff authored almost 11 years ago
Add Utils.isJSArray for #576

20bb3228629140b3a89c46a3c3c220eec8fceff5 authored almost 11 years ago
Ignore build artifacts

685dc77dc86511aee8ae49771588ec12ad4fd8b9 authored almost 11 years ago
Add Dict.filter

277fabe49f32ca48a2f56a02dab74305a05f0e62 authored almost 11 years ago
Add native Array.to/fromJSArray (for ports)

d0a00abf1d2b1c1c992e89eb0e5580b9d47ec978 authored almost 11 years ago
Ignore node_modules/

97c9475f411081c2c19781ab85aa7fe09512c12b authored almost 11 years ago
Make dependencies alphabetical and drop duplicates

4b6ba7c0a354acb092e9447e26ef519804e0cda7 authored almost 11 years ago
Merge branch 'array'

f72925d98449966321930f1a798255f6a6254d38 authored almost 11 years ago
Revert "Add "equals" functions for Set, Dict, and Array"

This reverts commit 45aa58f9d40b99bdad64e4201ebd37e6f756b2f8.

6f608e3ab7294de760d01d80356b4a787301e488 authored almost 11 years ago
Add "equals" functions for Set, Dict, and Array

45aa58f9d40b99bdad64e4201ebd37e6f756b2f8 authored almost 11 years ago
SourceSyntax/ => AST/ in more modules

partial fix, still not in working order yet

e08d95b55f4c6112d88bd6b6ee01fa7b0a533153 authored almost 11 years ago
SourceSyntax/ => AST/ and get rid of dead files

4799b3463b67a2f078c27a4862279d43f0cc3157 authored almost 11 years ago
Add debugId in an immutable way

7d97daabfea5f42769e5a02a575832d3c1c3d34a authored almost 11 years ago