summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Ensure T5423 flushes C output bufferBen Gamari2019-06-164-3/+15
* testsuite: Fix T8602 on muslBen Gamari2019-06-161-1/+2
* base/Event/Poll: Drop POLLRDHUP enum itemBen Gamari2019-06-161-12/+0
* Remove dead codeKrzysztof Gogolewski2019-06-155-58/+4
* Synchronize ClsInst.doTyConApp with TcTypeable validity checks (#15862)Ryan Scott2019-06-157-35/+116
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-1512-24/+30
* Fix typo in error messageAiken Cairncross2019-06-151-1/+1
* testsuite: Skip hDuplicateTo001 in concurrent waysBen Gamari2019-06-151-1/+2
* testsuite: Introduce concurrent_ways setBen Gamari2019-06-152-7/+12
* Disable optimisation when building Cabal in development flavoursBen Gamari2019-06-155-3/+20
* Disable optimisation when building Cabal lib for stage0Ben Gamari2019-06-152-0/+9
* Bump unix submoduleBen Gamari2019-06-151-0/+0
* Remove duplicates from 'ghc --info' outputAlp Mestanogullari2019-06-141-5/+0
* gitlab-ci: Lint the lintersBen Gamari2019-06-142-15/+28
* lint: Only apply --interactive lint to testsuite .T filesBen Gamari2019-06-142-7/+18
* gitlab-ci: Lint testsuite for framework failuresBen Gamari2019-06-143-2/+15
* PrelRules: Don't break let/app invariant in shiftRuleBen Gamari2019-06-147-5/+53
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-14113-202/+1522
* Add Outputable instances for Float, Double.Andreas Klebinger2019-06-131-0/+6
* Hadrian: remove superfluous dependencies in Rules.CompileAlp Mestanogullari2019-06-131-2/+0