summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Reject nested foralls/contexts in instance types more consistentlywip/T18240Ryan Scott2020-06-272-92/+280
* Don't generalize when typechecking a tuple sectionKrzysztof Gogolewski2020-06-276-35/+19
* DynFlags: don't store buildTagSylvain Henry2020-06-278-42/+39
* Better loop detection in findTypeShapeSimon Peyton Jones2020-06-273-34/+41
* Fix ghc-bignum exceptionsSylvain Henry2020-06-274-51/+47
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-278-298/+596
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-2619-192/+383
* GHC.Core.Unify: Make UM actions one-shot by defaultwip/oneshot-unifySebastian Graf2020-06-251-3/+83
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-252-27/+65
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-2557-143/+146
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-2565-537/+542
* Export everything from HsToCore.Zubin Duggal2020-06-251-2/+7
* Export readBinIface_Oleg Grenrus2020-06-251-0/+2
* Expunge GhcTcIdSimon Peyton Jones2020-06-2521-162/+160
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-251-0/+10
* Add missing entry to freeNamesItem (#18369)Krzysztof Gogolewski2020-06-231-2/+3
* Two small tweaks to Coercion.simplifyArgsWorkerSimon Peyton Jones2020-06-231-1/+5
* Fix a buglet in Simplify.simplCastSimon Peyton Jones2020-06-233-13/+21
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-231-17/+13
* LLVM: refactor and comment register padding code (#17920)Sylvain Henry2020-06-232-97/+97
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-234-74/+105
* Cmm: introduce SAVE_REGS/RESTORE_REGSSylvain Henry2020-06-234-13/+52
* Switch from HscSource to IsBootInterface for module lookup in GhcMakeJohn Ericson2020-06-231-14/+11
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-1815-86/+87
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-187-42/+44
* Update compilerSylvain Henry2020-06-1736-945/+939
* Various performance improvementsKrzysztof Gogolewski2020-06-1766-559/+612
* Linear types (#15981)Krzysztof Gogolewski2020-06-17162-1722/+4088
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+1
* Move CLabel assertions into smart constructors (#17957)Sylvain Henry2020-06-172-28/+32
* User's Guide: KnownNat evidence is NaturalVladislav Zavialov2020-06-151-4/+4
* Use foldl' in unionManyUniqDSetsSimon Jakobi2020-06-151-2/+2
* FFI: Fix pass small ints in foreign call wrappersPeter Trommler2020-06-142-6/+27
* codeGen: Don't discard live case binders in unsafeEqualityProof logicBen Gamari2020-06-141-1/+4
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-1412-3/+82
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-1323-293/+355
* Trim the demand for recursive product typesSimon Peyton Jones2020-06-133-213/+230
* Doc: fix some commentsSylvain Henry2020-06-131-58/+52
* NCGConfig: remove useless ncgUnitId fieldSylvain Henry2020-06-132-3/+0
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-135-18/+18
* Put database cache in UnitConfigSylvain Henry2020-06-131-43/+34
* Create helper upd_wired_in_home_instantiationsSylvain Henry2020-06-131-9/+17
* Move distrustAll into mkUnitStateSylvain Henry2020-06-131-13/+12
* DynFlags: add UnitConfig datatypeSylvain Henry2020-06-133-120/+182
* DynFlags: merge_databasesSylvain Henry2020-06-131-9/+11
* DynFlags: reportCycles, reportUnusableSylvain Henry2020-06-131-8/+8
* DynFlags: findWiredInUnitsSylvain Henry2020-06-131-6/+6
* Refactor and document closeUnitDepsSylvain Henry2020-06-131-30/+26
* Refactor and document add_packageSylvain Henry2020-06-131-25/+26
* DynFlags: make listVisibleModuleNames take a UnitStateSylvain Henry2020-06-131-3/+3