summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SetLevels: Don't float out of runRW# and keepAlive# appswip/with2-primopBen Gamari2020-04-191-1/+7
* CorePrep: Admit nested runRW# applicationsBen Gamari2020-04-191-3/+7
* CorePrep: Catch unexpected runRW# applicationsBen Gamari2020-04-181-0/+4
* XXX: Don't apply Note [dodgy unsafeCoerce 1]Ben Gamari2020-04-181-0/+1
* Desugar: Eta expand runRW# continuationBen Gamari2020-04-181-0/+4
* Remove state token from keepAlive#Ben Gamari2020-04-188-59/+34
* XXX: CoreLint: Relax tail call restriction on join pointsBen Gamari2020-04-181-3/+1
* lintJoinLams look through castsBen Gamari2020-04-181-10/+21
* XXX: Eta expandBen Gamari2020-04-183-3/+3
* Fix CoreLintBen Gamari2020-04-181-2/+12
* XXX: TracingBen Gamari2020-04-173-10/+20
* Fix warningsBen Gamari2020-04-171-6/+2
* Beta reduce state tokenBen Gamari2020-04-171-2/+7
* Fix warningBen Gamari2020-04-171-1/+1
* Lint changesBen Gamari2020-04-171-8/+9
* Core Lint logic for keepAlive#Ben Gamari2020-04-161-0/+13
* Fix shadowingBen Gamari2020-04-161-2/+2
* Lint: Fix shadowingBen Gamari2020-04-151-2/+2
* StmToCmm errorBen Gamari2020-04-161-1/+1
* Fix STG lintBen Gamari2020-04-161-0/+2
* Work in progress on runRW#Simon Peyton Jones2020-04-154-20/+49
* Add debug output to getCallMethodBen Gamari2020-04-151-2/+2
* Fix itBen Gamari2020-04-152-7/+13
* Fix return typeBen Gamari2020-04-151-6/+10
* Add testsBen Gamari2020-04-154-0/+41
* Adapt to Simon's simplifier approachBen Gamari2020-04-153-39/+33
* It workswip/with2Ben Gamari2020-04-153-7/+13
* Fix itBen Gamari2020-04-155-11/+25
* Use with#Ben Gamari2020-04-154-61/+33
* ThingsBen Gamari2020-04-155-8/+78
* Rename to keepAlive#Ben Gamari2020-04-143-20/+20
* Introduce with#Ben Gamari2020-04-143-6/+68
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-126-4/+355
* hadrian: Don't --export-dynamic on DarwinBen Gamari2020-04-122-1/+14
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-1212-23/+297
* Implement extensible interface filesJosh Meredith2020-04-128-8/+224
* Significant refactor of LintSimon Peyton Jones2020-04-124-518/+577
* testsuite: Fix comment for a language extensionTakenobu Tani2020-04-121-2/+2
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-103-7/+14
* Hadrian: fix --summarySylvain Henry2020-04-091-1/+1
* DmdAnal: No need to attach a StrictSig to DataCon workersSebastian Graf2020-04-095-33/+28
* Special case `isConstraintKindCon` on `AlgTyCon`Sebastian Graf2020-04-093-4/+11
* Add an example to liftIO and explain its purposeHécate2020-04-091-0/+34
* Rts: show errno on failure (#18033)Sylvain Henry2020-04-091-5/+5
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-099-13/+105
* iserv: Don't pass --export-dynamic on FreeBSDBen Gamari2020-04-091-1/+2
* hadrian: Use --export-dynamic when linking iservBen Gamari2020-04-091-0/+8
* Handle promoted data constructors in typeToLHsType correctlyRyan Scott2020-04-084-23/+28
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-0757-693/+106