FIX #1110: the linker also needs the workaround
[ghc-hetmet.git] / compiler /
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
2007-05-09 Simon Marlowfix confusion with return value of runStmt
2007-05-09 Simon Marloweliminate a crash when trying to use :break on a compil...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Simon MarlowFix a missing prime spotted by -fwarn-unused-binds
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-05-09 simonpj@microsoft.comFix a bug in (the new function) SimplUtils.abstractFloats
2007-05-09 simonpj@microsoft.comImprove full laziness by floating allocations out of...
2007-05-09 Pepe IborraFixed a badly defined pattern match
2007-05-08 Simon MarlowAllow you to say :unset -f<flag> (see #1328)
2007-05-08 Simon Marlowoverhaul :help, group the debugging commands together
2007-05-08 Simon Marlowlet you :show things that you can :set (e.g. args,...
2007-05-08 Simon Marlowimprovements to :history
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-01 Roman LeshchinskiyOccNames for closure conversion
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-05-07 simonpj@microsoft.comFix comments on HsWrapper type
2007-05-07 simonpj@microsoft.comFIX Trac #1332: make isStringTy work right
next