summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-092-23/+15
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-093-8/+12
* Fix two more `#ifndef` for the linterJohn Ericson2019-07-091-2/+2
* Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh2019-07-093-32/+115
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-0967-1600/+1672
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-051-5/+27
* More sensible SrcSpans for recursive pattern synonym errors (#16900)Ryan Scott2019-07-051-6/+12
* Dont gather ticks when only striping them in STG.Andreas Klebinger2019-07-043-5/+11
* Fix over-eager implication constraint discardSimon Peyton Jones2019-07-043-5/+48
* Add a missing zonk (fixes #16902)Simon Peyton Jones2019-07-041-10/+22
* Produce all DerivInfo in tcTyAndClassDeclsVladislav Zavialov2019-07-044-48/+62
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-0329-209/+1017
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+2
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-022-17/+28
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-288-7/+28
* typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-271-1/+1
* Fix #16805 by formatting warning messagenineonine2019-06-271-6/+6
* Add -Wmissing-safe-haskell-mode warningOleg Grenrus2019-06-251-0/+10
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-254-11/+35
* Remove unused UniqSupply functionsÖmer Sinan Ağacan2019-06-251-42/+1
* Don't eta-expand unsaturated primopsBen Gamari2019-06-258-26/+131
* CoreToStg: Enable CAFfyness checking with -dstg-lintBen Gamari2019-06-251-2/+11
* [skip ci] Typo fix: b*ar*nches -> b*ra*nchesSiddharth Bhat2019-06-251-1/+1
* Simplify link_caf and mkForeignLabel functionsÖmer Sinan Ağacan2019-06-252-5/+3
* Fixes for LLVM 7Erik de Castro Lopo2019-06-244-11/+25
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-233-39/+108
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-1/+2
* linker: Disable code unloadingBen Gamari2019-06-211-1/+5
* 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