summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add IfacePromotionInfodata-kind-syntaxTrevor Elliott2013-09-083-14/+33
* Fix how we're using roles with `data kind` declarationsTrevor Elliott2013-09-085-18/+24
* Squashed commit of the following:Trevor Elliott2013-09-0826-94/+751
* Note infinite stack default in release notes.Austin Seipp2013-09-081-0/+21
* Avoid allocating while holding a lock (#8242)Takano Akio2013-09-081-8/+8
* Default to infinite stack size (#8189)Austin Seipp2013-09-089-33/+73
* resurrected -fdicts-strict, off by defaultNicolas Frisby2013-09-088-83/+147
* Record PAP allocation to CCCS.Edward Z. Yang2013-09-071-0/+2
* Fix ghc-pkg list --simple-output not being alphabetical (#8245).Niklas Hambüchen2013-09-061-8/+9
* Add basic support for GHCJSAustin Seipp2013-09-0614-4/+54
* Fix link to launchbury93naturalJoachim Breitner2013-09-061-1/+1
* Windows: load eh_frame as rodata, fixes #8237Edward Z. Yang2013-09-051-0/+6
* Temporary Haskeline fix for Windows build.Edward Z. Yang2013-09-051-0/+0
* docs only: update the release notes with atomic primopsRyan Newton2013-09-051-0/+11
* Ignore drectve sections, partially fixing #7056Edward Z. Yang2013-09-041-0/+2
* Fix annoying iOS linker warnings (#8208)Austin Seipp2013-09-042-2/+16
* Update `Cabal` to 1.18.0 finalHerbert Valerio Riedel2013-09-041-0/+0
* Update `containers` to 0.5.3.1 releaseHerbert Valerio Riedel2013-09-041-0/+0
* documentation and comments for -ffun-to-thunk and -flate-dmd-analNicolas Frisby2013-09-043-20/+40
* Add a --no-dph flag to ./validateAustin Seipp2013-09-041-1/+12
* Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-044-19/+24
* Remove -fglasgow-exts from --helpAustin Seipp2013-09-041-2/+0
* Add --show-options to --help (#8190)Austin Seipp2013-09-041-0/+3
* Turn manual Typeable instances into errors; fixes #8132Jose Pedro Magalhaes2013-09-041-2/+2
* Fix definition of DefinerOfRegs for CmmForeignCallJan Stolarek2013-09-042-8/+78
* Make role inference work on the source type of a data conSimon Peyton Jones2013-09-042-10/+28
* Put the interface-file typechecking of IfUnpackCo inside forkMSimon Peyton Jones2013-09-041-7/+10
* Improve debug tracing a bitSimon Peyton Jones2013-09-041-10/+13
* Fix over-eager unpacking in isUnpackableTypeSimon Peyton Jones2013-09-041-10/+23
* Don't refer to oc->next after freeing oc.Simon Marlow2013-09-041-2/+3
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-043-6/+6
* Don't move Capabilities in setNumCapabilities (#8209)Simon Marlow2013-09-0414-191/+138
* Hack-fix build breakage on Linux/GCC from fc4856f9Herbert Valerio Riedel2013-09-041-1/+1
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-044-5/+31
* Allow non-Nominal covars (bugfix)Richard Eisenberg2013-09-031-3/+2
* Fix #7918Edsko de Vries2013-09-033-5/+10
* Comments and type synonym in CmmSinkJan Stolarek2013-09-032-22/+35
* Comment onlySimon Peyton Jones2013-09-031-0/+1
* Improve Linting in GHCi (fixes Trac #8215)Simon Peyton Jones2013-09-037-72/+131
* Patch by lukexi.Gabor Greif2013-09-031-1/+1
* Extend `packages` by 4th column for upstream repoHerbert Valerio Riedel2013-09-023-48/+51
* Comments onlyJan Stolarek2013-09-021-20/+40
* Improve documentation for the 7.8 releaseSimon Peyton Jones2013-09-022-212/+259
* Make Specialise close over kind variables (fixes Trac #8196)Simon Peyton Jones2013-09-026-22/+25
* Remove the final vestiges of InlineWrappersSimon Peyton Jones2013-09-027-86/+63
* Explicit import lists for StgCmmProf.Edward Z. Yang2013-09-018-8/+9
* Comment fixGabor Greif2013-08-311-1/+1
* minor: remove tabs from fileatomicsRyan Newton2013-08-311-4/+4
* Merge branch 'master' into atomicsRyan Newton2013-08-3191-2958/+2456
|\
| * Teach `validate` script how to `--help`Herbert Valerio Riedel2013-08-311-15/+35