summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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-201-4/+5
* Remove TODO in HsExprMatthew Pickering2019-01-201-1/+0
* Mention DerivingStrategies in the warning when DAC and GND are both enabledChaitanya Koparkar2019-01-201-1/+4
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-1815-11/+36
* Fix typo in DsExprwip/ds-expr-typoMatthew Pickering2019-01-181-1/+1
* 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
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-162-1/+45
* Create folder if missing for .hie filesAlec Theriault2019-01-161-3/+5
* PPC NCG: Refactor stack allocation codePeter Trommler2019-01-162-26/+15
* Change comments as requested by code review. #10857Roland Senn2019-01-161-1/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-0/+17
* @simonpj's suggested refactorRyan Scott2019-01-151-36/+71
* Control validity-checking of type synonym applications more carefullyRyan Scott2019-01-151-56/+185
* Fix #16116 by removing badAssocRhsRyan Scott2019-01-151-15/+15
* Fix #16114 by adding a validity check to rnClsInstDeclRyan Scott2019-01-152-13/+20
* PPC NCG: Reduce memory consumption emitting string literalsPeter Trommler2019-01-134-66/+55
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-135-41/+66
* Don't invoke dataConSrcToImplBang on newtypesRyan Scott2019-01-121-7/+41
* More minor comment improvementsRichard Eisenberg2019-01-112-12/+8
* Run typed splices in the zonkerMatthew Pickering2019-01-1110-44/+183
* Be pickier about unsaturated synonyms in :kindRyan Scott2019-01-084-11/+62
* Check that libs found by GCC aren't foldersAlec Theriault2019-01-071-1/+2
* Fix #16133 by checking for TypeApplications in rnExprRyan Scott2019-01-064-9/+16
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Add -Wmissing-deriving-strategieschessai2019-01-063-1/+28
* Dump Cmm with -ddump-cmm when building .cmm filesÖmer Sinan Ağacan2019-01-051-0/+1
* Fix some typos, etc., in comments.Richard Eisenberg2019-01-032-6/+9
* Visible kind applicationmynguyen2019-01-0323-526/+889
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-019-241/+47
* PPC NCG: Simple 64-bit condition code on 32-bitPeter Trommler2018-12-301-3/+48
* rebindable-clash-warning-fix : correct warning logicShayne Fletcher2018-12-281-1/+1
* Simplify Core output with -dsuppress-type-signaturesÖmer Sinan Ağacan2018-12-241-1/+7
* LoadIface: Fix another CPP/Clang issueBen Gamari2018-12-221-1/+1
* TcRnDriver: Fix haddock-like commentBen Gamari2018-12-211-6/+6
* remove optionGabor Greif2018-12-211-1/+0
* Fix treatment of hi-boot files and dfunsSimon Peyton Jones2018-12-214-194/+253
* Tiny refactor to tcExtendRecEnvSimon Peyton Jones2018-12-211-2/+7
* Comments onlySimon Peyton Jones2018-12-212-11/+17
* Make candidateQTvs contain tyvar with zonked kindsSimon Peyton Jones2018-12-211-68/+82
* Fix #16002 by moving a validity check to the renamerRyan Scott2018-12-202-23/+43