summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-191-20/+20
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-6/+22
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-261-4/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-241-1/+5
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+2
* Increase -fcontext-stack=N default to 100Simon Peyton Jones2014-09-191-1/+2
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-182-2/+5
* Don't offer hidden modules for autocomplete.Edward Z. Yang2014-09-151-1/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-096-15/+20
* systools: fix gcc version detecton on non-english localeSergei Trofimovich2014-09-021-4/+52
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-2/+2
* Include pattern synonyms as AConLikes in the type environment,Dr. ERDI Gergo2014-08-301-6/+9
* Fix a few minor issues spotted in code reviewDuncan Coutts2014-08-292-2/+3
* 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