summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Unbreak T16608 testswip/T16855Ben Gamari2019-06-242-2/+4
* Add MonadFail instance for ParserMErik de Castro Lopo2019-06-241-0/+11
* Fixes for LLVM 7Erik de Castro Lopo2019-06-245-12/+26
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-2317-67/+220
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* testsuite: Test for #13786Ben Gamari2019-06-237-0/+51
* testsuite: Add caf_crash testcaseBen Gamari2019-06-226-0/+67
* rts: Reset STATIC_LINK field of reverted CAFsBen Gamari2019-06-221-6/+11
* testsuite: Mark T5611 as broken in ghci wayBen Gamari2019-06-221-1/+4
* testsuite: Add test for #16563Ben Gamari2019-06-223-0/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-2213-36/+79
* testsuite: Mark T16608_* as fragile on DarwinBen Gamari2019-06-221-2/+2
* linker: Disable code unloadingBen Gamari2019-06-211-1/+5
* testsuite: Mark T15633a and T15633b as fragile on WindowsBen Gamari2019-06-211-2/+2
* testsuite: Mark T7702 as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Mark T7170 as broken on WindowsBen Gamari2019-06-211-1/+4
* testsuite: Mark OldModLocation as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Add stderr output for UnsafeInfered02 on WindowsBen Gamari2019-06-211-0/+7
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-212-1/+9
* testsuite: Skip dynamicToo006 when dynamic linking is not availableBen Gamari2019-06-211-1/+2
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-2117-164/+864
* users-guide: Update -Wsafe description for #16689Ben Gamari2019-06-191-1/+2
* users-guide: Fix a variety of broken links and syntaxBen Gamari2019-06-195-19/+30
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-1910-84/+182
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-1983-83/+83
* Comments and tiny refactorSimon Peyton Jones2019-06-193-24/+33
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-1918-124/+215
* Fix two places that failed the substitution invariantSimon Peyton Jones2019-06-192-6/+5
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-195-7/+45
* Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-1912-133/+184
* Fix a Note name in CmmNodeÖmer Sinan Ağacan2019-06-191-1/+1
* Make sure mkSplitUniqSupply stores the precomputed mask only.Andreas Klebinger2019-06-183-1/+27
* gitlab-ci: Run alpine builds during nightly jobBen Gamari2019-06-181-3/+12
* testsuite: Add test for #16832Ben Gamari2019-06-183-0/+43
* hadrian: Compile UserSettings with -O0Ben Gamari2019-06-181-0/+3
* SafeHaskell: Don't throw -Wsafe warning if module is declared SafeBen Gamari2019-06-181-1/+3
* testsuite: Add testcase for #16689Ben Gamari2019-06-182-0/+6
* Add more newtype-derived instances to Data.Ord.DownFumiaki Kinoshita2019-06-182-4/+26
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-183-4/+21
* gitlab-ci: Run nofib on binary distributionswip/run-nofibBen Gamari2019-06-171-3/+44
* Add link to mfix.github.io/ghc in HACKING.mdwip/gc/unglobalize-gc-statewip/gc/printer-improvementswip/gc/factor-out-bitmap-walkingSiddharth Bhat2019-06-171-0/+11
* make: Clean includes/settings fileBen Gamari2019-06-171-0/+1
* Use TupleSections in CmmParse.y, simplify a few exprsÖmer Sinan Ağacan2019-06-161-26/+28
* gitlab-ci: Don't allow failure of deb9-dwarf jobBen Gamari2019-06-161-2/+1
* testsuite: Really fix #16741Ben Gamari2019-06-162-4/+4
* fix runghc's GHC detection logic to cover the "in-tree Hadrian build" scenarioAlp Mestanogullari2019-06-161-1/+6
* gitlab-ci: Build alpine release bindistsBen Gamari2019-06-161-0/+24
* testsuite: Ensure that ffi005 output order is predictableBen Gamari2019-06-164-6/+14
* testsuite: Flush conc059's printf bufferBen Gamari2019-06-162-1/+2