0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove openSUSE CI configurations. More... about 12 years ago
Remove the -m32 from x86-32 Debian/Ubuntu CI configurations. More... about 12 years ago
Correct the pointer/word size defines for MIPS O64. More... over 12 years ago
Fix the Clang arguments in the CI configuration for Debian MIPS O32. More... over 12 years ago
Add CI configurations for Debian MIPS. More... over 12 years ago
Correct the PowerPC detection to not assume 64-bit. More... over 12 years ago
Add detection for MIPS on Linux. More... over 12 years ago
Fix some deprecated IO.readline/0 calls. More... over 12 years ago
Require Elixir 0.10.0. More... over 12 years ago
Fix construction of call_expr and macro_call_expr AST nodes. More... over 12 years ago
Print ICEs in a user-friendly way, with instructions for reporting a bug. More... over 12 years ago
Fix the type spec for Flect.Application.main/1. More... over 12 years ago
Remove Travis configuration. More... over 12 years ago
Remove CI configurations for Fedora x86. More... over 12 years ago
Add CI configurations for ci-ubuntu-x86.lycus.org. More... over 12 years ago
Fix a couple of Dialyzer warnings. More... over 12 years ago
Minor code style consistency fixes. More... over 12 years ago
Add parsing of assign expressions. More... over 12 years ago
Sanitize array/vector types and expressions. More... over 12 years ago
Make the REPL work in dumb terminals. More... over 12 years ago
Always require a semicolon after expressions in the REPL. More... over 12 years ago
Use Erlang's user_drv module for the REPL. More... over 12 years ago
Add parsing of identifier expressions, macro call expressions, and labelled blocks. More... over 12 years ago
A bunch of error message improvements. More... over 12 years ago
Use hd() instead of Enum.first()/Enum.fetch() when possible. More... over 12 years ago
Move a couple of lexer functions to the bottom of the file (as per the parser). More... over 12 years ago
Use interpolation instead of string concatenation in a few places. More... over 12 years ago
Make vector type syntax more symmetric with the expression syntax. More... over 12 years ago
Add parsing of array and vector literals. More... over 12 years ago
Fix a potential crash in parse_primary_expr/1. More... over 12 years ago