summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new bot element to latticewip/andreask/infer_closuresAndreas Klebinger2021-07-274-71/+129
* Don't push cases out of lets for evaling field argumentsAndreas Klebinger2021-07-152-8/+8
* dumpIdInfoOfProgram: Be less verbose by defaultAndreas Klebinger2021-05-123-8/+9
* WIP: Make CI happyAndreas Klebinger2021-05-122-5/+7
* Don't use dataConRuntimeRepStrictness on levity-polymorphic constructors.Andreas Klebinger2021-05-124-7/+39
* Fix LitRubbish being applied to values.Andreas Klebinger2021-05-121-7/+11
* Properly detect strictness marksAndreas Klebinger2021-05-124-34/+41
* Tag inferrence work.Andreas Klebinger2021-05-1245-211/+1748
* Dirty #19766 workaroundAndreas Klebinger2021-05-121-0/+1
* Hadrian: add comment to avoid surprisesSylvain Henry2021-05-111-2/+2
* rts: Remove trailing whitespace from Adjustor.cMatthew Pickering2021-05-111-32/+32
* hadrian: Don't always links against libffiMatthew Pickering2021-05-111-2/+1
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-115-49/+101
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-116-5/+15
* Fix strictness and arity info in SpecConstrSimon Peyton Jones2021-05-117-77/+215
* Document unfolding treatment of simplLamBndr.Andreas Klebinger2021-05-111-3/+5
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-114-0/+57
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-119-16/+72
* Minor refactoring in WorkWrapSimon Peyton Jones2021-05-111-15/+7
* Expand Note [Data con representation].Andreas Klebinger2021-05-111-4/+30
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-097-8/+24
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-081-119/+82
* Fix newtype eta-reductionSimon Peyton Jones2021-05-078-18/+130
* rts: Correctly call pthread_setname_np() on NetBSDPHO2021-05-074-5/+34
* rts/posix/OSThreads.c: Implement getNumberOfProcessors() for NetBSDPHO2021-05-071-6/+19
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-0729-387/+707
* [ci] Default values for CI_COMMIT_BRANCH, CI_PROJECT_PATHMoritz Angermann2021-05-071-2/+2
* [darwin] stop the DYLD_LIBRARY_PATH madnessMoritz Angermann2021-05-071-5/+2
* [ci/nix-shell] uniquify NIX_LDFLAGS{_FOR_TARGET}Moritz Angermann2021-05-071-1/+11
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-05-071-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-05-071-1/+2
* [ci/nix-shell] [Darwin] Stop the ld warnings about libiconv.Moritz Angermann2021-05-071-0/+3
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-05-071-2/+6
* [ci/nix-shell] Add Foundation and SecurityMoritz Angermann2021-05-071-3/+3
* [testsuite] filter out superfluous dylib warningsMoritz Angermann2021-05-071-3/+18
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-05-071-10/+10
* [Aarch64] No div-by-zero; disable test.Moritz Angermann2021-05-071-0/+5
* [testsuite/darwin] fix conc059Moritz Angermann2021-05-071-0/+2
* [ci] Default value for MAKE_ARGSMoritz Angermann2021-05-071-2/+2
* [ci] default value for CONFIGURE_ARGSMoritz Angermann2021-05-071-1/+1
* [testlib/driver] denoiseMoritz Angermann2021-05-072-6/+11
* [ci] Add support for building on aarch64-darwinMoritz Angermann2021-05-073-29/+265
* 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