1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename Parser files.
Evan Czaplicki
as evancz
More... about 12 years ago
Add the ability to define custom infix operators.
Evan Czaplicki
as evancz
More... about 12 years ago
Ensure that standard JS objects `Date` and `JSON` do not get shadowed by the Elm libraries of the same name.
Evan Czaplicki
as evancz
More... about 12 years ago
Get namespacing right in generated JS. All Elm libraries are now contained in the Elm object, no more libraries leaking out to pollute the global namespace.
Evan Czaplicki
as evancz
More... about 12 years ago
Make sure Prelude gets imported properly.
Evan Czaplicki
as evancz
More... about 12 years ago
Fix bug in how Dictionaries and Sets are converted to strings.
Evan Czaplicki
as evancz
More... about 12 years ago
Add `Date` to RTS.
Evan Czaplicki
as evancz
More... about 12 years ago
New way to import that does not clutter global namespace. Switch uses of `Nothing` and `Just` to simpler expressions.
Evan Czaplicki
as evancz
More... about 12 years ago
Get rid of more closure compiler errors.
Evan Czaplicki
as evancz
More... about 12 years ago
Updates to get rid of closure compiler errors.
Evan Czaplicki
as evancz
More... about 12 years ago
Add `now` and lots of time conversions to time library
Evan Czaplicki
as evancz
More... about 12 years ago
Add new signal primitives.
Evan Czaplicki
as evancz
More... about 12 years ago
Add Date library.
Evan Czaplicki
as evancz
More... about 12 years ago
Updated runtime system with fixed `fittedImage` function.
Evan Czaplicki
as evancz
More... about 12 years ago
Allow `fittedImage` to handle animated gifs!
Evan Czaplicki
as evancz
More... about 12 years ago
Update README.md
Evan Czaplicki
as evancz
More... about 12 years ago
Merge branch 'master' of https://github.com/evancz/Elm
Evan Czaplicki
as evancz
More... about 12 years ago
Add new version of .cabal and .js
Evan Czaplicki
as evancz
More... about 12 years ago
Update README.md More... about 12 years ago
Update README.md More... about 12 years ago
Update README.md More... about 12 years ago
Update README.md More... about 12 years ago
Merge branch 'master' of https://github.com/evancz/Elm
Evan Czaplicki
as evancz
More... about 12 years ago
Update for v0.5.0.1.
Evan Czaplicki
as evancz
More... about 12 years ago
Correct type of `findArray` in type hints.
Evan Czaplicki
as evancz
More... about 12 years ago
Make sure that HTTP responses are sent immediately but delivered sequentially.
Evan Czaplicki
as evancz
More... about 12 years ago
Get rid of overriding JavaScript's String class.
Evan Czaplicki
as evancz
More... about 12 years ago
Update README.md More... about 12 years ago
Update cabal file for elm-server.
Evan Czaplicki
as evancz
More... about 12 years ago
Update change log, and minify JS.
Evan Czaplicki
as evancz
More... about 12 years ago