summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-26eliminate holesPéter Diviánszky
2016-01-26show tooltips in type namespacePéter Diviánszky
2016-01-26reorder definitions in Infer.hsPéter Diviánszky
2016-01-26refactoring: move ESC handling to Pretty.hsPéter Diviánszky
2016-01-25make the code more warning freePéter Diviánszky
2016-01-25fix do layout (strangely it was ok with ghci but not ok with ghc)Péter Diviánszky
2016-01-25apply hlint suggestionsPéter Diviánszky
2016-01-25refactoringPéter Diviánszky
2016-01-23more compact logCsaba Hruska
2016-01-23major refactoringPéter Diviánszky
2016-01-23cleanupPéter Diviánszky
2016-01-22Tweak telescope functions.Andor Penzes
2016-01-22do not allow multiple alternatives for 0 arity functionsPéter Diviánszky
2016-01-22support guards in case alternativesPéter Diviánszky
2016-01-22reject function alternatives with different arityPéter Diviánszky
2016-01-22Add more Monoid tests.Andor Penzes
2016-01-22support multiple guardsPéter Diviánszky
2016-01-22support more pattern literalsPéter Diviánszky
2016-01-22check multiple pattern var namesPéter Diviánszky
2016-01-22fix exporting single idsPéter Diviánszky
2016-01-22better redefine error messages; move another wip testPéter Diviánszky
2016-01-22work on closed expression recognition; fix 3 redefine testsPéter Diviánszky
2016-01-22use strict version readFile function to lower resource usage (e.g. opened ↵Csaba Hruska
file handles)
2016-01-22fix maxDBPéter Diviánszky
2016-01-22tried to speed up with cached max. de bruijn indices (no speedup at the moment)Péter Diviánszky
2016-01-22several improvement to get better tooltipsPéter Diviánszky
2016-01-22cleanupPéter Diviánszky
2016-01-21better source range handlingPéter Diviánszky
2016-01-21continue refactoring of parserPéter Diviánszky
2016-01-21wip refactoringPéter Diviánszky
2016-01-21wip refactoring (results more ranges as a side effect)Péter Diviánszky
2016-01-21wip refactoring (results better error ranges as a side effect)Péter Diviánszky
2016-01-21wip refactoringPéter Diviánszky
2016-01-21improve output lookCsaba Hruska
2016-01-21refactor part of parserPéter Diviánszky
2016-01-20fix name clashing in generated shader codePéter Diviánszky
2016-01-20simpler Fragment typePéter Diviánszky
2016-01-20better type for rasterize primitivePéter Diviánszky
2016-01-20tweak type synonym desugaringPéter Diviánszky
2016-01-20support type synonymsPéter Diviánszky
2016-01-20support simple import lists (hiding + explicit)Péter Diviánszky
2016-01-20refactoring; more prim reductions; begin to strengthten type annotationsPéter Diviánszky
2016-01-19support more primitive operations on CPUPéter Diviánszky
2016-01-19fix loop issuePéter Diviánszky
2016-01-19don't evaluate expressions at the end of inferencePéter Diviánszky
2016-01-19simplify CullMode: remove FrontFace it is always ccwCsaba Hruska
2016-01-19normalise paths and fix self export handlingCsaba Hruska
2016-01-18improve type class handling; experiment with type classesPéter Diviánszky
2016-01-18fix glsl code generationPéter Diviánszky
2016-01-18Remove escaping from lambdacube-editor related error messagesAndor Penzes