summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix panic on [t| _ |] (Trac #9879)Thomas Winant2014-12-154-1/+13
* Write release notes for -XStaticPointers.Facundo Domínguez2014-12-151-0/+14
* Changing prefetch primops to have a `seq`-like interfaceCarter Tazio Schonwald2014-12-154-87/+122
* stm: update submodule for #9169 additionAustin Seipp2014-12-151-0/+0
* Make Core Lint check for locally-bound GlobalIdsSimon Peyton Jones2014-12-1510-416/+470
* Pattern-synonym matcher and builder Ids must be *LocalIds*Simon Peyton Jones2014-12-154-3/+172
* Update `bytestring` submodule to 0.10.6.0 RCHerbert Valerio Riedel2014-12-141-0/+0
* Fixup bad haddock.base perf-num bump in 0c9c2d89Herbert Valerio Riedel2014-12-141-2/+2
* Update `binary` submodule to final 0.7.2.3 releaseHerbert Valerio Riedel2014-12-143-0/+22
* Update `filepath` submodule to current 1.3.1.0 RCHerbert Valerio Riedel2014-12-141-0/+0
* Update `time` submodule to final 1.5.0.1 releaseHerbert Valerio Riedel2014-12-141-0/+0
* Re-Update Haddock submodule to latest `master` tipHerbert Valerio Riedel2014-12-141-2/+4
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-148-34/+93
* Revert "Update Haddock submodule to latest `master` tip"Herbert Valerio Riedel2014-12-142-4/+2
* Update Haddock submodule to latest `master` tipHerbert Valerio Riedel2014-12-142-2/+4
* Only use -fasm on platforms with an NCG (Closes: #9884).Erik de Castro Lopo2014-12-141-24/+27
* Parser: remove unused rule (copy/paste error)Sergei Trofimovich2014-12-131-7/+1
* reduceTyFamApp_maybe should *not* normalise arguments first.Richard Eisenberg2014-12-131-24/+21
* Flat constraint --> Simple constraintRichard Eisenberg2014-12-1212-152/+152
* Rewrite `Coercible` solverRichard Eisenberg2014-12-1248-1153/+1861
* 32-bit performance changes following constraint solver improvementsSimon Peyton Jones2014-12-112-7/+15
* Fix an obscure but terrible bug in the simplifier (Trac #9567)Simon Peyton Jones2014-12-114-206/+309
* Test Trac #9090Simon Peyton Jones2014-12-112-0/+29
* Add a third test variant to Trac #9872Simon Peyton Jones2014-12-113-0/+206
* White space wibble onlySimon Peyton Jones2014-12-111-1/+1
* Comments only: move flattening notes to TcFlattenSimon Peyton Jones2014-12-103-297/+207
* Tests for Trac #9872Simon Peyton Jones2014-12-105-0/+392
* Testsuite wibbles from constraint-solver improvementsSimon Peyton Jones2014-12-1011-136/+129
* Implement a fast path for new constraints looking like (a~b), namely unifyWantedSimon Peyton Jones2014-12-103-321/+436
* When flattening, try reducing type-family applications eagerlySimon Peyton Jones2014-12-103-18/+50
* Fix type-variable details naming (fixes misleading debug output)Simon Peyton Jones2014-12-101-2/+2
* Get rid of TcMType.newWantedEvVar(s)Simon Peyton Jones2014-12-102-9/+2
* Reorganise the work list, so that flattening goals are treated in the right o...Simon Peyton Jones2014-12-1014-308/+396
* Add Ord instances to THRichard Eisenberg2014-12-102-35/+35
* compiler: fix trac issue #9817Marios Titas2014-12-105-7/+16
* Only run subsections_via_symbols test when LLVM is available.Edward Z. Yang2014-12-101-0/+4
* Add proper expected output for T5435_dyn_asm on DarwinEdward Z. Yang2014-12-091-0/+2
* Link pre-ARMv6 spinlocks into all RTS variantsJoachim Breitner2014-12-092-6/+8
* Document splitAt deviation from the ReportDavid Feuer2014-12-091-0/+11
* fix misleading error message regarding function arityYuras Shumovich2014-12-094-9/+44
* Implement -XStaticValuesFacundo Domínguez2014-12-0971-20/+1164
* Proposal for Backpack file format [skip ci]Edward Z. Yang2014-12-092-17/+111
* Update `process` submodule to pull in Safe Haskell fixesDavid Terei2014-12-082-1/+0
* catch some recent typosGabor Greif2014-12-0811-14/+14
* Add doctest examples for Data.MaybeMichael Orlitzky2014-12-081-0/+189
* Fix #9871 by clarifying documentation.Richard Eisenberg2014-12-081-10/+23
* RAE's response to SPJ's question in flattening-notesRichard Eisenberg2014-12-081-0/+5
* Revise flattening-notesSimon Peyton Jones2014-12-081-31/+68
* Revise the inert-set invariants againSimon Peyton Jones2014-12-088-24/+52
* Comments and variable names only, in type checking of (e1 $ e2)Simon Peyton Jones2014-12-081-14/+14