summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A few documentation fixesDavid Feuer2017-05-203-10/+11
* Correctly expand lines with multiple tabsPhil Ruffwind2017-05-203-7/+21
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* Compile modules that are needed by template haskell, even with -fno-code.Douglas Wilson2017-05-209-57/+224
* CNF: Silence pointer fix-up message unless gc debugging is enabledBen Gamari2017-05-202-3/+2
* Failing test case for #13734Joachim Breitner2017-05-203-0/+17
* Improve error msg for simplifier tick exhaustionDavid Feuer2017-05-191-9/+24
* Modern type signature style in ModuleBartosz Nitka2017-05-191-9/+12
* Fix scoping of data cons during kind checkingSimon Peyton Jones2017-05-196-73/+109
* Account for IfUnpackCo in freeNamesIfDeclSimon Peyton Jones2017-05-191-2/+8
* Refactor freeNamesIfDeclSimon Peyton Jones2017-05-191-44/+68
* Comments and white space onlySimon Peyton Jones2017-05-191-3/+2
* Fix Haddock markupAlexey Vagarenko2017-05-191-1/+1
* Ensure that insolubles are fully rewrittenSimon Peyton Jones2017-05-198-30/+73
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Handle type-lets betterSimon Peyton Jones2017-05-177-28/+39
* Fix #13703 by correctly using munged names in ghc-pkg.Edward Z. Yang2017-05-167-32/+89
* Fix the pure unifierSimon Peyton Jones2017-05-163-196/+200
* Tiny refactorSimon Peyton Jones2017-05-161-5/+9
* Kill off unused IfaceType.eqIfaceTypeSimon Peyton Jones2017-05-162-120/+21
* testsuite: Add testcase for T13658Ben Gamari2017-05-152-0/+40
* Print warnings on parser failures (#12610).Dave Laing2017-05-1511-31/+67
* users-guide: Document -g flagBen Gamari2017-05-151-6/+7
* Revert "Use a deterministic map for imp_dep_mods"Bartosz Nitka2017-05-155-21/+29
* Stress test for nested module hierarchiesBartosz Nitka2017-05-152-0/+32
* Revert "Stress test for nested module hierarchies"Bartosz Nitka2017-05-156-60/+20
* Stress test for nested module hierarchiesBartosz Nitka2017-05-156-20/+60
* rts/linker/ElfTypes.h: restore powerps (and others) supportSergei Trofimovich2017-05-141-7/+4
* rts: annotate switch/case with '/* fallthrough */'Sergei Trofimovich2017-05-145-0/+13
* ProfilerReportJson.c: fix out-of-bounds accessSergei Trofimovich2017-05-141-1/+1
* Update unix submoduleBen Gamari2017-05-141-0/+0
* includes/Stg.h: '#if sparch_HOST_ARCH' -> '#if defined(sparch_HOST_ARCH)'Sergei Trofimovich2017-05-141-1/+1
* Add a test for #12600David Feuer2017-05-134-0/+39
* Add a test for #11272David Feuer2017-05-134-0/+28
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-1210-99/+40
* Bump haddock submoduleBen Gamari2017-05-121-0/+0
* Render \t as 8 spaces in caret diagnosticsPhil Ruffwind2017-05-125-6/+44
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-123-9/+9
* Automatically add SCCs to INLINABLE bindingsDavid Feuer2017-05-125-21/+87
* Add regression test for #11964Ryan Scott2017-05-123-1/+16
* Add regression test for #11966Ryan Scott2017-05-122-0/+35
* Add regression tests for #12083Ryan Scott2017-05-125-0/+49
* Typos [ci skip]Gabor Greif2017-05-126-9/+9
* Update autoconf scripts from correct sourceBen Gamari2017-05-116-213/+327
* RnEnv refactoringMatthew Pickering2017-05-1112-377/+357
* testsuite: Fix location of T13594 testBen Gamari2017-05-112-1/+1
* Fix up tests for #13594Ben Gamari2017-05-114-2/+5
* Update autoconf scriptsBen Gamari2017-05-116-321/+207
* users-guide: Document requirement of at least one -dep-suffixBen Gamari2017-05-111-5/+6
* Allow spliced patterns in pattern synonymsBen Gamari2017-05-115-7/+46