summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into wip/generics-propeqwip/generics-propeqGabor Greif2014-08-08740-11423/+18033
|\
| * Implement the final change to INCOHERENT from Trac #9242Simon Peyton Jones2014-08-087-122/+132
| * Update Haddock to attoparsec-0.12.1. Adjust perf.Mateusz Kowalczyk2014-08-082-1/+2
| * Update perf number for T5642Joachim Breitner2014-08-071-1/+2
| * testsuite: add signal_exit_code function to the driverKarel Gardas2014-08-071-0/+11
| * ghci: tweak option list indentation in ':show packages'Sergei Trofimovich2014-08-071-3/+3
| * [no-ci] Track Haddock submodule change: ignore TAGS.Edward Z. Yang2014-08-071-0/+0
| * Permanently accept the Haddock performance number bump, and add some TODOsEdward Z. Yang2014-08-071-6/+6
| * Give the Unique generated by strings a tag '$', fixes #9413.Edward Z. Yang2014-08-071-1/+1
| * Fix some typos in recent comments/notesGabor Greif2014-08-073-12/+12
| * Test Trac #9390Simon Peyton Jones2014-08-073-0/+29
| * Add has_side_effets to the raise# primopSimon Peyton Jones2014-08-071-0/+5
| * Refactor the handling of case-eliminationSimon Peyton Jones2014-08-071-59/+60
| * Extensive Notes on can_fail and has_side_effectsSimon Peyton Jones2014-08-073-52/+121
| * Document the maintenance of the let/app invariant in the simplifierSimon Peyton Jones2014-08-074-49/+68
| * Make buildToArrPReprs obey the let/app invariantSimon Peyton Jones2014-08-071-3/+8
| * When desugaring Use the smart mkCoreConApps and friendsSimon Peyton Jones2014-08-075-11/+11
| * Don't float into unlifted function argumentsSimon Peyton Jones2014-08-071-20/+52
| * Make Core Lint check the let/app invariantSimon Peyton Jones2014-08-071-1/+10
| * Add Output instance for OrdListSimon Peyton Jones2014-08-071-0/+4
| * Tiny refactoring, plus comments; no change in behaviourSimon Peyton Jones2014-08-071-4/+8
| * Move Outputable instance for FloatBind to the data type definitionSimon Peyton Jones2014-08-072-7/+7
| * Comments and white spaceSimon Peyton Jones2014-08-073-28/+28
| * fix T658b/T5776 to use POSIX grep -c instead of GNU's --countKarel Gardas2014-08-071-2/+2
| * fix linker_unload test for ghc configurations with --with-gmp-librariesKarel Gardas2014-08-071-1/+5
| * fix linker_unload test _FILE_OFFSET_BITS redefined warning on Solaris/i386Karel Gardas2014-08-071-0/+1
| * Mark type-rep not as expect_broken when debuggedJoachim Breitner2014-08-061-1/+1
| * Revert "fix linker_unload test on Solaris/i386 platform"Karel Gardas2014-08-062-4/+1
| * Temporarily bump Haddock numbers; I'm going to fix it.Edward Z. Yang2014-08-051-2/+8
| * Filter out null bytes from trace, and warn accordingly, fixing #9395.Edward Z. Yang2014-08-054-2/+14
| * Update Haddock submodule to know about profiling.Edward Z. Yang2014-08-051-0/+0
| * configure.ac: drop unused VOID_INT_SIGNALSSergei Trofimovich2014-08-051-25/+1
| * [no-ci] Minor bugfixes in Backpack docs.Edward Z. Yang2014-08-051-15/+10
| * Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-0529-286/+720
| * Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-053-47/+43
| * Refactor package state, also fixing a module reexport bug.Edward Z. Yang2014-08-0511-157/+236
| * Make PackageState an abstract type.Edward Z. Yang2014-08-059-72/+88
| * Disable ghc-pkg accepting multiple package IDs (differing package keys) for now.Edward Z. Yang2014-08-051-5/+4
| * Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-0574-130/+537
| * Disable package auto-hiding if -hide-all-packages is passedEdward Z. Yang2014-08-041-3/+14
| * fix topHandler03 execution on Solaris where shell signals SIGTERM correctlyKarel Gardas2014-08-041-1/+2
| * fix openFile003 test on Solaris/i386 (platform output is not needed anymore)Karel Gardas2014-08-041-4/+0
| * ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-042-2/+20
| * fix linker_unload test on Solaris/i386 platformKarel Gardas2014-08-042-1/+4
| * Use 'install' command for 'inplace/' install as we do in 'make install'Sergei Trofimovich2014-08-041-1/+1
| * docs: fix typo: 'OVERLAPPINGP' -> 'OVERLAPPING'Sergei Trofimovich2014-08-041-1/+1
| * Terminate in forkProcess like in real_mainEdsko de Vries2014-08-041-2/+1
| * Add missing *.stderr filesJoachim Breitner2014-08-023-0/+21
| * Add in (disabled for now) test of a Safe Haskell bug.David Terei2014-08-013-0/+46
| * Infer safety of modules correctly with new overlapping pragmas.David Terei2014-08-015-1/+37