summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Better sharing of join points (#19996)wip/T19557Simon Peyton Jones2021-07-192-29/+92
* Add Word64#/Int64# primopsSylvain Henry2021-07-1512-33/+623
* Additional constant-folding rule for binary AND/ORSylvain Henry2021-07-151-10/+51
* Don't panic on 'no skolem info' and add failing testswip/no-skolem-panicZubin Duggal2021-07-132-3/+23
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-07-133-18/+36
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-127-106/+198
* Don't return unitExpr in dsWhenNoErrssheaf2021-07-104-26/+94
* Avoid unsafePerformIO for getProgNameSylvain Henry2021-07-093-19/+10
* Add TcRnIllegalWildcardsInConstructor to TcRnMessageAlfredo Di Napoli2021-07-093-7/+18
* Remove redundant patSigErrAlfredo Di Napoli2021-07-091-16/+0
* Add TcRnCharLiteralOutOfRange to TcRnMessageAlfredo Di Napoli2021-07-093-6/+18
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-093-6/+21
* Add TcRnDuplicateFieldName to TcRnMessageAlfredo Di Napoli2021-07-093-16/+31
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-093-3/+37
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-094-7/+27
* Add TcRnEmptyRecordUpdate to TcRnMessageAlfredo Di Napoli2021-07-093-4/+18
* Add TcRnIllegalPatSynDecl to TcRnMessageAlfredo Di Napoli2021-07-093-4/+23
* Add TcRnSimplifierTooManyIterations to TcRnMessageAlfredo Di Napoli2021-07-095-6/+33
* Add the TcRnDuplicateWarningDecls to TcRnMessageAlfredo Di Napoli2021-07-093-8/+20
* Add the TcRnShadowedName constructor to TcRnMessageAlfredo Di Napoli2021-07-093-16/+46
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-086-28/+27
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-0711-1929/+1898
* Fix #19889 - Invalid BMI2 instructions generated.wip/andreask/bim-fixAndreas Klebinger2021-07-062-24/+26
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-061-1/+1
* Use target platform in guessOutputFileSylvain Henry2021-07-061-2/+3
* Arity: Handle shadowing properlySebastian Graf2021-07-021-9/+51
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-024-42/+60
* One-shot changes (#20008)Simon Peyton Jones2021-07-022-0/+21
* float out some docstrings and comment some function parametersMarco Zocca2021-07-011-10/+27
* [Parser: Lexer] Fix !6132Moritz Angermann2021-07-011-1/+2
* Dynflags: introduce DiagOptsSylvain Henry2021-07-0122-202/+281
* Remove useless .hs-bootSylvain Henry2021-07-0117-40/+2
* Make withException use SDocContext instead of DynFlagsSylvain Henry2021-07-014-9/+14
* Use HsExpansion for overloaded list patternssheaf2021-06-2916-235/+414
* Demand: Better representation (#19050)Sebastian Graf2021-06-292-186/+351
* Fix type and strictness signature of forkOn#Ryan Scott2021-06-281-1/+5
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-2848-788/+1259
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-271-1/+1
* Inliner: Regard LitRubbish as TrivArg and not ConLikeSebastian Graf2021-06-272-2/+7
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-272-75/+69
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-272-195/+166
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-2714-59/+68
* Tc: Allow Typeable in quantified constraintsJakob Brünker2021-06-271-0/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-06-261-3/+3
* driver: Add implicit package dependencies for template-haskell packageMatthew Pickering2021-06-253-4/+21
* Suggest similar names when reporting types in terms (#19978)Vladislav Zavialov2021-06-251-25/+33
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-251-1/+1
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-06-241-1/+1
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-244-23/+14
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-241-1/+3