summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SetLevels: Don't set context level when floating caseswip/T16978Ben Gamari2019-11-074-5/+53
* Update Note references -- comments onlyRichard Eisenberg2019-11-021-2/+2
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-0212-77/+61
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-015-13/+74
* doc: Fix backticksNiklas Hambüchen2019-11-011-1/+1
* Make CSE delay inlining lessSimon Peyton Jones2019-11-018-12/+72
* testsuite: Add test for #17423Ben Gamari2019-11-012-0/+38
* hadrian: Make runtest invocation consistency with MakeBen Gamari2019-11-011-8/+9
* template-haskell: require at least 1 GADT constructor name (#17379)Adam Sandberg Eriksson2019-11-016-0/+32
* Describe optimisation of demand analysis of noinlineBen Gamari2019-11-011-0/+8
* testsuite: Make ExplicitForAllRules1 more robustBen Gamari2019-11-012-11/+15
* base: Ensure that failIO isn't SOURCE importedBen Gamari2019-11-014-9/+18
* Fix a bad error in tcMatchTySimon Peyton Jones2019-11-011-4/+28
* Add another test for #17267Simon Peyton Jones2019-11-013-0/+41
* Makes Lint less chatty:Simon Peyton Jones2019-11-011-11/+13
* rts: Make m32 allocator per-ObjectCodeBen Gamari2019-11-017-53/+83
* mmap: Factor out protection flagsBen Gamari2019-11-011-4/+3
* Fix running of ratio test casetaylorfausak2019-11-011-1/+1
* Add tests for rounding ratiostaylorfausak2019-11-012-0/+42
* Fix rounding around 0taylorfausak2019-11-011-6/+9
* Implement `round` for `Ratio` that doesn't explode with `Natural`staylorfausak2019-11-011-0/+7
* base: Various haddock fixesBen Gamari2019-10-312-5/+5
* testsuite: Add test for #17414Ben Gamari2019-10-312-0/+20
* base: Clamp IO operation size to 2GB on DarwinBen Gamari2019-10-311-4/+17
* Remove redundant 0s in ghc-heap pointer stringsÖmer Sinan Ağacan2019-10-311-3/+1
* gitlab-ci: Fix the ARMv7 tripleBen Gamari2019-10-301-1/+1
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-3016-47/+27
* rts: More aarch64 header fixesBen Gamari2019-10-305-7/+10
* Interpreter: initialize arity fields of AP_NOUPDsÖmer Sinan Ağacan2019-10-291-4/+4
* gitlab-ci: Fix binary distribution testingBen Gamari2019-10-291-20/+20
* Don't include settings file in binary distributionBen Gamari2019-10-291-1/+1
* gitlab-ci: Use pxz to compress binary distributionsBen Gamari2019-10-292-1/+2
* distrib: Fix binary distribution installationBen Gamari2019-10-293-4/+6
* Revert "Replace freebsd-gnueabihf with freebsd"Ben Gamari2019-10-293-4/+8
* Don't substitute GccVersion variableBen Gamari2019-10-292-4/+2
* base: Split up file locking implementationBen Gamari2019-10-298-284/+352
* base: Fix open-file lockingBen Gamari2019-10-292-19/+40
* hadrian: Drop -Werror=unused-but-set-variable from GHC flagsBen Gamari2019-10-291-3/+1
* hadrian: Shuffle around RTS build flagsBen Gamari2019-10-291-10/+19
* hadrian: Define NOSMP when building rts unregisterisedBen Gamari2019-10-296-15/+54
* hadrian: Define USE_LIBFFI_FOR_ADJUSTORS when necessaryBen Gamari2019-10-291-0/+2
* gitlab-ci: Factor out Linux Hadrian validation logicBen Gamari2019-10-291-3/+6
* gitlab-ci: Use Hadrian for unregisterised jobBen Gamari2019-10-291-7/+7
* MkIface: Remove redundant parameter and outdated comments from addFingerprintsÖmer Sinan Ağacan2019-10-291-8/+8
* HscMain: Move a comment closer to the relevant siteÖmer Sinan Ağacan2019-10-291-4/+4
* Remove unused DynFlags arg of lookupIfaceByModuleÖmer Sinan Ağacan2019-10-296-17/+12
* Return ModIface in compilation pipeline, remove IORef hack for generating Mod...Ömer Sinan Ağacan2019-10-294-97/+114
* Refactor HscRecomp constructors:Ömer Sinan Ağacan2019-10-293-47/+45
* testsuite: Fix quoting of $(TEST_HC) in T12674Ben Gamari2019-10-291-2/+2
* linters: Add linter to catch unquoted use of $(TEST_HC)Ben Gamari2019-10-291-4/+16