summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in Note [Quick Look for particular Ids]Viktor Dukhovni2021-06-231-1/+1
* [aarch64 NCG] Add better support for sub-word primopsMoritz Angermann2021-06-233-35/+150
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-233-7/+25
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-233-8/+7
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-231-21/+17
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-2218-74/+34
* Put tracing functions into their own moduleSylvain Henry2021-06-2258-492/+575
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-06-205-30/+43
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-203-14/+17
* Simplify pprLHsContextRyan Scott2021-06-192-8/+22
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-192-8/+15
* Fix naturalToFloat/DoubleSylvain Henry2021-06-192-11/+39
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-191-1/+2
* Fix type and strictness signature of fork#Simon Peyton Jones2021-06-191-1/+4
* Perf: fix appendFSSylvain Henry2021-06-191-2/+2
* Add comments explaining why #19833 is wrongSimon Peyton Jones2021-06-191-36/+45
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-181-1/+1
* Improve abstractVars quantification orderingSimon Peyton Jones2021-06-181-5/+11
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-186-104/+220
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-1/+1
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1
* Remove the backend correction logic, as it is already been fixed at this pointDivam2021-06-161-27/+2
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-165-52/+71
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-1621-80/+110
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-163-26/+13
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-102-31/+46
* Reword: representation instead of levitysheaf2021-06-1044-259/+289
* Fix redundant importSylvain Henry2021-06-101-1/+2
* Do not add unfoldings to lambda-bindersSimon Peyton Jones2021-06-105-88/+23
* FinderCache: Also cache file hashing in interface file checksMatthew Pickering2021-06-093-17/+39