summaryrefslogtreecommitdiff
path: root/compiler/basicTypes
Commit message (Expand)AuthorAgeFilesLines
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-072-14/+14
* Track the order of user-written tyvars in DataConRyan Scott2017-10-033-61/+239
* Fix nasty bug in w/w for absence analysisSimon Peyton Jones2017-10-031-7/+9
* Fix #13391 by checking for kind-GADTsRichard Eisenberg2017-09-281-0/+2
* mkDataConRep: fix bug in strictness signature (#14290)Simon Marlow2017-09-281-1/+5
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1930-0/+59
* Model divergence of retry# as ThrowsExn, not DivergesBen Gamari2017-09-131-0/+1
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-13/+13
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* Remember the AvailInfo for each IEalexbiehl2017-09-051-1/+3
* Add debugPprTypeSimon Peyton Jones2017-08-313-7/+5
* Small refactoring of meta-tyvar cloningSimon Peyton Jones2017-08-291-1/+1
* Comments about GlobalRdrEnv shadowingSimon Peyton Jones2017-08-181-7/+36
* Remove unneeded uses of ImplicitParamsRyan Scott2017-08-021-1/+1
* Typofixes [ci skip]Gabor Greif2017-08-012-2/+2
* A bunch of typofixesGabor Greif2017-07-312-2/+2
* Typofixes [ci skip]Gabor Greif2017-07-301-1/+1
* Remove unnecessary GHC option from SrcLocSven Tennie2017-07-281-4/+0
* Fix instantiation of pattern synonymsSimon Peyton Jones2017-07-281-8/+46
* Fix binder visiblity for default methodsSimon Peyton Jones2017-07-261-1/+10
* Demand: Improve commentsBen Gamari2017-07-201-23/+26
* dmdAnal: Ensure that ExnStr flag isn't dropped inappropriatelyBen Gamari2017-07-191-2/+5
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-1/+4
* Typos in commentsRyan Scott2017-06-292-2/+2
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* Zap stable unfoldings in worker/wrapperSimon Peyton Jones2017-06-281-2/+7
* Use lengthIs and friends in more placesRyan Scott2017-06-024-9/+9
* Modern type signature style in UniqSetBartosz Nitka2017-05-291-3/+3
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-261-1/+56
* Extend ModuleSet with useful functionsBartosz Nitka2017-05-221-1/+19
* Modern type signature style in ModuleBartosz Nitka2017-05-191-9/+12
* Handle type-lets betterSimon Peyton Jones2017-05-172-4/+6
* Typos [ci skip]Gabor Greif2017-05-121-1/+1
* RnEnv refactoringMatthew Pickering2017-05-111-1/+6
* Typos [ci skip]Gabor Greif2017-05-101-1/+1
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-081-7/+55
* Typos in comments [ci skip]Gabor Greif2017-05-051-1/+1
* Remove unused tidyOccNames and update NoteJoachim Breitner2017-04-301-16/+7
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Re-engineer caseRules to add tagToEnum/dataToTagSimon Peyton Jones2017-04-281-0/+21
* Move dataConTagZ to DataConSimon Peyton Jones2017-04-281-2/+6
* Use intersect and minus instead of filterBartosz Nitka2017-04-171-1/+5
* Do Note [Improving seq] alwaysSimon Peyton Jones2017-04-071-39/+1
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-1/+2
* Stamp out space leaks from demand analysisReid Barton2017-04-011-1/+1
* unique: fix UNIQUE_BITS crosscompilation (Trac #13491)Sergei Trofimovich2017-03-292-4/+9
* Zap Call Arity info in the simplifierJoachim Breitner2017-03-281-1/+4
* Typos in comments (notes too) [ci skip]Gabor Greif2017-03-241-1/+1
* Typos in manual and commentsGabor Greif2017-03-141-1/+1