summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the last warnings in DynFlagsIan Lynagh2008-06-141-8/+22
* Pass dynflags down to loadPackageConfig rather than using defaultDynFlagsIan Lynagh2008-06-142-4/+4
* Make initSysTools use the dflags it is passed, rather than defaultDynFlagsIan Lynagh2008-06-142-5/+3
* Remove some unused bindings from HaddockLexIan Lynagh2008-06-141-5/+4
* Pass dynflags down through to pragStateIan Lynagh2008-06-144-17/+17
* Whitespace only in DynFlagsIan Lynagh2008-06-141-534/+534
* Define and use is_decdigit for lexing escapes; fixes trac #2304Ian Lynagh2008-06-132-5/+9
* Make SysTools warning-freeIan Lynagh2008-06-121-19/+12
* Remove some CPPery with the help of a new value isWindowsHost in UtilIan Lynagh2008-06-122-56/+57
* Remove unused FFI import GetTempPathA (getTempPath)Ian Lynagh2008-06-121-4/+0
* Whitespace only, in SysToolsIan Lynagh2008-06-111-275/+275
* Get rid of the last remnants of PROJECT_DIRIan Lynagh2008-06-112-9/+1
* Fix warnings in LexCoreIan Lynagh2008-06-101-21/+27