Outputable.cparen
[ghc-hetmet.git] / compiler /
2007-04-20 Pepe IborraOutputable.cparen
2007-04-20 Pepe Iborrawibbles
2007-04-20 Simon Marlowbreakpoints: fix the in-scope set for 'where' clauses
2007-04-20 Simon Marlowremove unused imports
2007-04-20 Simon Marlowremove a ToDo
2007-04-20 Simon Marlownew commnad :abandon, discards the current computation...
2007-04-20 Simon Marlowsplit off :ctags and :etags support into a separate...
2007-04-20 Simon Marlowexport SrcSpan & utils from GHC
2007-04-19 Simon MarlowThe prompt now shows the current breakpoint
2007-04-19 Simon Marlowfix padding calculation in listAround
2007-04-19 Simon Marlowimprove the heuristics to pick the best breakpoint...
2007-04-19 Simon MarlowMore debugger improvements
2007-04-19 Simon Marlowwe weren't adding breakpoints on parenthesised expressions
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon Marlowupdate the help text
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-04-19 Pepe IborraWhen possible, replace unification by matching in the...
2007-04-14 Pepe Iborra:print command - Do not compute all the custom printers...
2007-03-30 Pepe IborraAdd GhciMonad to the package.conf.in Modules list
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
2007-04-18 Simon MarlowAdd support for breaking by function name: ':break...
2007-04-18 Simon Marlowimprove completion for debugger commands
2007-04-18 Simon Marlowunused import
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowremove dead code
2007-04-18 Simon Marlowadd ':show context' which lists the current stack of...
2007-04-18 Simon Marlowhandle out-of-range lines in :break more gracefully
2007-04-18 Simon Marlowsmall cleanup: showForUser -> printForUser, eliminate...
2007-04-18 Simon Marlowadd missing module
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-18 Simon Marlowadd module header
2007-04-17 Simon Marlowremove extraneous "+1"; column numbers start at zero
2007-04-10 Tyson WhiteheadDistinguish between userError (i.e., deliberate failure...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-17 Simon Marlowremove the ITBL_SIZE constants which were wrong, but...
2007-04-16 Simon Marlowfix building with pre-6.4
2007-04-16 Ian LynaghChange tabs to spaces in string literals
2007-04-16 Ian LynaghRemove whitespace, mostly tabs, from string literals
2007-04-16 Simon MarlowMERGE: another attempt at a workaround for #1110 (Vista...
2007-04-16 Simon Marlowtab, verttab, formfeed, and CR are not allowed in strings
2007-04-16 Simon MarlowAdd missing special case for GHC.Prim
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-04-12 wolfgang.thaller... Fix a typo related to i386 PIC code generation
2007-04-12 wolfgang.thaller... Darwin/i386 NCG: fix assembly syntax in symbol stubs
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Simon Marlowadd a safety net to avoid generating bogus code
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-04 Ian LynaghFix typo
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-02 simonpj@microsoft.comMake type-tidying work for coercion variables
2007-04-01 Ian LynaghMake error message output order consistent
2007-04-02 Manuel M T ChakravartyFixed desugaring of parallel array comprehensions
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-03-30 simonpj@microsoft.comMatch the type of an Id during rule matching
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-03-27 wolfgang.thaller... Make GHC main program depend on the libHSghc_dyn when...
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 Simon Marlowmore improvements for #1119
2007-03-27 Simon Marlowpartial fix for #1119
2007-03-27 simonpj@microsoft.comAdd comments about the -include-prelude flag for ghc -M
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
2007-03-23 simonpj@microsoft.comEmit a decent error message when there is a decl-splice...
2007-03-23 simonpj@microsoft.comWibble fixing overlapped pattern
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-22 Ian LynaghMake a Functor (IOEnv m) instance so it satisfies the...
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-21 simonpj@microsoft.comFix checkHiBootIface for instances declared in hs-boot...
2007-03-21 simonpj@microsoft.comRemove bogus export from TcSplice.lhs-boot
2007-03-21 simonpj@microsoft.comWibble to GHCi part of TcRnDriver
2007-03-21 simonpj@microsoft.comYet another wibble to checkHiBootIface; it's trickier...
2007-03-21 simonpj@microsoft.comImprove pretty-printing for IfaceConDecl
2007-03-21 simonpj@microsoft.comRemove redundant exports from a hs-boot file
2007-03-20 simonpj@microsoft.comFurther wibbles to checkBootIface (fixed HEAD build)
2007-03-19 simonpj@microsoft.comUse explict layout (fixes breakage when compiling TcSim...
2007-03-17 Ian LynaghFix typo "lazy y x" -> "lazy y"
2007-03-16 simonpj@microsoft.comDesugar applications of 'seq' specially; fix Trac ...
2007-03-16 simonpj@microsoft.comImprove error messages for 'deriving' clauses
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-03-14 sven.panne@aedion.deUnbreak Haddock markup
2007-03-14 sven.panne@aedion.deFixed LaTeX markup
2007-03-14 simonpj@microsoft.comImprove typechecker error messages; see Trac #1221
2007-03-14 Brian AllietUpdate the wired-in name for Data.String.IsString
2007-01-23 Simon MarlowFix a bug in the liveness analysis
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
next