summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Provide Uniquable version of SCCBartosz Nitka2016-06-2317-47/+135
* Have Core linter accept programs using StaticPointers and -fhpc.Facundo Domínguez2016-06-231-1/+1
* Narrow the use of record wildcards slightlySimon Peyton Jones2016-06-231-16/+23
* Narrow the warning for simplifiable constraintsSimon Peyton Jones2016-06-231-6/+14
* Remove unused importSimon Peyton Jones2016-06-231-1/+0
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-2310-22/+28
* Expand given superclasses more eagerlySimon Peyton Jones2016-06-225-45/+76
* Remove unused arg to tcSuperClassesSimon Peyton Jones2016-06-221-5/+4
* Improve error message in deriving( Functor )Simon Peyton Jones2016-06-221-3/+10
* Comments onlySimon Peyton Jones2016-06-221-1/+0
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-222-33/+97
* More typos in comments [skip ci]Gabor Greif2016-06-2212-13/+13
* Typos in comments [skip ci]Gabor Greif2016-06-225-6/+6
* Hopefully fix all the rebase-induced breakageSimon Marlow2016-06-221-1/+1
* Fix build breakage due to rebaseSimon Marlow2016-06-221-1/+1
* Second attempt to fix sizeExprSimon Marlow2016-06-222-30/+163
* Make checkFamInstConsistency less expensiveBartosz Nitka2016-06-211-17/+15
* Delete commented-out codeSimon Peyton Jones2016-06-211-30/+0
* Don't quantify over Refl in a RULESimon Peyton Jones2016-06-211-6/+29
* Typos in commentsGabor Greif2016-06-213-3/+3
* ApplicativeDo: allow "return $ e"Simon Marlow2016-06-201-9/+13
* llvmGen: Add strictness to metadata fieldsBen Gamari2016-06-191-5/+5
* PPC NCG: Fix and refactor TOC handling.Peter Trommler2016-06-191-28/+28
* PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler2016-06-192-7/+22
* Fix trac #10647: Notice about lack of SIMD supportSeraphime Kirkovski2016-06-191-1/+3
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-191-3/+4
* Refactor derived Generic instances to reduce allocationsRyan Scott2016-06-191-6/+77
* VarEnv: Comment onlyÖmer Sinan Ağacan2016-06-181-1/+1
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-181-1/+1
* llvmGen: Consolidate MetaExpr pretty-printingBen Gamari2016-06-182-13/+5
* llvmGen: Make metadata ids a newtypeBen Gamari2016-06-185-20/+30
* CmmNode: Make CmmTickScope's Unique strictBen Gamari2016-06-181-1/+1
* CoreLint: Slightly improve case type annotation error msgsÖmer Sinan Ağacan2016-06-171-1/+3
* Remove dead code: countOnce, countManyJoachim Breitner2016-06-171-7/+1
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-172-1/+30
* CoreMonad: Update error msg function docsÖmer Sinan Ağacan2016-06-161-4/+4
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-1548-922/+1039
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-1567-956/+947
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-151-59/+25
* Simplify readProcessEnvWithExitCode + set LANGUAGE=CThomas Miedema2016-06-141-39/+13
* Rename cmpType to nonDetCmpTypeBartosz Nitka2016-06-145-35/+45
* Adjust error message slightlySimon Peyton Jones2016-06-141-2/+2
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-131-25/+59
* Use UniqFM for SigOfBartosz Nitka2016-06-131-4/+5
* Kill unused foldModuleEnvBartosz Nitka2016-06-131-4/+1
* Remove some traceTc callsSimon Peyton Jones2016-06-131-4/+1
* Beef up isPredTySimon Peyton Jones2016-06-131-7/+22
* Fix the in-scope set for extendTvSubstWithCloneSimon Peyton Jones2016-06-132-2/+9
* Beef up mkNakedCastTySimon Peyton Jones2016-06-131-1/+7
* Move the constraint-kind validity checkSimon Peyton Jones2016-06-132-21/+9