summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change `OPTIONS_GHC -O` to `OPTIONS_GHC -O2`wip/use-O2Douglas Wilson2017-11-066-6/+6
* base: Add examples to Bifunctor documentationJulie Moronuki2017-11-061-1/+36
* Specialise lcm :: Word -> Word -> Word (trac#14424)Bodigrim2017-11-061-0/+1
* Update autoconf test for gcc to require 4.7 and upPeter Trommler2017-11-064-28/+3
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-067-21/+50
* Update ErrorCall documentation for the location argumentÖmer Sinan Ağacan2017-11-061-2/+2
* Typo in glasgow_exts.rstDouglas Wilson2017-11-061-1/+1
* cmm/CBE: Fix a few more zip usesBen Gamari2017-11-061-3/+8
* cmm/CBE: Fix comparison between blocks of different lengthsBen Gamari2017-11-061-5/+9
* rts/win32: Emit exception handler output to stderrBen Gamari2017-11-061-15/+15
* testsuite: Bump metrics of haddock.CabalBen Gamari2017-11-061-1/+2
* Clean up comments about match algorithm a bit.klebinger.andreas@gmx.at2017-11-031-66/+43
* change example from msum to mfilterJulie Moronuki2017-11-031-2/+2
* Fix documentation and comment issuesCyd Parser2017-11-034-11/+16
* Deserialize all function TypeRepsDavid Feuer2017-11-021-7/+12
* Name TypeRep constructor fieldsDavid Feuer2017-11-021-44/+88
* Bump haddock submodulealexbiehl2017-11-023-2/+3
* llvmGen: Pass vector arguments in vector registers by defaultBen Gamari2017-11-022-2/+15
* CmmSink: Use a IntSet instead of a listalexbiehl2017-11-021-7/+25
* rts/PrimOps.cmm: add declaration for heapOverflow closureSergei Trofimovich2017-11-021-0/+1
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-0213-76/+45
* Fix atomicread/write operationsPeter Trommler2017-11-021-8/+14
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-024-7/+25
* TcRnDriver: Bracket family instance consistency output in -ddump-rn-traceBen Gamari2017-11-021-1/+2
* Add custom exception for fixIODavid Feuer2017-11-025-3/+19
* Use proper Unique for Namealexbiehl2017-11-021-12/+11
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-0212-7/+203
* PPC NCG: Impl branch prediction, atomic ops.Peter Trommler2017-11-023-61/+201
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-0219-96/+514
* Tidy up IfaceEqualityTyConSimon Peyton Jones2017-10-312-45/+44
* core-spec: Add join points to formalismLuke Maurer2017-10-305-46/+197
* Add Note [Setting the right in-scope set]Simon Peyton Jones2017-10-301-1/+26
* Catch a few more typos in commentsGabor Greif2017-10-309-14/+14
* minor wordsmithingGabor Greif2017-10-301-5/+5
* Typofixes in commentsGabor Greif2017-10-303-3/+3
* Typofix in panicGabor Greif2017-10-301-1/+1
* Fix typo in accessor nameGabor Greif2017-10-308-11/+11
* A bit more tc-tracingSimon Peyton Jones2017-10-301-2/+8
* Allow packing constructor fieldsMichal Terepeta2017-10-2930-159/+768
* Fix #14390 by making toIfaceTyCon aware of equalityRyan Scott2017-10-294-0/+16
* Turn `compareByteArrays#` out-of-line primop into inline primopalexbiehl2017-10-299-2/+49
* Add -falignment-sanitization flagBen Gamari2017-10-2911-3/+72
* base: Implement file locking in terms of POSIX locksBen Gamari2017-10-292-3/+78
* Implement a dedicated exitfication pass #14152Joachim Breitner2017-10-2917-6/+865
* simplNonRecJoinPoint: Handle Shadowing correctlyJoachim Breitner2017-10-291-5/+6
* Manual: The -ddump-cmm-* flags had a wrong spelling in the manualJoachim Breitner2017-10-281-10/+22
* Make tagForCon non-linearBartosz Nitka2017-10-272-4/+23
* relnotes: Fix a few minor formatting issuesBen Gamari2017-10-271-2/+2
* ApplicativeDo: handle BodyStmt (#12143)Simon Marlow2017-10-279-22/+99
* Fix an exponential-blowup case in SpecConstrSimon Peyton Jones2017-10-271-20/+33