summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Safe Haskell typeable test outputs.David Terei2014-08-013-4/+12
* Allow warning if could have been infered safe instead of explicitDavid Terei2014-08-015-75/+93
* Dont allow hand-written Generic instances in Safe Haskell.David Terei2014-08-012-10/+24
* Fix-up to d4d4bef2 'Improve the desugaring of RULES'Simon Peyton Jones2014-08-014-10/+41
* Two new executables to ignore.Edward Z. Yang2014-08-011-0/+2
* [backpack] More revisions to various pieces.Edward Z. Yang2014-08-011-125/+84
* Bump haddock.base max_bytes_usedJoachim Breitner2014-08-011-6/+7
* Improve the desugaring of RULES, esp those from SPECIALISE pragmasSimon Peyton Jones2014-08-014-11/+133
* A panic in CmmBuildInfoTables.bundle shouldn't be a panic (#9329)Simon Marlow2014-08-013-4/+14
* add a commentSimon Marlow2014-08-011-0/+3
* update commentSimon Marlow2014-08-011-4/+3
* Fix reference to noteSimon Marlow2014-08-011-1/+1
* interruptible() was not returning true for BlockedOnSTM (#9379)Simon Marlow2014-08-014-7/+38
* panic message fixSimon Marlow2014-08-011-1/+1
* refactor to fix 80column overflowSimon Marlow2014-08-011-16/+20
* Unbreak build.Gabor Pali2014-08-011-2/+1
* Typo fixesGabor Greif2014-08-016-11/+11
* Small tweaks to commentGabor Greif2014-08-011-2/+2
* Minor wordsmithing of commentsGabor Greif2014-08-011-4/+4
* Fix up ghci044Simon Peyton Jones2014-07-312-0/+6
* Typo in commentGabor Greif2014-07-311-1/+1
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-3160-307/+355
* Add comments about the {-# INCOHERENT #-} for Typeable (f a)Simon Peyton Jones2014-07-311-2/+20
* Comments onlySimon Peyton Jones2014-07-311-0/+3
* Add a fast-path in TcInteract.kickOutRewritableSimon Peyton Jones2014-07-311-6/+10
* Test Trac #9380Simon Peyton Jones2014-07-313-0/+72
* Comments and white spaceSimon Peyton Jones2014-07-312-18/+26
* [backpack] Package selectionEdward Z. Yang2014-07-311-213/+412
* Compiler perf has improved a bitSimon Peyton Jones2014-07-311-2/+6
* Comments and minor refactoringSimon Peyton Jones2014-07-312-59/+82
* Comments and white spaceSimon Peyton Jones2014-07-311-3/+2
* Allow multiple entry points when allocating recursive groups (#9303)Simon Marlow2014-07-314-35/+50
* comment updateSimon Marlow2014-07-311-4/+1
* Add .gitignore line for stage=1 testsuite generated fileReid Barton2014-07-301-0/+1
* Make mod73 test insensitive to minor variations (#9325)Reid Barton2014-07-301-1/+10
* Fix variable name typo from commit 3021fbNiklas Larsson2014-07-301-1/+1
* Add user documentation for explicitly-bidirectional pattern synonymswip/pattern-synonymsDr. ERDI Gergo2014-07-291-6/+17
* Add note about renaming of pattern synonym wrappersDr. ERDI Gergo2014-07-292-0/+28