summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-29Makes Lint less chatty:wip/T17415Simon Peyton Jones
2019-10-29Revert "Replace freebsd-gnueabihf with freebsd"Ben Gamari
2019-10-29Don't substitute GccVersion variableBen Gamari
2019-10-29base: Split up file locking implementationBen Gamari
2019-10-29base: Fix open-file lockingBen Gamari
2019-10-29hadrian: Drop -Werror=unused-but-set-variable from GHC flagsBen Gamari
2019-10-29hadrian: Shuffle around RTS build flagsBen Gamari
2019-10-29hadrian: Define NOSMP when building rts unregisterisedBen Gamari
2019-10-29hadrian: Define USE_LIBFFI_FOR_ADJUSTORS when necessaryBen Gamari
2019-10-29gitlab-ci: Factor out Linux Hadrian validation logicBen Gamari
2019-10-29gitlab-ci: Use Hadrian for unregisterised jobBen Gamari
2019-10-29MkIface: Remove redundant parameter and outdated comments from addFingerprintsÖmer Sinan Ağacan
2019-10-29HscMain: Move a comment closer to the relevant siteÖmer Sinan Ağacan
2019-10-29Remove unused DynFlags arg of lookupIfaceByModuleÖmer Sinan Ağacan
2019-10-29Return ModIface in compilation pipeline, remove IORef hack for generating Mod...Ömer Sinan Ağacan
2019-10-29Refactor HscRecomp constructors:Ömer Sinan Ağacan
2019-10-29testsuite: Fix quoting of $(TEST_HC) in T12674Ben Gamari
2019-10-29linters: Add linter to catch unquoted use of $(TEST_HC)Ben Gamari
2019-10-29linters: Add mode to lint given set of filesBen Gamari
2019-10-29Use `not#` primitive to implement Word's complementSylvain Henry
2019-10-29users-guide: Add some new features and fix warnings for GHC 8.10Takenobu Tani
2019-10-29users-guide: Fix :since: for -xn flagTakenobu Tani
2019-10-28Better arity for join pointsSimon Peyton Jones
2019-10-28Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf
2019-10-28Attach API Annotations for {-# SOURCE #-} import pragmaAlan Zimmerman
2019-10-28Refactor TcDeriv to validity-check less in anyclass/via deriving (#13154)Ryan Scott
2019-10-28Fix #15344: use fail when desugaring applicative-doJosef Svenningsson
2019-10-27hadrian: Silence output from Support SMP checkBen Gamari
2019-10-27Parenthesize nullary constraint tuples using sigPrec (#17403)Ryan Scott
2019-10-27Remove documented flags from expected-undocumented-flags.txtLuke Lau
2019-10-27Add back documentation for deprecated -Whi-shadowingLuke Lau
2019-10-27Fix path to ghc-flags in users guide Hadrian rulesLuke Lau
2019-10-27Remove unused importLuke Lau
2019-10-27Fix RankNTypes :ghc-flag: in users guideLuke Lau
2019-10-26Remove redundant -fno-cse optionsÖmer Sinan Ağacan
2019-10-26rts: Fix ARM linker includesBen Gamari
2019-10-26Enable PDF documentationBen Gamari
2019-10-26testsuite: Skip regalloc_unit_tests unless have_ncgBen Gamari
2019-10-26gitlab-ci: Produce ARMv7 binary distributionsBen Gamari
2019-10-26hadrian: point link to ghc gitlabAdam Sandberg Eriksson
2019-10-26Fix #14690 - :steplocal panics after break-on-errorRoland Senn
2019-10-26Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin
2019-10-25gitlab-ci: Run check-uniques during lint jobBen Gamari
2019-10-25configure: Drop GccLT46Ben Gamari
2019-10-25aclocal: A bit of reformattingBen Gamari
2019-10-25Make documentation for byteSwap16 consistent with byteSwap32 (impl is same, w...Brian Wignall
2019-10-25testsuite: Use fragile modifier in TH_foreignInterruptibleBen Gamari
2019-10-25testsuite: Mark T13786 as fragile in unreg buildBen Gamari
2019-10-25hadrian/ci: run testsuite against a freshly produced and installed bindistAlp Mestanogullari
2019-10-25Make Hadrian use -dynamic-too in the basic caseJames Foster