summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Store ModIface exports in an arraywip/D4170Douglas Wilson2017-11-137-15/+46
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-0858-1691/+2432
* Fix in-scope set in simplifierSimon Peyton Jones2017-11-083-25/+56
* Minimise provided dictionaries in pattern synonymsSimon Peyton Jones2017-11-0829-114/+206
* Fix another dark corner in the shortcut solverSimon Peyton Jones2017-11-084-34/+71
* Imrpove comments about equality typesSimon Peyton Jones2017-11-082-12/+15
* Merge remote-tracking branch 'github/pr/83'Ben Gamari2017-11-086-23/+370
|\
| * Factor out builds into steps. Address ghc/ghc#83 comments.Mateusz Kowalczyk2017-11-073-86/+88
| * Revert "Sdist -> bindist -> tests"Mateusz Kowalczyk2017-11-072-25/+6
| * Sdist -> bindist -> testsMateusz Kowalczyk2017-11-072-6/+25
| * Set up AppVeyor, Windows CI.Mateusz Kowalczyk2017-11-071-0/+43
| * Set up Linux, OSX and FreeBSD on CircleCI.Mateusz Kowalczyk2017-11-076-23/+325
* | base: Escape \ in CallStack exampleChris Martin2017-11-071-1/+1
* | Update link to Haskeline user preferencesTaylor Fausak2017-11-071-1/+1
* | Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-0757-2333/+1615
* | relnotes: Note enabling of -fllvm-pass-vectorse-in-regsBen Gamari2017-11-071-0/+4
* | relnotes: Clarify a few thingsBen Gamari2017-11-071-4/+4
* | testsuite: Bump haddock.compiler allocationsBen Gamari2017-11-071-1/+2
|/
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-0756-1614/+2331
* 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