summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix newtype eta-reductionwip/T19739Simon Peyton Jones2021-05-068-18/+130
* hadrian: Don't depend upon bash from PATHBen Gamari2021-05-066-7/+30
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-064-1/+23
* Bump binary submoduleBen Gamari2021-05-061-0/+0
* rts/posix/GetTime.c: Use Solaris-specific gethrvtime(3) on OpenSolaris deriva...PHO2021-05-061-0/+10
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-069-64/+88
* 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini...Sasha Bogicevic2021-05-067-10/+17
* Use fix-sized arithmetic primops for fixed size boxed typesJohn Ericson2021-05-063-108/+239
* Re-introduce Note [keepAlive# magic]Ben Gamari2021-05-063-1/+148
* Add an .editorconfig fileHécate Moonlight2021-05-051-0/+14
* support LiftedRep and UnliftedRep in GHCi FFILuite Stegeman2021-05-054-17/+44
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-056-21/+23
* test driver: Make sure RESIDENCY_OPTS is passed for 'all' perf testsMatthew Pickering2021-05-053-13/+34
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-058-106/+270
* configure: Move libdw search logic to macroBen Gamari2021-05-052-53/+58
* configure: Move libnuma check to macroBen Gamari2021-05-052-57/+61
* configure: Move pthreads checks to macroBen Gamari2021-05-052-95/+102
* Break up aclocal.m4Ben Gamari2021-05-0569-2742/+2640
* Persist CorePrepProv into IfaceUnivCoProvSimon Peyton Jones2021-05-0416-63/+84
* Tweak function `quantifyType` to fix #12449Roland Senn2021-05-049-38/+75
* 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