summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bindist creationIan Lynagh2007-06-0128-675/+257
* Rework the build system a bitIan Lynagh2007-05-3124-447/+249
* Make package.conf files a bit more readableIan Lynagh2007-05-301-1/+3
* Adding new ffi calls into the Hpc rts subsystemandy@galois.com2007-06-122-94/+119
* don't add -threaded in stage2/3 if we didn't build the threaded RTSSimon Marlow2007-06-121-0/+2
* fix compile error in the !GHCI_TABLES_NEXT_TO_CODE caseSimon Marlow2007-06-121-1/+1
* Fix PPC Mac OS X memory access problem in SMP.h (#1362)Thorkil Naur2007-05-181-1/+1
* Using blacklist of places not to cover, rather than reverse-engineer deriving.andy@galois.com2007-06-092-22/+17
* Not adding ticks to compiler generated derived code.andy@galois.com2007-06-081-2/+22
* Fix worker/wrapper ids for newtype instancesManuel M T Chakravarty2007-06-081-1/+0
* Fix deriving of indexed data typesManuel M T Chakravarty2007-06-081-1/+1
* Add instructions for adding a library to a build treeIan Lynagh2007-06-071-0/+6
* Don't suggest -fno-monomorphism-restriction if it's already setsimonpj@microsoft.com2007-06-061-17/+24
* Remove unnecessary free-variables from renamersimonpj@microsoft.com2007-06-064-17/+35
* FIX #1385: make sure tuple instances are loadedsimonpj@microsoft.com2007-06-061-3/+5
* Typo in commentssimonpj@microsoft.com2007-06-051-1/+1
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-059-92/+4
* Typo, spotted by Stefan HoldermansIan Lynagh2007-06-051-1/+1
* ifBuildable now prints a warning if the package is not buildableIan Lynagh2007-06-051-8/+14
* Fix normalisation of path to findIan Lynagh2007-06-051-5/+9
* fix panic in #1379Simon Marlow2007-06-052-1/+5
* Add missing newline from ghci :help outputbjpop@csse.unimelb.edu.au2007-06-051-1/+1
* implement FastMutInt in non-GHC using IORefs (#1405)Isaac Dupree2007-06-011-5/+30
* FIX #1110: the linker also needs the workaroundSimon Marlow2007-06-011-1/+3
* FIX BUILD: GHC doesn't use filepath (yet)Simon Marlow2007-05-211-2/+1
* tiny cleanupSimon Marlow2007-05-251-2/+2
* remove OpenBSD-specific initAdjustor() code that shouldn't be required nowSimon Marlow2007-06-012-29/+0
* fix locations for uploading src distsSimon Marlow2007-05-311-4/+4
* FIX unregisterised buildSimon Marlow2007-05-311-3/+3
* FIX: loading package ghc in GHCi (added a couple of missing symbols)Simon Marlow2007-05-311-0/+2
* Fix bogus check for strictness in newtypessimonpj@microsoft.com2007-05-301-1/+2
* export noSrcLoc, noSrcSpanSimon Marlow2007-05-301-2/+2
* Fix copy-and-paste-oIan Lynagh2007-05-301-1/+1
* Fix bug in tcSimplifyInfer (Trac #1382)simonpj@microsoft.com2007-05-301-8/+25
* Reject newtypes with strictness annotations; fixes read008simonpj@microsoft.com2007-05-301-0/+6
* refactor: combine repeated code in file reloadingiavor.diatchki@gmail.com2007-05-251-7/+2
* Changes the behavior of the "edit" command in GHCi.iavor.diatchki@gmail.com2007-05-251-19/+41
* Update Windows installation docsIan Lynagh2007-05-291-41/+23
* #1318: lex negative unboxed literalsIsaac Dupree2007-05-261-30/+50
* #1318: remove negative-prim-literal old hackish implementationIsaac Dupree2007-05-262-16/+3
* parseInteger->parseUnsignedInteger to clarify meaningIsaac Dupree2007-05-263-15/+15
* Build Windows installer when making a bindist if ISCC is setIan Lynagh2007-05-294-3/+109
* don't build the threaded RTS when GhcUnregisterised=YESSimon Marlow2007-05-291-3/+9
* only comments, spacing, alpha-renamingIsaac Dupree2007-05-261-4/+6
* Removed defunct compiler/codeGen/CgUsages.hi-boot-6Michael D. Adams2007-05-251-3/+0
* -package pretty is required for GHC >= 6.7Simon Marlow2007-05-251-0/+4
* add $(ghc_ge_607)Simon Marlow2007-05-252-0/+4
* System.Directory.Internals is now in package directorySimon Marlow2007-05-252-2/+2
* Say where we're booting to aid debuggingIan Lynagh2007-05-241-0/+2
* add a rule for creating makefiles as <dir>/CabalMakefileSimon Marlow2007-05-241-0/+7