summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First part of implementing TypeSignatureSectionswip/T10803Herbert Valerio Riedel2015-08-286-0/+47
* base: Remove a redundant 'return'Simon Peyton Jones2015-08-271-2/+1
* TysWiredIn: Shuffle code aroundBen Gamari2015-08-271-73/+71
* MkIface: Introduce PatSynId, ReflectionId, DefMethIdBen Gamari2015-08-272-3/+29
* IfaceEnv: Clean up updNameCache a bitBen Gamari2015-08-272-14/+15
* Move newImplicitBinder to from IfaceEnv to BuildTyClBen Gamari2015-08-272-19/+19
* PrelNames: introduce dcQual in place of conNameBen Gamari2015-08-271-20/+18
* Revert "Clean up handling of knownKeyNames"Ben Gamari2015-08-272-56/+56
* Clean up handling of knownKeyNamesBen Gamari2015-08-262-56/+56
* BinIface: Clean up whitespaceBen Gamari2015-08-261-3/+2
* PrelNames: Clean up list a bitBen Gamari2015-08-261-10/+11
* TcDeriv: Kill dead codeBen Gamari2015-08-261-76/+10
* tcRnDeclsi can use tcRnSrcDeclsSimon Peyton Jones2015-08-261-38/+3
* Implement lookupGlobal in TcEnv, and use itSimon Peyton Jones2015-08-263-12/+33
* Comments and white spaceSimon Peyton Jones2015-08-263-5/+6
* Fix algorithm.tex build and update with some new info.Edward Z. Yang2015-08-261-8/+77
* configure.ac: Allow disabling of large-address-spaceErik de Castro Lopo2015-08-261-16/+26
* fix 64bit two-stage allocator on Solaris/AMD64 platform (#10790)Karel Gardas2015-08-251-1/+1
* Delete ExtsCompat46 (#8330)Thomas Miedema2015-08-247-327/+24
* Check options before warning about source imports.Alex Rozenshteyn2015-08-229-6/+18
* Build system: delete unused distrib/MakefileThomas Miedema2015-08-211-73/+0
* Build system: simplify install.mk.inThomas Miedema2015-08-2110-53/+47
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-2127-537/+268
* Delete FastBoolThomas Miedema2015-08-2115-216/+122
* Implement getSizeofMutableByteArrayOp primopBen Gamari2015-08-214-30/+58
* Bag: Add Foldable instanceBen Gamari2015-08-211-0/+4
* GhcMake: Fix spelling in commentBen Gamari2015-08-211-1/+1
* Delete sync-allThomas Miedema2015-08-211-1023/+0
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-208-107/+15
* 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