summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* TyposAustin Seipp2014-03-211-5/+5
* Flush after TH in #8884 test caseJoachim Breitner2014-03-211-1/+3
* Don't use gcptr for interior pointersJohan Tibell2014-03-201-10/+8
* Update expected test outputs to match new format of pretty-printingDr. ERDI Gergo2014-03-195-53/+52
* isLexVarSym: check all characters of the name, not just the first one.Dr. ERDI Gergo2014-03-191-6/+19
* Implement ordering comparisons for type-level naturals and symbols.Iavor S. Diatchki2014-03-183-1/+160
* Make sure we occurrence-analyse unfoldings (fixes Trac #8892)Simon Peyton Jones2014-03-182-42/+63
* Update submodule to Win32-2.3.0.2Herbert Valerio Riedel2014-03-181-0/+0
* Add some documentation about type-level literals.Iavor S. Diatchki2014-03-171-43/+135
* Test case: ghci059: Forgot stdout fileJoachim Breitner2014-03-171-0/+4
* Test Trac #8889Simon Peyton Jones2014-03-173-0/+19
* More debug infoSimon Peyton Jones2014-03-171-2/+4
* Comments onlySimon Peyton Jones2014-03-171-4/+4
* Fix validation issue due to Coercible move (#8894)Joachim Breitner2014-03-174-4/+4
* Revert ad15c2, which causes Windows seg-faults (Trac #8834)Simon Peyton Jones2014-03-171-64/+21
* Unflatten the constraints of an inferred types (Trac #8889)Simon Peyton Jones2014-03-172-17/+29
* Remove support for "primclass"Joachim Breitner2014-03-165-23/+0
* Coercible is now exported from GHC.Types (#8894)Joachim Breitner2014-03-163-5/+2
* Fix comment for ghci script filesJoachim Breitner2014-03-161-2/+2
* Test case: :info Coercible in GHCiJoachim Breitner2014-03-162-0/+7
* Remove code reporting issues with Safe Haskell and coerce.Richard Eisenberg2014-03-141-20/+4
* Call Arity test case: Check what happens with unboxed letsJoachim Breitner2014-03-144-0/+37
* Call Arity: Never eta-expand thunks in recursive groupsJoachim Breitner2014-03-143-53/+51