Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2009-06-20 | Remove redundant module pointer. | David Robillard | 2 | -3/+2 |
2009-06-20 | More sanification of front/back end separation. | David Robillard | 3 | -69/+72 |
2009-06-20 | Move alloc function to backend. | David Robillard | 2 | -10/+12 |
2009-06-20 | Shorten AST names to match code names. | David Robillard | 4 | -25/+25 |
2009-06-20 | Tidy. | David Robillard | 2 | -8/+2 |
2009-06-20 | Fix building with explicit stack frames. | David Robillard | 1 | -9/+7 |
2009-06-20 | Move eval and repl to tuplr.cpp (non-backend dependent code). | David Robillard | 3 | -119/+129 |
2009-06-20 | Better abstraction for low-level code generation stuff (make repl and eval no... | David Robillard | 1 | -80/+82 |
2009-06-20 | Accurate garbage collection of types without special (kludge) tag. | David Robillard | 3 | -17/+17 |
2009-06-20 | Garbage collection of code-allocated stack frames. | David Robillard | 5 | -55/+104 |
2009-06-19 | Tidy. | David Robillard | 1 | -2/+2 |
2009-06-19 | Remove crufty cons/car/cdr implementation that doesn't work anyway. | David Robillard | 5 | -154/+1 |
2009-06-19 | Add quick kludgey test suite. | David Robillard | 6 | -2/+190 |
2009-06-19 | Work towards garbage collection and explicitly managed stack frames. | David Robillard | 6 | -30/+154 |
2009-06-19 | Fix function definitions with several expressions in body. | David Robillard | 1 | -1/+1 |
2009-06-19 | Factor out memory/GC related things from AST to Object. | David Robillard | 5 | -30/+33 |
2009-06-19 | Primitive garbage collector for AST nodes. | David Robillard | 6 | -55/+194 |
2009-06-18 | Rearrange Error order. | David Robillard | 4 | -43/+43 |
2009-06-18 | Make source location mandatory parameter for Error. | David Robillard | 3 | -12/+12 |
2009-06-18 | THROW_IF macro. | David Robillard | 4 | -14/+15 |