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
Fix up graphics libraries: - All basic elements can now be displayed and updated. Updates no longer rebuild the whole scene; instead they only replace as necessary. - Add `container` primitive which allows people to position Elements in a more flexible way. - Collages can now handle sprites, textures, and Elements!
Evan Czaplicki
as evancz
More... over 12 years ago
Begin rewrite of rendering engine.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix parser for (:) in patterns. Had wrong associativity.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix slightly broken constraint generator.
Evan Czaplicki
as evancz
More... over 12 years ago
Make pattern matching significantly faster. Whoo! Bump to version 0.4.
Evan Czaplicki
as evancz
More... over 12 years ago
Update Pong source to match blog post.
Evan Czaplicki
as evancz
More... over 12 years ago
Update version to fix bug in IE and FF!
Evan Czaplicki
as evancz
More... over 12 years ago
Make little cosmetic changes.
Evan Czaplicki
as evancz
More... over 12 years ago
Change how some text is centered.
Evan Czaplicki
as evancz
More... over 12 years ago
Add scoreboard.
Evan Czaplicki
as evancz
More... over 12 years ago
Merge branch 'master' of https://github.com/evancz/Elm
Evan Czaplicki
as evancz
More... over 12 years ago
Add much better introduction. Part blog post, part game of Pong.
Evan Czaplicki
as evancz
More... over 12 years ago
Add the word 'overview' More... over 12 years ago
Moved comment to beginning to contextualize the program and emphasize design choices.
Evan Czaplicki
as evancz
More... over 12 years ago
Finish up comments for Pong.
Evan Czaplicki
as evancz
More... over 12 years ago
Add Pong project.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix optimization error.
Evan Czaplicki
as evancz
More... over 12 years ago
Latest js runtime system.
Evan Czaplicki
as evancz
More... over 12 years ago
Insert spaces such that line breaks still happen. Fix string displaying in buttons.
Evan Czaplicki
as evancz
More... over 12 years ago
More bug fixes for string escaping.
Evan Czaplicki
as evancz
More... over 12 years ago
Add note about toText bug
Evan Czaplicki
as evancz
More... over 12 years ago
Fix display bug in `toText` function. Strings were not escaped properly :/ Now they are!
Evan Czaplicki
as evancz
More... over 12 years ago
Turn noscript generation on by default.
Evan Czaplicki
as evancz
More... over 12 years ago
Depend on lib that actually exists.
Evan Czaplicki
as evancz
More... over 12 years ago
Update latest elm-runtime.
Evan Czaplicki
as evancz
More... over 12 years ago
Update changelog.txt
Evan Czaplicki
as evancz
More... over 12 years ago
Add error messages for errors due to untyped native functions. Hopefully untyped native functions can be eliminated soon!
Evan Czaplicki
as evancz
More... over 12 years ago
Add some type hints and print out any assumptions that escape type checking.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix bad behavior of `[ lo .. hi ]` syntax. Now [4..0] ==> [], not [0].
Evan Czaplicki
as evancz
More... over 12 years ago
Fix bug in `concretize` in which a fold uses the base for every step instead of accumulating the result (i.e. `t` becomes `t'`). One character mistakes are the worst! Let-polymorphism should be working for everything now! FINALLY! Mabye...
Evan Czaplicki
as evancz
More... over 12 years ago