summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add test case for #8144Harry Garrood harry@garrood.me2021-05-035-0/+26
* Make sized division primops ok-for-spec (#19026)Sylvain Henry2021-04-302-14/+47
* Bring tcTyConScopedTyVars into scope in tcClassDecl2Ryan Scott2021-04-308-30/+112
* Hadrian: build check-* with -Wall/-WerrorSylvain Henry2021-04-301-1/+1
* Fix genprimopcode warningSylvain Henry2021-04-301-1/+1
* Make GHC.Runtime.Interpreter independent of GHC.DriverSylvain Henry2021-04-309-32/+36
* Interpreter: replace DynFlags with EvalOpts/BCOOptsSylvain Henry2021-04-304-45/+68
* Tighten scope of non-POSIX visibility macrosViktor Dukhovni2021-04-304-15/+34
* rts: export allocateWrite, freeWrite and markExec #19763Adam Sandberg Ericsson2021-04-291-0/+10
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-2955-818/+789
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-04-293-1/+27
* Expand synonyms in mkCastTy when necessaryRyan Scott2021-04-293-20/+72
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-2925-135/+437
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-2988-653/+1333
* Fix inlining of division wrappersSylvain Henry2021-04-291-0/+18
* Make divModInt# branchlessSylvain Henry2021-04-292-24/+69
* Allow divInt#/modInt# to inline (#18067)Sylvain Henry2021-04-291-2/+2
* Refactor modInt# to make it branchlessSylvain Henry2021-04-291-7/+59
* Refactor divInt# to make it branchless (#18067, #19636)Sylvain Henry2021-04-291-9/+68
* 19079 DerivingVia: incorrectly accepts deriving via types with differing runt...Sasha Bogicevic2021-04-271-3/+5
* fix #19736Daniel Rogozin2021-04-276-6/+24
* Introduce -ddump-verbose-inliningsBen Gamari2021-04-274-6/+15
* Pretty-print HsArgPar applications correctly (#19737)Ryan Scott2021-04-276-16/+88
* Add documentation for GHC.Exts.sortWithiori tsu2021-04-271-0/+5
* docs: add a short up-front description for -O, -n, -qn, -I and -IwAdam Sandberg Ericsson2021-04-261-10/+19
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-269-22/+27
* rts/m32: Fix bounds checkBen Gamari2021-04-261-2/+3
* Add GHC.Utils.Error.pprMessagesRafal Gwozdzinski2021-04-264-3/+8
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-2623-222/+524
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-04-262-4/+3
* users guide: Various other cleanupsBen Gamari2021-04-262-10/+26
* users-guide: Document deprecation of -funfolding-keeness-factorBen Gamari2021-04-263-1/+16
* testsuite: Add test for #19645Ben Gamari2021-04-263-0/+31
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-264-36/+81
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-262-1/+11
* Parser: Unbox `ParseResult`Sebastian Graf2021-04-261-14/+26
* Rename references to Note [Trees That Grow] consistently [skip ci]wip/amg/rename-ttg-notesAdam Gundry2021-04-236-12/+18
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-226-11/+22
* Block signals in the ticker threadViktor Dukhovni2021-04-221-1/+21
* Add background note in elf_tlsgd.c.Viktor Dukhovni2021-04-226-23/+173
* Support R_X86_64_TLSGD relocation on FreeBSDViktor Dukhovni2021-04-225-4/+170
* Move 'nextWrapperNum' into 'DsM' and 'TcM'Fendor2021-04-227-22/+34
* driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-225-8/+59
* Fix occAnalAppSimon Peyton Jones2021-04-201-5/+13
* Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-2017-334/+639
* Worker/wrapper: Consistent namesSebastian Graf2021-04-2010-19/+19
* Refactor around `wantToUnbox`Sebastian Graf2021-04-204-82/+70
* Factor out DynFlags from WorkWrap.UtilsSebastian Graf2021-04-206-112/+148
* EPA: cleanups after the mergeAlan Zimmerman2021-04-1935-1123/+884
* Enable tables next to code for riscv64Andreas Schwab2021-04-193-2/+32