Avoid segfault when ticky file argument is stderr
[ghc-hetmet.git] / compiler /
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
2007-04-26 Pepe IborraDont tidy up tyvars after :print type reconstruction
2007-04-26 Simon Marlowfix scoping issues with mdo (test dynbrk004)
2007-04-26 Simon MarlowAttach free variables rather than in-scope variables...
2007-04-26 Simon MarlowgetRdrNamesInScope: return interactively-bound names too
2007-04-26 Simon Marlowunused import
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Pepe IborraDrop newtypes before computing the refinement substitut...
2007-04-25 Pepe Iborrafix :print reconstructing too many types in environment...
2007-04-25 Pepe IborraFix some corner cases in :print after the recent changes
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowthe Unknown types aren't required now
2007-04-25 Simon Marlowremember the type of _result
2007-04-25 Simon Marlowforce APs, AP_STACKs and ThunkSelectors in :force
2007-04-25 Simon Marlowuse Any as the HValue type, this should be a bit safer...
2007-04-25 Simon Marlowunused exports
2007-04-25 Simon Marlowunused import
2007-04-25 Simon Marlowrefactor: move pprintClosureCommand out of the GHCi...
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-04-24 Pepe IborraWhen a type is refined after :print, propagate the...
2007-04-24 Simon Marlowconvert type variables to TcTyVars, otherwise the typec...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-24 Simon Marlowremove unused imports
2007-04-24 Simon Marlowadd comments
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-25 simonpj@microsoft.comFix comments about data constructors
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-04-24 simonpj@microsoft.comFix bug in boxySplitTyConApp
2007-04-23 Simon Marlowrevert previous fix until I can find out why it was...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-22 simonpj@microsoft.comPart 2 of: Fix corner case of useless constraint in...
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-22 simonpj@microsoft.comWarning police
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-22 simonpj@microsoft.comComments only (concerning rewrite rules)
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-04-20 Pepe IborraHaskell list syntax for the :print command
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
next