summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Special-case reduce for horiz/vertwip/prettyEyal Lotem2015-08-151-11/+11
* Resolve foldr-strictness stack overflow bugEyal Lotem2015-08-151-14/+29
* Name: Show NameSort in warningBen Gamari2015-08-131-1/+10
* DynFlags: Prohibit hpc and byte-code interpreterBen Gamari2015-08-131-0/+4
* SysTools: Fix whitespace in error messageBen Gamari2015-08-121-1/+1
* Update mingw tarball locationBen Gamari2015-08-121-1/+1
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-1210-361/+453
* template-haskell: Add changelog entry to infix type operatorsBen Gamari2015-08-121-0/+6
* Pretty: improving the space/time performance of vcat, hsep, hcat (#10735)Thomas Miedema2015-08-121-3/+16
* Pretty: show rational as is (#10735)Thomas Miedema2015-08-121-3/+1
* Pretty: fix a broken invariant (#10735)Thomas Miedema2015-08-121-4/+14
* Pretty: fix potential bad formatting of error message (#10735)Thomas Miedema2015-08-123-184/+66
* Pretty: bugfix fillNB (#10735)Thomas Miedema2015-08-121-0/+1
* Bump template-haskell to new major version 2.11Herbert Valerio Riedel2015-08-123-2/+9
* Add missing </para> to User's guide to fix the buildThomas Miedema2015-08-121-0/+1
* User manual update, as prodded by #10760.Richard Eisenberg2015-08-111-3/+24
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-1015-175/+274
* Update testsuite/.gitignore [skip ci]Thomas Miedema2015-08-091-2/+2
* Fix unused-matches warnings in CmmLex.xThomas Miedema2015-08-091-4/+4
* Update transformers submodule to 0.4.3.0 releaseHerbert Valerio Riedel2015-08-091-0/+0
* cmmCreateSwitchPlan: Handle singletons up-frontJoachim Breitner2015-08-082-3/+16
* Make oneShot open-kindedJoachim Breitner2015-08-084-2/+27
* Sync base/changelog.md with GHC 7.10.2 releaseHerbert Valerio Riedel2015-08-071-3/+4
* Comments onlySimon Peyton Jones2015-08-073-7/+8
* Test Trac #10753Simon Peyton Jones2015-08-072-0/+25
* Big batch of Backpack documentation edits.Edward Z. Yang2015-08-062-762/+898
* base: Add missing Traversable instance for ZipListBen Gamari2015-08-072-3/+9
* Rejigger OSMem.my_mmap to allow building on MacRichard Eisenberg2015-08-061-28/+31
* Add test for #10600 (exhaustiveness check with --make and -fno-code)Reid Barton2015-08-063-0/+17
* llvmGen: Rework LLVM manglerBen Gamari2015-08-061-102/+81
* base: Add instancesfumieval2015-08-065-5/+32
* Ensure DynFlags are consistentBen Gamari2015-08-069-29/+66
* Test Trac #10742Simon Peyton Jones2015-08-062-0/+15
* T8968-1 and -3 should passSimon Peyton Jones2015-08-061-2/+2
* Comments onlySimon Peyton Jones2015-08-061-0/+2
* Coments onlySimon Peyton Jones2015-08-061-2/+6
* Fix quantification for inference with sigsSimon Peyton Jones2015-08-056-11/+100
* Tidy up and refactor wildcard handlingSimon Peyton Jones2015-08-0542-1186/+1213
* Minor refactor to use filterInScopeSimon Peyton Jones2015-08-051-8/+9
* Comments onlySimon Peyton Jones2015-08-051-88/+120
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-054-32/+73
* Do not complain about SPECIALISE for INLINESimon Peyton Jones2015-08-051-8/+17
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-059-35/+90
* Add Fixity info for infix typesRyanGlScott2015-08-0515-51/+130
* Additions to users' guide and release notesRyanGlScott2015-08-052-7/+10
* Make sure that `all`, `any`, `and`, and `or` fuse (#9848)Takano Akio2015-08-054-0/+25
* Make Exception datatypes into newtypesRyanGlScott2015-08-053-6/+9
* Make -fcpr-off a dynamic flagChristiaan Baaij2015-08-056-24/+32
* Drop custom mapM impl for []Ben Gamari2015-08-051-3/+0
* users_guide: Add note about #367 to Bugs sectionBen Gamari2015-08-051-0/+15