summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-174-9/+153
* users-guide: Fix code-block layout for QuantifiedConstraintsTakenobu Tani2018-09-171-4/+4
* base: Add bangs to GHC.IO.Handle.Text hGet* functionsBen Gamari2018-09-171-3/+3
* Stable name comment wibblesDavid Feuer2018-09-171-17/+2
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-1615-59/+54
* Correct submodule update for haddockRichard Eisenberg2018-09-151-0/+0
* Coercion Quantificationningning2018-09-1555-996/+1883
* Mark code related symbols as @function not @objectSergei Azovskov2018-09-142-6/+80
* Mark system and internal symbols as private symbols in asmSergei Azovskov2018-09-141-17/+38
* Fix T15502 on 32-bitKrzysztof Gogolewski2018-09-142-0/+4
* tests: increase (compile) timeout multiplier for T13701 and MultiLayerModulesAlp Mestanogullari2018-09-142-5/+6
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-1422-172/+444
* Update hsc2hs submoduleChaitanya Koparkar2018-09-131-0/+0
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-131-4/+6
* eventlog: Factor out eventlog header generation into separate functionBen Gamari2018-09-131-35/+40
* Fix buildKrzysztof Gogolewski2018-09-131-1/+0
* Remove dead variable bindingSimon Peyton Jones2018-09-131-4/+3
* More info for Implication with -dppr-debugSimon Peyton Jones2018-09-131-3/+3
* Add regression test for Trac #15629Simon Peyton Jones2018-09-133-0/+67
* Allow (~) in the head of a quantified constraintsSimon Peyton Jones2018-09-1314-73/+249
* Comments only (on IfDataInstance)Simon Peyton Jones2018-09-131-4/+6
* Delete duplicated comment lineSimon Peyton Jones2018-09-131-1/+0
* Comments about join-point return typesSimon Peyton Jones2018-09-131-4/+38
* Typo in user guide wrongly claims DeriveLift was added in 7.2Merijn Verstraaten2018-09-131-1/+1
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-135-5/+175
* rts/Printer.c: always define the findPtr symbolAlp Mestanogullari2018-09-122-7/+8
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-122-3/+15
* Be a bit more aggressive about let-to-caseSimon Peyton Jones2018-09-125-18/+62
* Refactor info table entry error messagesÖmer Sinan Ağacan2018-09-121-57/+57
* Make CoreMonad independent of TcEnv (#14391)Krzysztof Gogolewski2018-09-112-55/+51
* rts.cabal.in: advertise new default profiling ways for hadrianAlp Mestanogullari2018-09-111-3/+3
* Revert incorrect STM wakeup optimisationÖmer Sinan Ağacan2018-09-111-11/+6
* Build debugged prof runtimesÖmer Sinan Ağacan2018-09-101-0/+1
* Update UnsafeReenter testÖmer Sinan Ağacan2018-09-101-11/+6
* Avoid creating unevaluated Int thunks when iterating in GHC.ForeignNeil Mitchell2018-09-081-4/+4
* Refactor Foreign.Marshal modules for more modern styleÖmer Sinan Ağacan2018-09-082-62/+29
* users-guide: Disable syntax highlightingTakenobu Tani2018-09-071-2/+6
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-072-13/+3
* Documentation tweaksKrzysztof Gogolewski2018-09-071-18/+7
* Various RTS bug fixes:Ömer Sinan Ağacan2018-09-072-3/+2
* Fix a race between GC threads in concurrent scavengingÖmer Sinan Ağacan2018-09-062-1/+10
* Remove an incorrect assertion in threadPaused:Ömer Sinan Ağacan2018-09-061-7/+0
* Preserve specialisations despite CSESimon Peyton Jones2018-09-057-15/+94
* Define activeAfterInitial, activeDuringFinalSimon Peyton Jones2018-09-054-9/+19
* Expose 'moduleToPkgConfAll' from 'PackageState'Alec Theriault2018-09-051-1/+1
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-053-29/+29
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-056-9/+11
* testsuite: Add test for #15368Ben Gamari2018-09-053-0/+57
* Skip eventlog tests in GHCi wayÖmer Sinan Ağacan2018-09-051-2/+2