summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Accept new testsuite resultswip/T17676Sebastian Graf2020-03-2517-52/+128
* Assume that precise exceptions can only be thrown from IOSebastian Graf2020-03-252-23/+75
* CommentsSebastian Graf2020-03-192-29/+65
* Rename isBot* to isDeadEnd*Sebastian Graf2020-03-1917-42/+42
* Accept a bunch of testcase changesSebastian Graf2020-03-1912-101/+108
* Add strictness signature for a bunch of wired in IdsSebastian Graf2020-03-191-7/+11
* typoSebastian Graf2020-03-191-1/+1
* A bunch of fixes involving the new Divergence latticeSebastian Graf2020-03-196-75/+103
* More pondering over the can of worms I openedSebastian Graf2020-03-184-34/+56
* Attempt to make ensureArgs do the right thingSebastian Graf2020-03-171-41/+54
* Actually use conDivSebastian Graf2020-03-175-36/+36
* Add ConOrDiv to Divergence and see where it gets usSebastian Graf2020-03-173-118/+116
* Preserve precise exceptions in strictness analysisSebastian Graf2020-03-1712-181/+362
* Update sanity checking for TSOs:Ömer Sinan Ağacan2020-03-161-36/+22
* Modules: Core (#13009)Sylvain Henry2020-03-16225-1194/+1209
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-168-2/+125
* Fix global_link of TSOs for threads reachable via dead weaksÖmer Sinan Ağacan2020-03-151-0/+8
* Add a -no-haddock flag.Judah Jacobson2020-03-155-1/+26
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-1542-1738/+2001
* Note platform-specific Foreign.C.Types in contextViktor Dukhovni2020-03-151-4/+29
* Remove some dead codeBrian Foley2020-03-159-100/+5
* Document restriction on SCC pragma syntaxKrzysztof Gogolewski2020-03-154-1/+10
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-145-44/+23
* rts: Fix printClosure when printing fwd ptrsÖmer Sinan Ağacan2020-03-141-1/+1
* Enable stage1 build of haddockCale Gibbard2020-03-141-1/+3
* Remove second tcLookupTcTyCon in tcDataDefnVladislav Zavialov2020-03-142-14/+14
* base: Make `open` calls interruptibleBen Gamari2020-03-142-2/+7
* Refactoring in TcSMonadSimon Peyton Jones2020-03-143-89/+78
* Wrap an implication around class-sig kind errorsSimon Peyton Jones2020-03-148-18/+37
* gitlab-ci: Add integer-simple release build for WindowsBen Gamari2020-03-141-0/+7
* Improve CSE.combineAltsSimon Peyton Jones2020-03-146-25/+140
* Simple refactor of cheapEqExprSimon Peyton Jones2020-03-141-16/+14
* nonmoving: Remove redundant bitmap clearingBen Gamari2020-03-141-2/+4
* nonmoving: Don't traverse filled segment list in pauseBen Gamari2020-03-142-18/+26
* Use AC_ARG_VAR for LD_STAGE0 and AR_STAGE0.Judah Jacobson2020-03-141-1/+4
* Allow overriding LD_STAGE0 and AR_STAGE0 in the configure script.Judah Jacobson2020-03-141-3/+7
* Use correct option name (-opti) (fix #17314)Sylvain Henry2020-03-143-10/+6
* Make: refactor GMP rulesSylvain Henry2020-03-141-7/+8
* Hadrian: fix absolute buildroot support (#17822)Sylvain Henry2020-03-145-24/+24
* Fix LintSimon Peyton Jones2020-03-143-56/+147
* gitlab-ci: Distinguish integer-simple test envsBen Gamari2020-03-131-1/+1
* gitlab-ci: Rework triggering of release buildsBen Gamari2020-03-131-1/+2
* Update documentation for closureSizePaavo2020-03-131-1/+2
* Rename isDllNameSylvain Henry2020-03-133-12/+9
* hadrian: improve dependency tracking for the check-* programsAlp Mestanogullari2020-03-133-34/+36
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-126-33/+68
* pretty-printer: Do not print ApplicativeDo joinKirill Elagin2020-03-124-4/+46
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-127-14/+40
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-119-125/+310
* Use a Set to represent WaysSylvain Henry2020-03-1112-52/+61