Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-10-06 | Sanity check. | David Robillard | 1 | -0/+2 |
2009-10-06 | Don't print the value/type of def expressions at repl. | David Robillard | 2 | -2/+4 |
2009-07-09 | Add vim support files (indentation and syntax). | David Robillard | 3 | -0/+186 |
2009-07-04 | Parse AString. | David Robillard | 3 | -1/+10 |
2009-07-04 | Eliminate AType::var(). | David Robillard | 2 | -3/+2 |
2009-07-04 | Tidy. | David Robillard | 2 | -9/+6 |
2009-07-04 | Tidy. | David Robillard | 2 | -16/+10 |
2009-07-04 | Ditch Exp type and use AST even at lex time. | David Robillard | 7 | -114/+99 |
2009-07-04 | Lex to AST with AString type. | David Robillard | 3 | -26/+36 |
2009-07-04 | Use raw memory instead of std::vector. | David Robillard | 1 | -16/+29 |
2009-07-04 | Safer Exp. | David Robillard | 1 | -19/+28 |
2009-07-03 | Hide std::vector roots of Exp. | David Robillard | 2 | -15/+29 |
2009-07-03 | Tidy. | David Robillard | 1 | -1/+0 |
2009-07-03 | Improved const correctness. | David Robillard | 6 | -60/+95 |
2009-07-03 | Tidy. | David Robillard | 2 | -11/+6 |
2009-07-03 | Remove lock stuff from TLSF. | David Robillard | 2 | -23/+0 |
2009-07-03 | Avoid NULL check. | David Robillard | 1 | -1/+1 |
2009-07-03 | Tidy. | David Robillard | 1 | -6/+8 |
2009-07-03 | Include and use TLSF fast realtime allocator. | David Robillard | 6 | -8/+793 |
2009-07-03 | Fix compilation with EXPLICIT_STACK_FRAMES. | David Robillard | 1 | -2/+2 |
2009-06-29 | Tidy. | David Robillard | 2 | -7/+6 |
2009-06-29 | Normalise EOF. | David Robillard | 7 | -7/+0 |
2009-06-29 | More documentation fixes. | David Robillard | 10 | -25/+33 |
2009-06-29 | Split code up further. | David Robillard | 4 | -155/+154 |
2009-06-29 | Split code up further. | David Robillard | 6 | -186/+234 |
2009-06-29 | Don't build LaTeX documentation by default (takes forever). | David Robillard | 1 | -1/+1 |
2009-06-29 | Build compiler documentation. | David Robillard | 11 | -13/+1562 |
2009-06-28 | write.cpp -> pprint.cpp. | David Robillard | 4 | -10/+9 |
2009-06-28 | Rename. | David Robillard | 1 | -0/+0 |
2009-06-28 | Move code into src directory. | David Robillard | 10 | -2/+2 |
2009-06-28 | Split unification into a separate file than type constraints. | David Robillard | 3 | -80/+100 |
2009-06-28 | Fix type substitution. | David Robillard | 3 | -21/+49 |
2009-06-27 | Better error messages. | David Robillard | 1 | -3/+4 |
2009-06-27 | Re-enable other tests (poly, nest). | David Robillard | 2 | -6/+4 |
2009-06-27 | Lift regardless (fix 'def' test). | David Robillard | 1 | -2/+1 |
2009-06-27 | Fix substitution of call argument types to generic function type to work with... | David Robillard | 5 | -5/+30 |
2009-06-27 | Shave a few lines. | David Robillard | 1 | -4/+2 |
2009-06-27 | Add nothing type. | David Robillard | 4 | -28/+37 |
2009-06-27 | More CPS conversion work. | David Robillard | 4 | -20/+20 |
2009-06-26 | More CPS conversion work. | David Robillard | 5 | -36/+125 |
2009-06-25 | Sanify AST constructors. | David Robillard | 5 | -47/+35 |
2009-06-25 | Stubs for CPS conversion. | David Robillard | 4 | -6/+115 |
2009-06-24 | Forward declare CEnv later. | David Robillard | 1 | -4/+4 |
2009-06-24 | Funcs => AFn::Impls | David Robillard | 3 | -15/+23 |
2009-06-20 | Remove unused GC lib function. | David Robillard | 1 | -9/+3 |
2009-06-20 | Remove useless AType constructor. | David Robillard | 1 | -14/+0 |
2009-06-20 | Tidy. | David Robillard | 2 | -6/+3 |
2009-06-20 | Make backend an object. | David Robillard | 4 | -118/+115 |
2009-06-20 | Tidy. | David Robillard | 1 | -3/+4 |
2009-06-20 | Clean separation between backend and CEnv (no more CEnv methods defined in ll... | David Robillard | 3 | -75/+47 |