.. |
AST.hs
|
Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too)
|
2008-02-05 23:06:03 +00:00 |
CommonTest.hs
|
Changed the A.Structured type to be parameterised
|
2008-02-05 19:40:27 +00:00 |
CompState.hs
|
Changed the A.Structured type to be parameterised
|
2008-02-05 19:40:27 +00:00 |
Errors.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
EvalConstants.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
EvalLiterals.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
FlowAlgorithms.hs
|
Readjusted the parameters of flowAlgorithm so that the initial value for the starting node is passed in more obviously (since that was the only use of initVal, which has now been removed)
|
2008-01-29 21:05:37 +00:00 |
FlowGraph.hs
|
Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too)
|
2008-02-05 23:06:03 +00:00 |
FlowGraphTest.hs
|
Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too)
|
2008-02-05 23:06:03 +00:00 |
Intrinsics.hs
|
Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly.
|
2007-09-10 17:28:57 +00:00 |
Metadata.hs
|
Removed the Metadata hack (where emptyMeta was "equal" to every other Meta data tag)
|
2007-11-10 14:14:18 +00:00 |
Pass.hs
|
Changed the A.Structured type to be parameterised
|
2008-02-05 19:40:27 +00:00 |
PassList.hs
|
Moved the usageCheckPass function into the new Check module
|
2008-01-28 13:15:36 +00:00 |
Pattern.hs
|
Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too)
|
2008-02-05 23:06:03 +00:00 |
PrettyShow.hs
|
Reverted a change in the PrettyShow module because I'm no longer confident about it (original behaviour definitely worked)
|
2008-02-05 22:39:38 +00:00 |
ShowCode.hs
|
Changed the A.Structured type to be parameterised
|
2008-02-05 19:40:27 +00:00 |
TestHarness.hs
|
Removed the setting of csVerboseLevel in TestHarness that was accidentally committed
|
2008-02-04 08:05:16 +00:00 |
TestUtils.hs
|
Added labels to all the QuickCheck tests to make it easier to see which one has failed
|
2008-02-05 22:15:17 +00:00 |
TreeUtils.hs
|
Added various 4 and 5 parameter versions of the routing functions for building AST-modifying functions
|
2008-01-26 18:49:36 +00:00 |
Types.hs
|
Changed the A.Structured type to be parameterised
|
2008-02-05 19:40:27 +00:00 |
Utils.hs
|
Moved the makeSize function from ArrayUsageCheck into Utils
|
2008-02-06 23:49:17 +00:00 |