summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Faster checkFamInstConsistencywip/T13719Bartosz Nitka2017-05-233-88/+135
* Extend ModuleSet with useful functionsBartosz Nitka2017-05-221-1/+19
* Testcase for type family consistency checksBartosz Nitka2017-05-2211-0/+87
* Testcase for #13719Bartosz Nitka2017-05-222-0/+42
* Add "header" to GHC_COLORSPhil Ruffwind2017-05-224-16/+40
* Handle file targets in missing home modules warningHerbert Valerio Riedel2017-05-2217-10/+124
* fix a memory leak in osNumaMaskKubo Kovac2017-05-221-1/+3
* Rewrite boot in PythonBen Gamari2017-05-225-236/+165
* Ensure package.cache is newer than registration files after make installBen Gamari2017-05-221-0/+4
* Add missing "do" to example in arrow docs.null-a2017-05-221-1/+1
* Fix levity polymorphism docsAlexey Vagarenko2017-05-211-1/+1
* Bump to LLVM 4.0Moritz Angermann2017-05-201-1/+1
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-205-1/+31
* 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