summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update mailmapHerbert Valerio Riedel2014-01-111-0/+9
* Fix #8599.Richard Eisenberg2014-01-101-1/+18
* Clarify issue in #8630 in users' guide.Richard Eisenberg2014-01-101-0/+29
* Document the fact that Areas overlap, and why.Simon Marlow2014-01-101-0/+69
* Comment typos onlyGabor Greif2014-01-104-5/+5
* 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
* A little refactoring so that we print package-qualified modules names if nece...Simon Peyton Jones2014-01-091-10/+11
* Improve documentation of :module etc (Trac #8622)Simon Peyton Jones2014-01-091-87/+126
* 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
* runghc: Fix interaction of stdin and --ghc-argsJohn Lenz2014-01-071-7/+13
* 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
* Lower unfolding threshold for windows (again.)Austin Seipp2014-01-071-1/+1
* nativeGen: Fix spelling in commentBen Gamari2014-01-071-1/+1
* Fix specification of -z origin for gold.Austin Seipp2014-01-072-2/+2
* 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
* Fix #5209: Reset GHCi prompt in multiline modeBenno Fünfstück2014-01-031-2/+1
* 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
* In ':show imports' take account of -XNoImplicitPreludeSimon Peyton Jones2014-01-021-0/+1
* Handle parens in predicates when converting to THSimon Peyton Jones2014-01-021-0/+2
* Update Note [Coercible instances]Joachim Breitner2014-01-021-4/+3
* Clean up block allocator, fixes #8609Edward Z. Yang2013-12-311-4/+30
* 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
* Add hook for splicing in renamerEdsko de Vries2013-12-272-5/+15
* Fix #8607.Richard Eisenberg2013-12-263-28/+35
* Revert "Simplify the plumbing for checkValidTyCl"Richard Eisenberg2013-12-181-12/+5
* Remove unused eqExprXJoachim Breitner2013-12-171-39/+5
* Mention '-fno-ignore-asserts' in documentation.Mikhail Glushenkov2013-12-171-1/+3