And move 'Chasing ...' messages into verbosity 2 as well
[ghc-hetmet.git] / compiler /
2006-06-12 Don StewartAnd move 'Chasing ...' messages into verbosity 2 as...
2006-06-11 Don StewartEmit 'linking not required' messages only with -v 2...
2006-06-10 Don StewartDon't emit 'Skipping' messages unless -v2 or higher...
2006-06-12 Simon Marlowfix the stage3 build
2006-06-09 Simon MarlowMove readline configuration into the readline package
2006-06-06 Simon Marlowfix a case of "naughty I386 byte reg"
2006-06-05 simonpj@microsoft.comRemove one more IfaceInlineCall
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-06-01 simonmar@microsoft.comadd a type signature
2006-06-01 simonmar@microsoft.comimprovements to lexical error reporting
2006-06-01 simonmar@microsoft.comcommented-out debugging code
2006-06-01 simonmar@microsoft.comunderstand Latin-1 symbols
2006-05-31 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-25 simonpj@microsoft.comImprove error reporting in interface typechecking
2006-05-25 simonpj@microsoft.comFix egregious and long-standing tidying bug
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-24 Simon Marlowwe don't need OutOfHeapHook(), and the version in the...
2006-05-23 simonpj@microsoft.comBug-fix to patch "Run simplifier before SpecConstr"
2006-05-23 simonpj@microsoft.comRun simplifier before SpecConstr
2006-05-22 simonpj@microsoft.comPrune imports
2006-05-22 simonpj@microsoft.comAdd deShadowBinds
2006-05-22 simonpj@microsoft.comInline in a call argument if the caller has RULES
2006-05-22 simonpj@microsoft.comAdd idHasRules
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-05-19 simonpj@microsoft.comImproved RULE lhs typechecking; less dictionary sharing
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-05-18 simonpj@microsoft.comFix a nasty continuation-duplication bug
2006-05-18 simonpj@microsoft.comMake simplifier report which phase it is doing in ...
2006-05-18 simonpj@microsoft.comComments only
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-05-17 simonpj@microsoft.comWhite space only
2006-05-17 simonpj@microsoft.comRetain InlinePragInfo on wrappers
2006-05-17 simonpj@microsoft.comSpelling correction
2006-05-17 simonpj@microsoft.comRetain INLINE pragma information during indirection...
2006-05-17 simonpj@microsoft.comImprove pretty-printing
2006-05-17 simonpj@microsoft.comComments only
2006-05-17 simonpj@microsoft.comImprove pretty-printing slightly
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