summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more recent validate requires LANGUAGE pragmawip/llfNicolas Frisby2014-08-191-1/+1
* Merge branch 'master' into late-lam-liftNicolas Frisby2014-08-192013-28845/+125305
|\
| * Fix prepositions in the documentation of -rdynamic.Facundo Domínguez2014-08-202-4/+4
| * validate: add simple CPU count autodetectionSergei Trofimovich2014-08-191-5/+27
| * rts/base: Fix #9423Andreas Voellmy2014-08-199-51/+92
| * travis: Use hvr’s multi-ghc-PPAJoachim Breitner2014-08-191-5/+8
| * Check if file is present instead of directoryThomas Miedema2014-08-191-1/+1
| * Correct checkStrictBinds for generalised typearchblob2014-08-194-2/+22
| * Add test case for #9046Vitaly Bragilevsky2014-08-193-0/+5
| * build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-195-44/+4
| * Mention that `Data.Ix` uses row-major indexingAlexander Berntsen2014-08-191-1/+1
| * Explain how to clone GitHub forks. Ticket #8379.Thomas Miedema2014-08-191-7/+9
| * Use absolute links to Cabal docs from the GHC users guide (#9154)Bob Ippolito2014-08-191-2/+2
| * includes/stg/Prim.h: add matching 'hs_atomic_*' prototypesSergei Trofimovich2014-08-191-0/+38
| * This note's name has been fixedGabor Greif2014-08-191-1/+1
| * Have the RTS linker search symbols in the originating windows binary.Facundo Domínguez2014-08-182-9/+15
| * Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-186-1/+79
| * UNREG: fix PackageKey emission into .hc filesSergei Trofimovich2014-08-181-2/+1
| * Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-08-183-0/+60
| * Make Prelude.signum handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-7/+8
| * Make Prelude.abs handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-4/+8
| * testsuite/T9379: Use GHC.Conc instead of Control.Concurrent.STMBen Gamari2014-08-181-1/+3
| * Fix three problems with occurrence analysis on case alternatives.Andrew Farmer2014-08-181-21/+32
| * concurrent/should_run/throwto002: DoRec -> RecursiveDoBen Gamari2014-08-181-1/+1
| * ghci/scripts/ghci016: Add implementation for negateBen Gamari2014-08-181-0/+1
| * Make T8832 operative on 32-bit systems (#8832)Reid Barton2014-08-184-3/+16
| * Update list of flags implied by -XGADTs in User's Guide section on GADTsReid Barton2014-08-181-1/+2
| * Fix broken link in Data.Data to SYB home page (Trac #9455)Simon Peyton Jones2014-08-181-9/+9
| * Fix quasi-quoter documentation (#9448)Sergey Vinokurov2014-08-181-2/+2
| * workaround Solaris 11 GNU C CPP issue by using GNU C 3.4 as CPPKarel Gardas2014-08-173-112/+102
| * Remove obsolete `digitsTyConKey :: Unique`Herbert Valerio Riedel2014-08-171-2/+2
| * Workaround GCC `__ctzdi2` intrinsic linker errorsHerbert Valerio Riedel2014-08-171-1/+17
| * Revert "Fix typos 'resizze'"Gabor Greif2014-08-163-3/+3
| * Fix typos 'resizze'Gabor Greif2014-08-163-3/+3
| * Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-166-0/+118
| * Make configure's sed(1) expression for GHC_LDFLAGS more BSD-friendly.Gabor Pali2014-08-151-1/+1
| * LlvmMangler: Be more selective when mangling object typesBen Gamari2014-08-151-4/+14
| * Declare `ghc-head` to be haddock's upstream branchHerbert Valerio Riedel2014-08-141-0/+1
| * Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-1417-1/+347
| * Remove out of date TODOEdward Z. Yang2014-08-131-2/+0
| * Explicitly version test for package key support.Edward Z. Yang2014-08-133-1/+14
| * Have ghc-pkg use an old-style package key when it's not provided.Edward Z. Yang2014-08-131-1/+9
| * StgCmmPrim: add note to stop using fixed size signed types for sizesJohan Tibell2014-08-121-0/+5
| * Add some Haddocks to SMRepJohan Tibell2014-08-121-2/+13
| * shouldInlinePrimOp: Fix Int overflowJohan Tibell2014-08-122-24/+43
| * Testsuite wibbles around #9200Richard Eisenberg2014-08-125-14/+6
| * Update manual (#9200).Richard Eisenberg2014-08-121-43/+62
| * Remove NonParametricKinds (#9200)Richard Eisenberg2014-08-124-226/+77
| * Change treatment of CUSKs for synonyms and families (#9200).Richard Eisenberg2014-08-122-5/+34
| * Added more testing for #9200. (polykinds/T9200b)Richard Eisenberg2014-08-123-0/+17