summaryrefslogtreecommitdiff
path: root/compiler/vectorise
Commit message (Expand)AuthorAgeFilesLines
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-1/+1
* Typos in commentsGabor Greif2016-01-271-1/+1
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-201-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-184-13/+14
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-1129-349/+370
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-251-3/+3
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-105/+107
* Generate Typeable info at definition sitesBen Gamari2015-10-303-5/+10
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-293-10/+5
* Generate Typeable info at definition sitesBen Gamari2015-10-293-5/+10
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-102-6/+13
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-7/+6
* Use a Representaional coercion for data familiesSimon Peyton Jones2015-06-262-2/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-183-5/+5
* Revert multiple commitsAustin Seipp2015-05-143-5/+5
* Refactor tuple constraintsSimon Peyton Jones2015-05-133-5/+5
* Refactor TyCon to eliminate TupleTyConSimon Peyton Jones2015-05-011-0/+7
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-075-4/+6
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-052-3/+3
* Improve HsBangSimon Peyton Jones2015-01-081-1/+1
* Remove references to SynTyCon. Fixes #9812Jan Stolarek2014-12-022-4/+5
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-292-4/+12
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-283-3/+3
* Split SynTyCon to SynonymTyCon and FamilyTyConJan Stolarek2014-11-201-2/+3
* Remove unused tyConsOfDataConSimon Peyton Jones2014-11-061-1/+1
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-13/+13
* Make buildToArrPReprs obey the let/app invariantSimon Peyton Jones2014-08-071-3/+8
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-06-061-3/+4
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-154-1/+7
* Better error message in vectoriserSimon Peyton Jones2014-05-081-1/+1
* Refactor buildClass and mkDictSelId a bit, to avoid the no_unf argumentSimon Peyton Jones2014-05-081-1/+0
* Fix the treatment of lexically scoped kind variables (Trac #8856)Simon Peyton Jones2014-03-071-1/+1
* Normalise the type when generating do-bind warnings (Trac #8470)Simon Peyton Jones2013-10-231-1/+2
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Move defaultClassMinimalDef from BuildTyCl to TcClassDclunknown2013-10-011-2/+2
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-0/+1
* Expose tcTyConsOfType as Types.tyConsOfTypeJoachim Breitner2013-09-131-2/+2
* Update email addressesGabor Greif2013-08-221-2/+2
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-2/+2
* Implement "roles" into GHC.Richard Eisenberg2013-08-026-8/+11
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-218-18/+12
* Make 'SPECIALISE instance' work againSimon Peyton Jones2013-05-301-13/+11
* DPH: free top-level variables don't prevent encapsulationManuel M T Chakravarty2013-02-191-3/+8
* Warning policeManuel M T Chakravarty2013-02-062-5/+0
* Vectoriser: merge fixManuel M T Chakravarty2013-02-061-1/+1
* Merge branch 'refs/heads/vect-avoid' into vect-avoid-mergeManuel M T Chakravarty2013-02-0614-1096/+1247
|\