summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Don't pass -nodefaultlibs to ClangAustin Seipp2014-01-151-5/+7
* Cache compiler info in DynFlagsAustin Seipp2014-01-152-8/+72
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-152-5/+5
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-142-4/+5
* Typo in commentGabor Greif2014-01-141-1/+1
* Fix TyCon importAustin Seipp2014-01-141-1/+1
* Fix ./validate failure due to -WerrorAustin Seipp2014-01-141-2/+2
* Another AMP fix for StreamAustin Seipp2014-01-141-0/+9
* Fix AMP warnings for MaybeT/MaybeErrAustin Seipp2014-01-141-1/+13
* Fix binary linking errors on SolarisKarel Gardas2014-01-141-1/+10
* Add Solaris linker support to SysToolsKarel Gardas2014-01-142-0/+10
* Fix the behavior of ae87e122 (#8180)Austin Seipp2014-01-142-5/+3
* Disable -dynamic-too on WindowsAustin Seipp2014-01-142-8/+15
* Add Windows to NoSharedLibsPlatformListAustin Seipp2014-01-131-1/+3
* Fix #8180Austin Seipp2014-01-121-4/+12
* Fix new Haddock doc parse failures.Austin Seipp2014-01-124-20/+24
* Document the fact that Areas overlap, and why.Simon Marlow2014-01-101-0/+69
* Comment typos onlyGabor Greif2014-01-103-4/+4
* Make initGhcMonad call setUnsafeGlobalDynFlagsSimon Peyton Jones2014-01-101-10/+11
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-103-56/+32
* Bring kind variables into the type-checker's scope as well as type variablesSimon Peyton Jones2014-01-101-2/+2
* Notes and code cosmeticsJoachim Breitner2014-01-101-11/+24
* Fix a typo in commentGabor Greif2014-01-101-1/+1
* Comments onlySimon Peyton Jones2014-01-091-4/+8
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-0923-369/+462
* Further improve the "same-occurrence" error messages (Trac #8278)Simon Peyton Jones2014-01-091-3/+14
* Comment typoSimon Peyton Jones2014-01-091-1/+1
* Further refine the test for 'given' equalitiesSimon Peyton Jones2014-01-095-39/+68
* Document Proxy# (#8658)Austin Seipp2014-01-091-0/+12
* Extend runRnSpliceHook to decls and patternsEdsko de Vries2014-01-082-12/+14
* Fix validate failure.Austin Seipp2014-01-071-4/+4
* Remove trailing whitespace.Austin Seipp2014-01-071-3/+2
* LlvmMangler: Make sure no symbols slip through re-.typingBen Gamari2014-01-071-7/+12
* LlvmMangler: Rewrite @function symbols to @objectBen Gamari2014-01-071-5/+11
* Re-order preprocessor args to agree with User Guide (fixes #8602)Chris Heller2014-01-071-1/+1
* nativeGen: Fix spelling in commentBen Gamari2014-01-071-1/+1
* LLVM mangler: fix AVX instruction rewriter.Austin Seipp2014-01-071-1/+1
* Fix __GLASGOW_HASKELL_LLVM__ #defineAustin Seipp2014-01-071-1/+3
* Fix -dynamic-too clashing with -o (#8180)Austin Seipp2014-01-071-14/+19
* Improve the equality-floating story (again), to fix Trac #8644Simon Peyton Jones2014-01-038-253/+284
* Refactor the way shadowing in handled in GHCiSimon Peyton Jones2014-01-038-124/+210
* Improve error message when using qualified names in GHCiSimon Peyton Jones2014-01-032-47/+62
* Add alterOccEnvSimon Peyton Jones2014-01-031-0/+3
* Use the GlobalRdrEnv when renaming the axuiliary bindings in 'deriving'Simon Peyton Jones2014-01-031-2/+5
* Handle parens in predicates when converting to THSimon Peyton Jones2014-01-021-0/+2
* Update Note [Coercible instances]Joachim Breitner2014-01-021-4/+3
* Comments onlySimon Peyton Jones2013-12-301-3/+6
* Comments onlySimon Peyton Jones2013-12-282-3/+3
* Re-factor TcCanonical (again), fixes Trac #8603Simon Peyton Jones2013-12-283-322/+446
* Define mkTcNomReflCo = TcRefl Nominal, and use it all overSimon Peyton Jones2013-12-287-17/+21