summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Add examples for Data.Semigroup.Arg{Min,Max}wip/sjakobi-argmin-argmax-docsSimon Jakobi2020-03-241-0/+7
* Add example and doc for Arg (Fixes #17153)Paavo2020-03-241-1/+9
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-236-21/+82
* Annotate the non-total function in Data.Foldable as suchHécate2020-03-221-0/+20
* Bump hsc2hs submoduleBen Gamari2020-03-221-0/+0
* hadrian: Eliminate redundant .exe from GHC pathBen Gamari2020-03-221-1/+1
* gitlab-ci: Require that Windows-hadrian job passesGHC GitLab CI2020-03-221-3/+0
* hadrian: Fix executable extension passed to testsuite driverGHC GitLab CI2020-03-221-1/+1
* testsuite: Update expected output on WindowsGHC GitLab CI2020-03-225-4/+407
* testsuite: Fix TOP of T17786Ben Gamari2020-03-221-1/+1
* testsuite: Update expected output on WindowsBen Gamari2020-03-222-5/+0
* testsuite: Normalize slashes in ghc-api annotations outputBen Gamari2020-03-221-0/+3
* Bump process submoduleBen Gamari2020-03-221-0/+0
* fs.h: Add missing declarations on WindowsBen Gamari2020-03-221-0/+7
* Fix event message in withTiming'Sergej Jaskiewicz2020-03-201-1/+1
* Update core spec to reflect changes to Core.Richard Eisenberg2020-03-2011-32/+135
* Hadrian: ignore in-tree GMP objects with ``--lint``Sylvain Henry2020-03-202-4/+5
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-2035-534/+631
* FastString: fix eager reading of string ptr in hashStrÖmer Sinan Ağacan2020-03-191-7/+13
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-1960-2318/+2530
* PmCheck: Use ConLikeSet to model negative infoSebastian Graf2020-03-192-17/+45
* Update "GHC differences to the FFI Chapter" in user guide.Andreas Klebinger2020-03-191-15/+35
* Add release note about fix to #16502.Richard Eisenberg2020-03-181-0/+17
* Modules: Core operations (#13009)Sylvain Henry2020-03-1882-320/+327
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-1739-252/+589
* Make example collapsiblePaavo2020-03-171-0/+1
* Clean upPaavo2020-03-171-3/+2
* Add example for Data.Semigroup.diffPaavo2020-03-171-0/+15
* Don't update ModDetails with CafInfos when opts are disabledÖmer Sinan Ağacan2020-03-172-3/+10
* Implement mapTyCo like foldTyCoSimon Peyton Jones2020-03-174-99/+113
* Document the units of -ddump-timingsMaximilian Tagher2020-03-171-0/+1
* Don't use non-portable operator "==" in configure.acPHO2020-03-171-1/+1
* Update sanity checking for TSOs:Ömer Sinan Ağacan2020-03-161-36/+22
* Modules: Core (#13009)Sylvain Henry2020-03-16225-1194/+1209
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-168-2/+125
* Fix global_link of TSOs for threads reachable via dead weaksÖmer Sinan Ağacan2020-03-151-0/+8
* Add a -no-haddock flag.Judah Jacobson2020-03-155-1/+26
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-1542-1738/+2001
* Note platform-specific Foreign.C.Types in contextViktor Dukhovni2020-03-151-4/+29
* Remove some dead codeBrian Foley2020-03-159-100/+5
* Document restriction on SCC pragma syntaxKrzysztof Gogolewski2020-03-154-1/+10
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-145-44/+23
* rts: Fix printClosure when printing fwd ptrsÖmer Sinan Ağacan2020-03-141-1/+1
* Enable stage1 build of haddockCale Gibbard2020-03-141-1/+3
* Remove second tcLookupTcTyCon in tcDataDefnVladislav Zavialov2020-03-142-14/+14
* base: Make `open` calls interruptibleBen Gamari2020-03-142-2/+7
* Refactoring in TcSMonadSimon Peyton Jones2020-03-143-89/+78
* Wrap an implication around class-sig kind errorsSimon Peyton Jones2020-03-148-18/+37
* gitlab-ci: Add integer-simple release build for WindowsBen Gamari2020-03-141-0/+7
* Improve CSE.combineAltsSimon Peyton Jones2020-03-146-25/+140