summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-057-66/+4
* Typo, spotted by Stefan HoldermansIan Lynagh2007-06-051-1/+1
* 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
* Fix bogus check for strictness in newtypessimonpj@microsoft.com2007-05-301-1/+2
* export noSrcLoc, noSrcSpanSimon Marlow2007-05-301-2/+2
* 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
* #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
* only comments, spacing, alpha-renamingIsaac Dupree2007-05-261-4/+6
* Removed defunct compiler/codeGen/CgUsages.hi-boot-6Michael D. Adams2007-05-251-3/+0
* wibblePepe Iborra2007-05-241-2/+2
* Improve the interaction of 'seq' and associated data typessimonpj@microsoft.com2007-05-236-230/+236
* In GHCi, bind identifiers at TH level 'impLevel'simonpj@microsoft.com2007-05-232-27/+44
* White-space onlysimonpj@microsoft.com2007-05-231-1/+1
* Drop redundant importsimonpj@microsoft.com2007-05-231-1/+0
* type family normalisationTom Schrijvers2007-05-112-2/+205
* Improve error message when 'main' is not definedsimonpj@microsoft.com2007-05-141-15/+18
* Clean up for code conventions & add some comment Pepe Iborra2007-05-232-40/+76
* OccNames for closure conversion isomorphismsRoman Leshchinskiy2007-05-111-1/+2
* Modify generation of OccNames for closure conversionRoman Leshchinskiy2007-05-101-3/+4
* Add data type information to VectInfoManuel M T Chakravarty2007-05-225-28/+118
* Keep flattenCgStmts from emitting spurious 'goto' after CmmSwitchMichael D. Adams2007-05-211-0/+1
* Get the path right for :listPepe Iborra2007-05-201-1/+3
* wibblePepe Iborra2007-05-201-1/+1
* Clean up & commentsPepe Iborra2007-05-201-130/+109
* cvReconstructType: a faster, types-only version of cvObtainTermPepe Iborra2007-05-201-11/+62
* FastMutInt - make #endif be inside \{code} to match #ifdefIsaac Dupree2007-05-191-1/+1
* FastTypes - delete ugly _signatures, comment on Bool not FastBool where the t...Isaac Dupree2007-04-301-13/+1
* FastTypes - note strictness of fast{Or,And} and make the unboxed versions soIsaac Dupree2007-04-301-2/+8
* fix non-GHC-specific variant of FastTypesIsaac Dupree2007-04-291-1/+42
* Rewrite the unsafe code dealing with unboxed primitives in RtClosureInspectPepe Iborra2007-05-192-55/+64
* 'import M' is now the same as ':module +M' at the promptSimon Marlow2007-05-181-0/+1