summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2394: test for non-algebraic types in standalone derivingsimonpj@microsoft.com2008-06-251-11/+13
* () is now in ghc-prim:GHC.UnitIan Lynagh2008-06-241-2/+3
* Fix some inconsistencies in the code and docs of primitivesIan Lynagh2008-06-231-99/+99
* Fix the build with GHC 6.4Ian Lynagh2008-06-232-0/+8
* Remove special handling for character types of characters >= 128, <= 255Ian Lynagh2008-06-212-134/+6
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-209-79/+3
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-205-10/+4
* Make the wired-in packages code handle ndp mapping to ndp-seq or ndp-parIan Lynagh2008-06-181-21/+32
* utils/Digraph doesn't need -fglasgow-exts passed speciallyIan Lynagh2008-06-161-2/+0
* Fix Trac #2321: bug in SATsimonpj@microsoft.com2008-06-162-311/+314
* Fix an example where we weren't doing case-of-case when we shouldSimon Marlow2008-06-171-2/+38
* Sort the mi_deps into a canonical ordering before fingerprinting.Simon Marlow2008-06-171-4/+22
* Fix another "urk! lookup local fingerprint" in nofib/real/bspt/GeomNum.lhsSimon Marlow2008-06-171-2/+12
* Tweak a comment to talk about UnboxedTuples rather than -fglasgow-extsIan Lynagh2008-06-161-1/+1
* Suggest -XRelaxedPolyRec rather than -fglasgow-exts in an error messageIan Lynagh2008-06-161-1/+1
* Remove some build system code that can't happenIan Lynagh2008-06-161-4/+0
* Fix Trac #2358: 1-tuples in Template Haskellsimonpj@microsoft.com2008-06-141-7/+11
* Fix nasty Simplifier scoping bugsimonpj@microsoft.com2008-06-142-35/+56
* CoreLint should check for out-of-scope workersimonpj@microsoft.com2008-06-141-1/+5
* More commandline flag improvementsIan Lynagh2008-06-1617-221/+205
* Remove an ifdefIan Lynagh2008-06-161-11/+11
* Remove an ifdefIan Lynagh2008-06-151-5/+3
* Remove a typoIan Lynagh2008-06-151-1/+1
* Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320Ian Lynagh2008-06-152-71/+81
* Fix a warning in DsForeignIan Lynagh2008-06-141-1/+3
* Fix warnings in LinkerIan Lynagh2008-06-141-22/+27
* Use the right set of linkables in unload_wkrIan Lynagh2008-06-141-1/+1
* Use bracket_ rather than bracket in withExtendedLinkEnvIan Lynagh2008-06-141-5/+5
* Remove more ifdefferyIan Lynagh2008-06-142-13/+14
* Remove more ifdefferyIan Lynagh2008-06-142-5/+12
* Remove more ifdefferyIan Lynagh2008-06-141-18/+13
* Remove some ifdefferyIan Lynagh2008-06-142-13/+23
* Fix some warnings in ParsePkgConfIan Lynagh2008-06-141-4/+4
* Fix warnings in DsForeignIan Lynagh2008-06-141-13/+14
* Fix warnings in PprCoreIan Lynagh2008-06-141-14/+16
* Fix warnings in MainIan Lynagh2008-06-141-20/+20
* Set -Wall in compiler/Makefile.ghcbinIan Lynagh2008-06-141-0/+1
* Use maybePrefixMatch in StaticFlags rather than redefining it ourselvesIan Lynagh2008-06-141-14/+1
* Use -fforce-recomp rather than -no-recompIan Lynagh2008-06-143-5/+5
* Tweak the deprecated flags warningIan Lynagh2008-06-141-1/+1
* Use -O0 rather than -Onot in compiler/MakefileIan Lynagh2008-06-141-2/+2
* Don't use -recomp whem compiling GHC, as it's the default (and now deprecated)Ian Lynagh2008-06-141-1/+1
* Get -recomp and -no-recomp the right way roundIan Lynagh2008-06-141-2/+2
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-142-3/+5
* Handle errors in an OPTIONS pragma when preprocessingIan Lynagh2008-06-143-15/+18
* Allow flags to be marked as deprecatedIan Lynagh2008-06-149-134/+296
* eta-reduce a Monad type synonym, so we can use it non-appliedIan Lynagh2008-06-141-2/+2
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-145-267/+279
* Fix warnings in DriverMkDependIan Lynagh2008-06-141-11/+6
* Fix whitespace in DriverMkDependIan Lynagh2008-06-141-227/+226