remove unnecessary cruft
[ghc-hetmet.git] / compiler /
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 simonpj@microsoft.com-fglasgow-exts implies -X=GADTs
2007-06-21 simonpj@microsoft.comFIX read040: patterns with type sig on LHS of do-binding
2007-06-21 simonpj@microsoft.comAnother wibble to the head-exploded error message ...
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 simonpj@microsoft.comImprove 'my head exploded' error message
2007-06-21 simonpj@microsoft.comFIX BUILD: add missing prime!
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-07 LemmihDo not perform a worker/wrapper split for a NOINLINE...
2007-06-07 LemmihFix Trac #1402: typo in specialiser
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 simonpj@microsoft.comUnused import
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-19 simonpj@microsoft.comComments only
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-06-13 Pepe IborraRemove now non-existant "Breakpoints" entry from packag...
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-13 Simon MarlowI didn't quite fix #1424 completely - hopefully this...
2007-06-13 Simon MarlowFIX #1424: x86_64 NCG generated wrong code for foreign...
2007-06-13 Simon MarlowFIX #1418 (partially)
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-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-12 Simon Marlowdon't add -threaded in stage2/3 if we didn't build...
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-06-08 andy@galois.comNot adding ticks to compiler generated derived code.
2007-06-08 Manuel M T ChakravartyFix worker/wrapper ids for newtype instances
2007-06-08 Manuel M T ChakravartyFix deriving of indexed data types
2007-06-06 simonpj@microsoft.comDon't suggest -fno-monomorphism-restriction if it's...
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-06-06 simonpj@microsoft.comFIX #1385: make sure tuple instances are loaded
2007-06-05 simonpj@microsoft.comTypo in comments
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Ian LynaghTypo, spotted by Stefan Holdermans
2007-06-05 Simon Marlowfix panic in #1379
2007-06-05 bjpop@csse.unimelb... Add missing newline from ghci :help output
2007-06-01 Isaac Dupreeimplement FastMutInt in non-GHC using IORefs (#1405)
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-21 Simon MarlowFIX BUILD: GHC doesn't use filepath (yet)
2007-05-30 simonpj@microsoft.comFix bogus check for strictness in newtypes
2007-05-30 Simon Marlowexport noSrcLoc, noSrcSpan
2007-05-30 simonpj@microsoft.comFix bug in tcSimplifyInfer (Trac #1382)
2007-05-30 simonpj@microsoft.comReject newtypes with strictness annotations; fixes...
2007-05-25 iavor.diatchki@gma... refactor: combine repeated code in file reloading
2007-05-25 iavor.diatchki@gma... Changes the behavior of the "edit" command in GHCi.
2007-05-26 Isaac Dupree#1318: lex negative unboxed literals
2007-05-26 Isaac Dupree#1318: remove negative-prim-literal old hackish impleme...
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-26 Isaac Dupreeonly comments, spacing, alpha-renaming
2007-05-25 Michael D. AdamsRemoved defunct compiler/codeGen/CgUsages.hi-boot-6
2007-05-24 Pepe Iborrawibble
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-23 simonpj@microsoft.comIn GHCi, bind identifiers at TH level 'impLevel'
2007-05-23 simonpj@microsoft.comWhite-space only
2007-05-23 simonpj@microsoft.comDrop redundant import
2007-05-11 Tom Schrijverstype family normalisation
2007-05-14 simonpj@microsoft.comImprove error message when 'main' is not defined
2007-05-23 Pepe IborraClean up for code conventions & add some comment
2007-05-11 Roman LeshchinskiyOccNames for closure conversion isomorphisms
2007-05-10 Roman LeshchinskiyModify generation of OccNames for closure conversion
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-21 Michael D. AdamsKeep flattenCgStmts from emitting spurious 'goto' after...
2007-05-20 Pepe IborraGet the path right for :list
2007-05-20 Pepe Iborrawibble
2007-05-20 Pepe IborraClean up & comments
2007-05-20 Pepe IborracvReconstructType: a faster, types-only version of...
2007-05-19 Isaac DupreeFastMutInt - make #endif be inside \{code} to match...
2007-04-30 Isaac DupreeFastTypes - delete ugly _signatures, comment on Bool...
2007-04-30 Isaac DupreeFastTypes - note strictness of fast{Or,And} and make...
2007-04-29 Isaac Dupreefix non-GHC-specific variant of FastTypes
2007-05-19 Pepe IborraRewrite the unsafe code dealing with unboxed primitives...
2007-05-18 Simon Marlow'import M' is now the same as ':module +M' at the prompt
2007-05-18 Simon MarlowFIX: break011.
2007-05-18 Simon Marlowimprove break-by-coordinate
2007-05-18 Simon MarlowOn Windows, don't try to use ANSI bold sequences.
2007-05-17 Simon Marlowrethrow exceptions in sandboxIO
2007-05-17 Simon Marloweliminate warnings
2007-05-18 Simon MarlowUpdate the panic msg from #1257 to be an ordinary error...
2007-05-18 Simon MarlowFIX #1052 (NCG doesn't realise shift instructions trash...
2007-05-17 Simon Marlowfix ordering in :help
next