summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add notes about the inert CTyEqCansSimon Peyton Jones2014-12-051-0/+150
* Disable T8124 on Windows (uses pthreads)Simon Marlow2014-12-051-0/+1
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-054-24/+92
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-057-42/+92
* Cabal submodule updateHerbert Valerio Riedel2014-12-041-0/+0
* Prevent solveFlatWanteds from losing insolubles when using typechecker pluginsAdam Gundry2014-12-041-15/+32
* Comments on TrieMap and unifier.Edward Z. Yang2014-12-042-1/+21
* compiler: de-lhs deSugar/Austin Seipp2014-12-0318-640/+523
* compiler: de-lhs typecheck/Austin Seipp2014-12-0346-2518/+2118
* compiler: de-lhs simplStg/Austin Seipp2014-12-033-63/+53
* compiler: de-lhs stgSyn/Austin Seipp2014-12-033-163/+144
* compiler: de-lhs simplCore/Austin Seipp2014-12-0313-737/+616
* compiler: de-lhs hsSyn/Austin Seipp2014-12-0312-487/+383
* compiler: de-lhs basicTypes/Austin Seipp2014-12-0328-1259/+1041
* compiler: de-lhs specialise/Austin Seipp2014-12-033-181/+163
* compiler: de-lhs iface/Austin Seipp2014-12-038-457/+381
* compiler: de-lhs utils/Austin Seipp2014-12-0320-607/+446
* compiler: de-lhs coreSyn/Austin Seipp2014-12-0312-812/+658