summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use LDFLAGS when compiling ghc-pwdSimon Marlow2014-03-271-1/+7
* Include SRC_CC_OPTS and SRC_LD_OPTS when compiling ghc-cabalSimon Marlow2014-03-271-2/+4
* Pass custom CC and LD opts to Cabal when configuring a packageSimon Marlow2014-03-271-3/+11
* Include EXTRA_LD_OPTS (amongst other things) when linking programsSimon Marlow2014-03-272-23/+30
* Don't perform permission checks for scripts named with -ghci-script (#6017)Simon Marlow2014-03-272-8/+19
* --with-gcc overrides CC_STAGE0 when not cross-compiling (#8498)Simon Marlow2014-03-272-2/+23
* Fixup help textSimon Marlow2014-03-271-2/+2
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-267-30/+95
* Typos in commentsGabor Greif2014-03-254-7/+7
* Suppress uniques for simpl016 to normalise debug outputSimon Peyton Jones2014-03-252-5/+5
* Test Trac #8848Simon Peyton Jones2014-03-255-0/+72
* Comments onlySimon Peyton Jones2014-03-253-9/+7
* Improve the desugaring of RULE left-hand-sides (fixes Trac #8848)Simon Peyton Jones2014-03-252-56/+101
* Eliminate redundant seq's (Trac #8900)Simon Peyton Jones2014-03-241-44/+55
* relnotes: GND is not -XSafe compatible.Austin Seipp2014-03-241-5/+0
* Comments onlySimon Peyton Jones2014-03-242-6/+6
* Implicit parameters should not be allowed in class and instance declarationsSimon Peyton Jones2014-03-248-45/+71
* Flattener preserves synonyms, rewriteEvidence can drop buggy "optimisation"Simon Peyton Jones2014-03-245-34/+51
* Debug tracing onlySimon Peyton Jones2014-03-241-2/+4
* For equalities with incompatible kinds, new IrredCan goes in the inert set, n...Simon Peyton Jones2014-03-241-25/+16
* Comments onlySimon Peyton Jones2014-03-241-1/+1
* Don't export isTcReflCo_maybe (unused)Simon Peyton Jones2014-03-241-1/+1
* Add missing kind-check for tcEqType on forall-typesSimon Peyton Jones2014-03-241-3/+4
* Revert "change deriveConstants to use nm in a POSIX way (fixes #8781)"Austin Seipp2014-03-241-10/+20
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-2411-8/+101
* The substitution is never needed, so don't prepare itGabor Greif2014-03-231-1/+0
* Catch a bunch of typos in commentsGabor Greif2014-03-234-14/+14
* Fix typoGabor Greif2014-03-231-1/+1
* Trac #8831 is fixedSimon Peyton Jones2014-03-231-1/+1
* Test Trac #8893Simon Peyton Jones2014-03-232-0/+12
* Simplify handling of the interactive package; fixes Trac #8831Simon Peyton Jones2014-03-232-13/+9
* Apply the kind subst to the (kinds of the) quanitifed tyvars in deriveTyDataSimon Peyton Jones2014-03-231-13/+43
* ghc-cabal: force use of UTF8 when writing out `haddock-prologue.txt`Herbert Valerio Riedel2014-03-231-1/+7
* Convert haddock into a proper submodule (re #8545)Herbert Valerio Riedel2014-03-234-2/+4
* change deriveConstants to use nm in a POSIX way (fixes #8781)Karel Gardas2014-03-221-20/+10
* Add a simplistic Vagrantfile with bootstrappingAustin Seipp2014-03-223-0/+57
* add --with-ar and --with-ranlib configure parametersKarel Gardas2014-03-222-0/+16
* sync-all: Skip END actions on exceptionsFlorian Weimer2014-03-221-0/+7
* Fix #8917.Richard Eisenberg2014-03-221-3/+3
* Add test case for #8917Richard Eisenberg2014-03-224-0/+17
* Remove redundant compatibility check.Richard Eisenberg2014-03-221-2/+1
* Comments only -- clarifying Notes around compatibility.Richard Eisenberg2014-03-223-2/+5
* Make cabal01 pass with Cabal 1.18 (#8738).Mikhail Glushenkov2014-03-221-2/+1
* Enable popcnt test now when segfault is fixedJohan Tibell2014-03-221-1/+1
* Follow hs_popcntX changes in ghc-primJohan Tibell2014-03-221-5/+5
* Mark test for #8831 as known-brokenJoachim Breitner2014-03-221-1/+1
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-2214-99/+279
* Update ghc --help references to --make and a.out (fixes #8600)ccatalfo2014-03-211-2/+2
* linker: Fix indirect calls for x86_64 windows (#2283)Kyrill Briantsev2014-03-211-2/+28
* testsuite: add test for #8831Austin Seipp2014-03-214-1/+9