summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add test case for #8776Dr. ERDI Gergo2014-03-144-0/+11
* Reinstate pretty-printing of AnIds via pprId (#8776)Dr. ERDI Gergo2014-03-141-0/+6
* Use prefix notation in pprIfaceDecl for IfaceIdsDr. ERDI Gergo2014-03-141-1/+1
* Honor Op_PrintExplicitForalls setting in pprIfaceForAllPartDr. ERDI Gergo2014-03-141-2/+7
* Document Coercible in the user guideJoachim Breitner2014-03-141-0/+15
* Another reference to Note [Kind-changing of (~) and Coercible]Joachim Breitner2014-03-141-1/+4
* Reference Note [Kind-changing of (~) and Coercible]Joachim Breitner2014-03-141-0/+2
* Update to containers-0.5.5.1Herbert Valerio Riedel2014-03-142-1/+1
* testsuite: look for tests-ghc directories for librariesAustin Seipp2014-03-141-1/+3
* Remove unused gHC_COERCIBLEJoachim Breitner2014-03-141-2/+1
* Call Arity : Note about fakeBoringCallsJoachim Breitner2014-03-141-8/+21
* Fix typo in user's manual, changing "-j N" to "-jN".Richard Eisenberg2014-03-131-1/+1
* Fix #8884.Richard Eisenberg2014-03-136-13/+45
* Recharacterize test according to discussion in #8851.Richard Eisenberg2014-03-134-2/+14
* Remove "Safe mode" check for Coercible instancesRichard Eisenberg2014-03-134-36/+5
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-149-14/+143
* Fix T2110 now that base has map/coerce rule.Austin Seipp2014-03-131-4/+0
* Fix incorrect maxStkSize calculation (#8858)Kyrill Briantsev2014-03-131-2/+2
* DriverPipeline: Ensure -globalopt is passed to LLVM optBen Gamari2014-03-131-2/+6
* config.mk.in: ARM now supports dynamic linking with the LLVM backendBen Gamari2014-03-131-2/+1
* Fix incorrect blocksize calculation on Win64Kyrill Briantsev2014-03-131-2/+12
* disable shared libs on sparc (linux/solaris) (fixes #8857)Karel Gardas2014-03-131-1/+3
* fix SHELL makefile variable to be set by the configure script (fixes #8783)Karel Gardas2014-03-131-1/+1
* Fix two issues in stg_newArrayzhJohan Tibell2014-03-131-18/+4
* Update to containers-0.5.5.0Herbert Valerio Riedel2014-03-132-1/+1
* Improve copy/clone array primop docsJohan Tibell2014-03-131-13/+29
* Pretty-print the following TyThings via their IfaceDecl counterpart:Dr. ERDI Gergo2014-03-133-48/+23