summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-218-164/+323
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-194-76/+21
* Move 'Platform' to ghc-bootJohn Ericson2019-06-1980-269/+78
* Comments and tiny refactorSimon Peyton Jones2019-06-193-24/+33
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-1910-120/+140
* Fix two places that failed the substitution invariantSimon Peyton Jones2019-06-192-6/+5
* Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-195-133/+118
* 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-181-1/+2
* SafeHaskell: Don't throw -Wsafe warning if module is declared SafeBen Gamari2019-06-181-1/+3
* Use TupleSections in CmmParse.y, simplify a few exprsÖmer Sinan Ağacan2019-06-161-26/+28
* Remove dead codeKrzysztof Gogolewski2019-06-155-58/+4
* Synchronize ClsInst.doTyConApp with TcTypeable validity checks (#15862)Ryan Scott2019-06-154-35/+51
* Fix typo in error messageAiken Cairncross2019-06-151-1/+1
* Remove duplicates from 'ghc --info' outputAlp Mestanogullari2019-06-141-5/+0
* PrelRules: Don't break let/app invariant in shiftRuleBen Gamari2019-06-143-3/+46
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-1420-150/+608
* Add Outputable instances for Float, Double.Andreas Klebinger2019-06-131-0/+6
* Remove unused Unique field from StgFCallOpÖmer Sinan Ağacan2019-06-134-13/+9
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-137-34/+39
* PrelRules: Ensure that string unpack/append rule fires with source notesBen Gamari2019-06-131-11/+18
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-1245-197/+112
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-119-19/+30
* Warn about unused packagesYuras Shumovich2019-06-112-2/+72
* Comments only: document newtypes' DataConWrapIdRichard Eisenberg2019-06-101-0/+20
* Print role annotations in TemplateHaskell brackets (#16718)Vladislav Zavialov2019-06-101-0/+1
* Remove CPP ensuring word size is 32 or 64 bits around Addr# <-> int# primopsJohn Ericson2019-06-091-2/+0
* Comments only: document tcdDataCusk better.Richard Eisenberg2019-06-091-0/+5
* Do not report error if Name in pragma is unboundnineonine2019-06-091-1/+4
* Fix #16517 by bumping the TcLevel for method sigsRichard Eisenberg2019-06-099-87/+144
* Handle trailing path separator in package DB names (#16360)Kevin Buhr2019-06-091-2/+4
* Small refactorings in ExtractDocsSimon Jakobi2019-06-091-34/+31
* Introduce log1p and expm1 primopschessai2019-06-098-0/+50
* Remove trailing whitespaceMatthew Pickering2019-06-087-11/+11
* Pass preprocessor options to C compiler when building foreign C files (#16737)Zejun Wu2019-06-071-4/+12
* Preserve ShadowInfo when rewriting evidenceSimon Peyton Jones2019-06-072-17/+40
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-071-40/+3
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+2
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-0710-546/+592
* [skip ci] Improve the documentation of the CNF primops. In this context, the ...Andrew Martin2019-06-071-23/+40
* Add GHCi :instances commandXavier Denis2019-06-045-4/+184
* Use a better strategy for determining the offset applied to foreign function ...Andrew Martin2019-06-045-45/+139
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-011-1/+4
* Fix space leaks in dynLoadObjs (#16708)Ryan Scott2019-05-311-7/+7
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-311-6/+8
* Fix and enforce validation of header for .hie filesZubin Duggal2019-05-315-28/+134
* Put COMPLETE sigs into ModDetails with -fno-code (#16682)Ryan Scott2019-05-311-14/+15
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-311-2/+26
* Expose doCppNeil Mitchell2019-05-311-0/+1
* Use types already in AST when making .hie fileMatthew Pickering2019-05-311-1/+3