codegen: {put,get}static for static field access
[mate.git] / Makefile
2012-04-23 Bernhard Urbancodegen: {put,get}static for static field access
2012-04-23 Bernhard Urbanclasspool: do classloading at central point. omit ...
2012-04-22 Bernhard Urbanmethodpool: also call native methods
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-16 Bernhard UrbanMakefile: forgot slash at clean target
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-14 Bernhard UrbanMakefile: GHCi still broken
2012-04-08 Bernhard UrbanMakefile: update rules
2012-04-02 Bernhard Urbansrc: move files into a Mate package
2012-04-02 Bernhard UrbanMakefile: generate tags (for vim)
2012-04-02 Bernhard UrbanMakefile: build all class files in tests/
2012-03-27 Harald Steinlechnerfixed broken Makefile (sry - forgot to check Makefile...
2012-03-27 Harald SteinlechnerMate.hs now uses lately introduced Utilities lookupMethod
2012-03-18 Bernhard Urbantrapping code: transition from native to haskell rts PoC
2012-03-15 Bernhard Urbanmate: Initial commit