summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Address a number of Edward's code review commentsDuncan Coutts2014-08-291-0/+1
* Switch the package id types to use FastString (rather than String)Duncan Coutts2014-08-292-38/+34
* Add a ghc -show-packages mode to display ghc's view of the package envDuncan Coutts2014-08-292-24/+44
* Remove a TODO that is now doneDuncan Coutts2014-08-291-4/+0
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-293-8/+13
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-293-94/+123
* Introduce new file format for the package database binary cacheDuncan Coutts2014-08-291-2/+4
* Drop support for single-file style package databasesDuncan Coutts2014-08-291-11/+7
* Define mapUnionVarSet, and use itSimon Peyton Jones2014-08-292-11/+8
* Improve trimming of auto-rulesSimon Peyton Jones2014-08-291-105/+151
* Temporary fix to the crashSimon Peyton Jones2014-08-281-2/+2
* Remove dead lookup_dfun_id (merge-o)Simon Peyton Jones2014-08-281-6/+0
* Make tidyProgram discard speculative specialisation rulesSimon Peyton Jones2014-08-281-4/+71
* Add -fspecialise-aggressivelySimon Peyton Jones2014-08-281-0/+2
* driver: pass '-fPIC' option to assembler as wellSergei Trofimovich2014-08-271-0/+44
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-221-2/+1
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-181-1/+8
* UNREG: fix PackageKey emission into .hc filesSergei Trofimovich2014-08-181-2/+1
* fix darwin threaded static linking by removing -lpthread option #9189Bob Ippolito2014-08-101-1/+1
* systools info: fix warning about C compiler (message said about linker)Sergei Trofimovich2014-08-101-2/+2
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-055-269/+512
* Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-052-44/+39
* Refactor package state, also fixing a module reexport bug.Edward Z. Yang2014-08-053-153/+211
* Make PackageState an abstract type.Edward Z. Yang2014-08-057-50/+78
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-057-42/+128
* Disable package auto-hiding if -hide-all-packages is passedEdward Z. Yang2014-08-041-3/+14
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-0/+14
* Allow warning if could have been infered safe instead of explicitDavid Terei2014-08-013-68/+85
* Typo fixesGabor Greif2014-08-011-1/+1
* Minor wordsmithing of commentsGabor Greif2014-08-011-4/+4
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-312-8/+11
* add Solaris' linker warning messages filtering into link phaseKarel Gardas2014-07-281-1/+51
* do not link with -lrt on Solaris for threaded wayKarel Gardas2014-07-281-1/+0
* Comments onlyJan Stolarek2014-07-281-2/+2
* Fix build on OS X due to macro-like string in commentEdward Z. Yang2014-07-261-2/+2
* Module reexports, fixing #8407.Edward Z. Yang2014-07-256-44/+113
* Refactor FFI error messagesSimon Peyton Jones2014-07-251-5/+30
* 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