Add several new record features
[ghc-hetmet.git] / compiler / main /
2007-06-21 LemmihAdd several new record features
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Simon Marlowfix panic in #1379
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-30 Simon Marlowexport noSrcLoc, noSrcSpan
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-18 Simon MarlowFIX: break011.
2007-05-17 Simon Marlowrethrow exceptions in sandboxIO
2007-05-17 Simon Marloweliminate warnings
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowimprove :abandon, it wasn't properly terminating the...
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-07 Simon MarlowFIX #1155: ghci -debug generates slightly odd message
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-27 Simon Marlowoutside of runStmt, if a breakpoint is hit then just...
2007-04-27 Simon MarlowBreakpoints: don't attempt to bind variables with unbox...
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
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 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowremember the type of _result
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
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-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-20 Simon Marlowremove a ToDo
2007-04-20 Simon Marlowexport SrcSpan & utils from GHC
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 MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowremove dead code
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-18 Simon Marlowadd module header
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 Simon MarlowMERGE: another attempt at a workaround for #1110 (Vista...
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-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 simonpj@microsoft.comAdd comments about the -include-prelude flag for ghc -M
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-20 Pepe IborraAdd obtainTerm1 to the GHC api
2007-01-19 Ian LynaghDon't start a GHC session before answering --version...
2007-01-16 Simon Marlowallow 'ghci -threaded' (fixes #1101)
next