summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-2113-121/+121
* Make 'ghc' a wired in package.Edward Z. Yang2014-07-211-0/+1
* driver: use absolute paths in ld scripts (#7452)Austin Seipp2014-07-201-1/+3
* main: detabify/unwhitespace PprTyThingAustin Seipp2014-07-201-15/+8
* Control CPP through settings file (#8683)Carter Tazio Schonwald2014-07-021-4/+4
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-271-0/+2
* Revert "Make -fno-write-interface to all modes of GHC, not just -fno-code."Edward Z. Yang2014-06-272-6/+6
* Make -fno-write-interface to all modes of GHC, not just -fno-code.Edward Z. Yang2014-06-272-6/+6
* Add new flag -fwrite-interface for -fno-code.Edward Z. Yang2014-06-263-2/+10
* Fix up b84748121e777dAustin Seipp2014-06-231-1/+1
* Fix #9047Austin Seipp2014-06-233-24/+33
* Simplify package dump for -v4Edward Z. Yang2014-06-221-4/+18
* Update documentation to follow 2dc3b476aff28Edward Z. Yang2014-06-201-10/+5
* Some typos in commentsGabor Greif2014-06-111-1/+1
* Don't use showPass in the backend (#8973)Simon Marlow2014-06-082-9/+15
* Remove unused --run-cps/--run-cpsz optionsSimon Marlow2014-06-081-4/+0
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-062-10/+10
* Use UnicodeSyntax when printingJoachim Breitner2014-06-062-0/+5
* Make DeriveTraversable imply DeriveFunctor/FoldableSjoerd Visscher2014-06-061-0/+3
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-06-062-37/+35
* Fix compilation of cmm files with -outputdir (Trac #9050)Yuras Shumovich2014-06-051-5/+2
* Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993)Owen Stephens2014-06-041-1/+2
* Comments only (related to Trac #7730)Simon Peyton Jones2014-06-031-4/+40
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-032-250/+54
* Just formattingSimon Marlow2014-05-302-30/+47
* Remove deprecated -optdep optionsSimon Marlow2014-05-301-14/+0
* mkHiPath & mkObjPath didn't need to be in IOSimon Marlow2014-05-301-11/+9
* s/implict/implicit/iEdward Z. Yang2014-05-292-2/+2
* Store IfExtNames for PatSyn matchers and wrappers in interface file.Dr. ERDI Gergo2014-05-272-10/+12
* Refactoring around TyCon.isSynTyConSimon Peyton Jones2014-05-151-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-1525-6/+46
* Avoid trivial cases of NondecreasingIndentationHerbert Valerio Riedel2014-05-151-2/+2
* Refactor buildClass and mkDictSelId a bit, to avoid the no_unf argumentSimon Peyton Jones2014-05-081-1/+4
* Modularise pretty-printing for forallsSimon Peyton Jones2014-05-061-6/+2
* Remove external coreAustin Seipp2014-05-036-96/+27
* Print for-alls more often (Trac #9018)Simon Peyton Jones2014-04-281-7/+4
* ghc & docs: kill unused flagsAustin Seipp2014-04-211-10/+0
* Kill whitespace after cpp's `-I` flagHerbert Valerio Riedel2014-04-211-1/+1
* ghc: Do not add a space in '-U __PIC__'Austin Seipp2014-04-211-4/+4
* Deprecate the AMP warnings.Austin Seipp2014-04-201-2/+2
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-131-2/+2
* Fix #8641, creating directories when we have stubs.Edward Z. Yang2014-04-101-0/+2
* Don't preprocess .s filesSimon Marlow2014-04-082-22/+26
* windows: Fix #8870Austin Seipp2014-04-041-2/+43
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-261-4/+16
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-241-1/+4
* Simplify handling of the interactive package; fixes Trac #8831Simon Peyton Jones2014-03-232-13/+9
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-221-2/+10
* TyposAustin Seipp2014-03-211-5/+5