summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do some ad-hoc CSE in Exitificationwip/T14152cseJoachim Breitner2017-09-291-22/+78
* Inline exit join points in the "final" simplifier iterationJoachim Breitner2017-09-295-22/+35
* Implement a dedicated exitfication pass #14152Joachim Breitner2017-09-2912-6/+435
* mkDataConRep: fix bug in strictness signature (#14290)Simon Marlow2017-09-283-1/+23
* configure: Make sure we try all possible linkersBen Gamari2017-09-271-18/+41
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* Add TODO about getMonotonicNSec() wrapping that can no longer happen.Niklas Hambüchen2017-09-271-0/+5
* Move check-ppr and check-api-annotations to testsuite/utilsBen Gamari2017-09-2713-45/+76
* TypofixesGabor Greif2017-09-2711-19/+19
* llvm-targets: drop soft-floatMoritz Angermann2017-09-272-5/+18
* GHC_LLVM_TARGET: Keep android OSMoritz Angermann2017-09-271-0/+8
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-269-12/+127
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-269-127/+12
* rts: Throw proper HeapOverflow exception on allocating large arrayBen Gamari2017-09-263-36/+79
* desugar: Catch levity polymorphism in unboxed sum expressionsBen Gamari2017-09-263-6/+18
* base: fdReady(): Add note about O_NONBLOCK requirementNiklas Hambüchen2017-09-261-1/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-269-18/+133
* rts: Silence missing __noreturn__ warningBen Gamari2017-09-261-1/+1
* Rules: Show the binder type in the unbound template binder errorBen Gamari2017-09-261-1/+1
* Release console for ghci wrapperTamar Christina2017-09-266-8/+26
* TcInteract: Remove redundant import of TypeableBen Gamari2017-09-261-1/+1
* testsuite: Add test for #14272Ben Gamari2017-09-262-0/+9
* PrelRules: Handle Int left shifts of more than word-size bitsBen Gamari2017-09-261-8/+14
* rts: Inform kernel that we won't need reserved address spaceBen Gamari2017-09-261-0/+13
* primops: Add some notes regarding the meaning of the "type" fieldBen Gamari2017-09-261-0/+8
* StgCmmMonad: Remove unnecessary use of unboxed tuplesBen Gamari2017-09-262-55/+24
* Omit Typeable from the "naturally coherent" listSimon Peyton Jones2017-09-262-31/+70
* A bunch of typofixesGabor Greif2017-09-2654-68/+68
* testsuite: Expect T13168 to be broken on WindowsBen Gamari2017-09-251-1/+2
* configure: Don't hard-code strip toolBen Gamari2017-09-253-1/+14
* configure: Catch case where LLVM tools can't be foundBen Gamari2017-09-251-1/+3
* Use SIGQUIT for DWARF backtraces instead of SIGUSR2Ben Gamari2017-09-253-10/+21
* Add NOINLINE pragma to builtinRulesBen Gamari2017-09-251-0/+3
* integer-gmp: Fix styleBen Gamari2017-09-251-6/+6
* Include original process name in worker thread name (#14153)Echo Nolan2017-09-251-1/+22
* Document Typeable's treatment of kind polymorphic tyconsBen Gamari2017-09-251-0/+53
* Adds mingw64 to the valid GHC OSs.Moritz Angermann2017-09-261-0/+4
* Fix the searching of target AR toolTamar Christina2017-09-262-7/+13
* Ensure text mode when calling debug functionsTamar Christina2017-09-251-6/+25
* Bump template-haskell to 2.13.0.0Ryan Scott2017-09-254-5/+5
* Document how GHC disambiguates between multiple COMPLETE setsRyan Scott2017-09-252-1/+49
* Fix solving of implicit parameter constraintsSimon Peyton Jones2017-09-259-103/+214
* Improve type-error reportingSimon Peyton Jones2017-09-2519-101/+129
* Comments onlySimon Peyton Jones2017-09-251-1/+1
* Make pprQuotedList use fsep not hsepSimon Peyton Jones2017-09-251-1/+1
* Deal with large extra-contraints wildcardsSimon Peyton Jones2017-09-257-15/+210
* don't allow AsmTempLabel in UNREG mode (Trac #14264)Sergei Trofimovich2017-09-241-0/+2
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-245-88/+6
* [Semigroup] fix genapplyMoritz Angermann2017-09-241-0/+4