another fix for -hb: we appear to be freeing the hash table and arena twice
[ghc-hetmet.git] / compiler /
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
2007-05-17 Simon Marlowadd :cmd
2007-05-16 Simon Marlowadd a comment
2007-05-16 Simon Marlow'let' expressions: fix scope of the binders (see test...
2007-05-16 Simon MarlowAvoid some unnecessary ticks in debugging mode
2007-05-16 Simon Marlowcomment out unused definition
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-15 Simon Marlowsmall performance improvement: unbox some fields
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-14 Simon Marlowremove accidentally-committed change
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
2007-05-11 Michael D. AdamsFixed copy-and-paste error in the machOps of compiler...
2007-05-11 Michael D. AdamsRemoved UNBOX_FIELD from HsVersions.h since it is not...
2007-05-10 Michael D. AdamsFixed a minor redundancy in the C-- lexer
2007-05-10 Michael D. AdamsFixed the C-- lexer to comply with the standard on...
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2007-05-04 Michael D. AdamsFixed apparent typo in STRICT1(f) of HsVersions.h
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
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 Simon Marlowrefactoring only
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-11 simonpj@microsoft.comComments only
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-10 Simon Marlowremove now-unused usage information (#1003)
2007-05-10 Simon MarlowFIX #1321: problems with accessing the interpreter...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-10 simonpj@microsoft.comFix cloning bugs in SpecConstr
2007-05-10 simonpj@microsoft.comDead code elimination
2007-05-10 Simon Marlowimprove comments about x86-64 relative-offset hackery
2007-05-10 Simon MarlowFIX BUILD: remove accidentally committed hunk
2007-05-10 Simon MarlowFIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo
2007-05-09 simonpj@microsoft.comTwo more small bugs in abstractFloats
next