summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor: delete most of the module FastTypeswip/d1141Thomas Miedema2015-08-1827-537/+266
* Delete FastBoolThomas Miedema2015-08-1815-216/+122
* Comments reformating/correctionsDivam2015-08-183-25/+26
* Add selectors for common fields (DataCon/PatSyn) to ConLikeMatthew Pickering2015-08-188-25/+65
* rts/Printer.c: speed up '-Da' printer for 'LIBBFD' buildSergei Trofimovich2015-08-181-81/+11
* Fix rdynamic flag and test on WindowsTamar Christina2015-08-183-4/+9
* Dump files always use UTF8 encoding #10762Michael Snoyman2015-08-181-0/+7
* Transliterate unknown characters at outputMichael Snoyman2015-08-183-1/+20
* Make rts/ThreadLabels.c threadsafe for debug runtime.Sergei Trofimovich2015-08-171-1/+29
* Travis: prevent 10' no output, by setting VERBOSE=2Thomas Miedema2015-08-173-8/+12
* Testsuite: speedup running a single testThomas Miedema2015-08-151-1/+3
* Testsuite: recenter 2 performance tests on WindowsThomas Miedema2015-08-152-3/+7
* Testsuite: mark encoding005 expect_broken(#10623) on WindowsThomas Miedema2015-08-151-1/+2
* Testsuite: mark T8089 expect_broken(#7325) on WindowsThomas Miedema2015-08-151-1/+5
* 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