summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add myself to CODEOWNERS for a few fileswip/joachim/codeownersJoachim Breitner2019-01-221-0/+5
* Fix bogus worker for newtypesSimon Peyton Jones2019-01-221-21/+22
* Extend linker-script workaround to work with musl libcSamuel Holland2019-01-211-1/+1
* Add CODEOWNERSBen Gamari2019-01-211-0/+22
* gitlab: Add merge request templateBen Gamari2019-01-211-0/+19
* Fix typo in TcRnTypes.hs [skip ci]wip/tc-rn-types-typoMatthew Pickering2019-01-211-2/+2
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-206-9/+45
* Remove TODO in HsExprMatthew Pickering2019-01-201-1/+0
* Mention DerivingStrategies in the warning when DAC and GND are both enabledChaitanya Koparkar2019-01-204-1/+17
* [T16199] Adds a verify-packages scriptghc-8.9-startMoritz Angermann2019-01-201-0/+20
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-1822-18/+47
* Fix typo in DsExprwip/ds-expr-typoMatthew Pickering2019-01-181-1/+1
* Comments in stranal test declarationsÖmer Sinan Ağacan2019-01-181-2/+4
* Small refactorSimon Peyton Jones2019-01-171-8/+6
* Remove export of checkValidFamPats, never usedSimon Peyton Jones2019-01-171-1/+1
* Comments about data constructor wrappersSimon Peyton Jones2019-01-171-30/+40
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2019-01-173-330/+296
* PPC NCG: Rename constructorsPeter Trommler2019-01-171-28/+29
* Fix tab and improve whitespacePeter Trommler2019-01-171-7/+8
* PPC NCG: Register definitions for all 64-bit systemsPeter Trommler2019-01-171-7/+3
* PPC NCG: GOT declaration for all 64-bit ELF systemsPeter Trommler2019-01-171-5/+3
* PPC NCG: Make `stackHeaderSize` more generalPeter Trommler2019-01-171-7/+6
* PPC NCG: Make calling convention more generalPeter Trommler2019-01-171-6/+5
* RTS: Use ELF v1 convention on all powerpc64 systemsPeter Trommler2019-01-171-5/+0
* Add test for #16197wip/T16197Ömer Sinan Ağacan2019-01-174-1/+39
* Documentation for StgRetFunÖmer Sinan Ağacan2019-01-162-1/+4
* Make sure 'haddock' package also copies resourcesAlec Theriault2019-01-166-34/+31
* Hadrian: handle Haddock's resource directoryAlec Theriault2019-01-163-18/+29
* Improve clarity of documentation for maybeToListSteve Hart2019-01-161-1/+1
* Revert "Fix typo in maybeToList documentation"Steve Hart2019-01-161-1/+1
* Fix typo in maybeToList documentationSteve Hart2019-01-161-1/+1
* Hadrian: Use the Cabal build script on Windows by defaultAndrey Mokhov2019-01-161-4/+2
* Disable Shake Lint by default.Andrey Mokhov2019-01-166-9/+4
* Switch to the untracked version of getDirectoryFiles when scanning for GMP ob...Andrey Mokhov2019-01-162-6/+15
* typoAlp Mestanogullari2019-01-161-1/+1
* crosslink hadrian/README.md and hadrian/doc/make.mdAlp Mestanogullari2019-01-162-2/+13
* doc: behaviour of +RTS -h depends on profilingBen Price2019-01-162-0/+9
* doc: reorder heap profiling information in +RTS -?Ben Price2019-01-161-6/+5
* rts: Allow heap prof by closure type in prof wayBen Price2019-01-161-0/+1
* try to fix CIAlec Theriault2019-01-161-0/+2
* Fix tests for `integer-simple`Alec Theriault2019-01-1636-141/+143
* Remove from `base` obsolete CPP for `integer-gmp`Alec Theriault2019-01-167-162/+26
* Match `integer-simple`'s API with `integer-gmp`Alec Theriault2019-01-164-8/+99
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-167-2/+80
* Create folder if missing for .hie filesAlec Theriault2019-01-161-3/+5
* Hadrian: support extra libraries + OSX rpathAlec Theriault2019-01-165-24/+34
* Introduce ghci command wrapperZejun Wu2019-01-162-33/+76
* Fix filename in comment againPeter Trommler2019-01-161-1/+1
* Fix reference to stack code in commentPeter Trommler2019-01-161-1/+1
* PPC NCG: Refactor stack allocation codePeter Trommler2019-01-162-26/+15