summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expand Note [Data con representation].wip/andreask/document_dataConRepAndreas Klebinger2021-05-101-4/+30
* Improve hs-boot binds error (#19781)sheaf2021-05-037-10/+52
* visually align expected and actual modules nameiori tsu2021-05-033-3/+3
* Disable HLint coloursHécate Moonlight2021-05-031-2/+3
* Remove duplicate modules in GHCi %s promptPhilipp Dargel2021-05-031-1/+1
* pe: enable code unloading for WindowsTamar Christina2021-05-032-6/+3
* Update documentation of 'Weak'bit2021-05-031-8/+7
* Move shift ops out of GHC.BaseSylvain Henry2021-05-033-66/+72
* Use fix-sized bit-fiddling primops for fixed size boxed typesJohn Ericson2021-05-033-80/+145
* 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