Deal correctly with infix type constructors in GADT decls
[ghc-hetmet.git] / compiler /
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-08 simonpj@microsoft.comDo not put wired-in things in interface files
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-05 LemmihFix bug #763: Breakpoint mechanism crashes when there...
2006-05-02 LemmihbreakpointCond
2006-05-05 simonpj@microsoft.comPreserve type variable names during type inference
2006-05-05 simonpj@microsoft.comTrim imports
2006-05-05 Simon Marlowfixup for new source tree layout
2006-05-04 simonpj@microsoft.comPrint a more helpful error for find_thing
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-05-04 simonpj@microsoft.comFix constructor-specialisation bug
2006-05-04 simonpj@microsoft.comFix precedence for records in derived Read
2006-05-04 simonpj@microsoft.comMake rules available in RHS
2006-05-04 simonpj@microsoft.comPretty printing instance for Unfolding
2006-05-03 Simon Marlowonly pass -fno-unit-at-a-time to gcc if it is supported
2006-04-26 simonpj@microsoft.comArrange that -fth is no longer implied by -fglasgow...
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-25 Simon MarlowFix recompilation checking.
2006-04-25 Simon MarlowSolaris needs -lrt for the threaded RTS
2006-04-21 LemmihEnable breakpoint support.
2006-04-20 Josef SvenningssonFixing some lexer errors with extcore
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-20 Josef SvenningssonComments only
2006-04-20 rl@cse.unsw.edu.auFix workaround for a GHC 6.4 bug
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-18 simonpj@microsoft.comComment only
2006-04-18 simonpj@microsoft.comFix rank-validity testing
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-14 simonpj@microsoft.comAllow $x, as well as $(x), at top level in TH
2006-04-14 simonpj@microsoft.comFix TH erorr recovery (test is TH_recover)
2006-04-14 simonpj@microsoft.comComments only
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-12 simonpj@microsoft.comCosmetics in SpecConstr
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-12 Simon MarlowFix a bug in optimising division to shift right
2006-04-11 Simon Marlowremove a trace
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-02 simonpj@microsoft.comImprove newtype deriving
2006-04-11 Simon Marlowavoid versionitis in Numeric.showHex (should fix tcrun007)
2006-04-07 Simon MarlowReorganisation of the source tree