summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve the treatment of AppTy equalitiesSimon Peyton Jones2014-12-082-58/+72
* Optimise partitionFunEqs for the 'false' caseSimon Peyton Jones2014-12-081-8/+14
* Comments onlySimon Peyton Jones2014-12-081-4/+3
* Remove `inline` from integer_gmp_mpn_import1()Herbert Valerio Riedel2014-12-081-1/+1
* Add -I$1/$2/build/autogen to $1_$2_DIST_CC_OPTSHerbert Valerio Riedel2014-12-071-0/+1
* Added comments to flattening-notesRichard Eisenberg2014-12-071-0/+31
* Update `unix` submodule to latest snapshotHerbert Valerio Riedel2014-12-061-0/+0
* Set proper `CTYPE` for POSIX `CGroup`Herbert Valerio Riedel2014-12-061-1/+1
* Add ticket-ref to changelog entry (fup to 08610c1)Herbert Valerio Riedel2014-12-061-2/+2
* Portability: wc -l sometimes has leading spaces, trim them off.Edward Z. Yang2014-12-051-2/+2
* Add references between Data.Traversable.for and Data.Foldable.for_ and co.Baldur Blöndal2014-12-052-19/+44
* Implement `calloc{,Bytes,Array,Array0}` allocatorsAlex Petrov2014-12-053-1/+40
* msse flag handling: fix trac issue #9777Denis Redozubov2014-12-052-21/+16
* Add -fwarn-unticked-promoted-constructors to -WallAustin Seipp2014-12-056-43/+43
* docs: Update to reflect realityAustin Seipp2014-12-051-16/+15
* renamer: fix trac issue #9778Carlos Tomé2014-12-057-1/+57