summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen_ci: Only consider release jobs for job metadatawip/fix-gen_ciMatthew Pickering2023-01-282-4/+3
* compiler: fix lowering of CmmBlock in the wasm NCGCheng Shao2023-01-281-0/+2
* compiler: fix subword literal narrowing logic in the wasm NCGCheng Shao2023-01-284-20/+15
* Document differences between Data.{Monoid,Semigroup}.{First,Last}Bodigrim2023-01-282-2/+28
* hadrian: Fix library-dirs, dynamic-library-dirs and static-library-dirs in in...Matthew Pickering2023-01-281-2/+5
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-2831-113/+419
* Add Foldable1 Solo instanceOleg Grenrus2023-01-281-0/+9
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-2813-8/+118
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-289-62/+5
* rts: Drop long-dead fallback definitions for INFINITY & NANBen Gamari2023-01-271-21/+0
* rts: Fix typoBen Gamari2023-01-273-3/+3
* rts: Fix C++ compilation issuesBen Gamari2023-01-274-3/+7
* rts: Fix non-atomic mutation of enabled_capabilitiesBen Gamari2023-01-271-1/+2
* testsuite: Make listThreads more robustBen Gamari2023-01-272-6/+10
* testsuite: Fix race in UnliftedTVar2Ben Gamari2023-01-272-2/+7
* rts: Relax Messages assertionBen Gamari2023-01-271-2/+4
* testsuite: Introduce threaded2_sanity wayBen Gamari2023-01-271-1/+3
* Put hadrian bootstrap plans through `jq`John Ericson2023-01-279-9/+2080
* bindist configure: Fail if find not found (#22691)Zubin Duggal2023-01-271-0/+4
* Accept an orphan declaration (sadly)Simon Peyton Jones2023-01-272-0/+8
* Avoid orphans in the parserSimon Peyton Jones2023-01-272-5/+6
* Avoid orphans in STGSimon Peyton Jones2023-01-2710-111/+149
* Report family instance orphans correctlySimon Peyton Jones2023-01-2728-150/+269
* Detect family instance orphans correctlySimon Peyton Jones2023-01-2713-22/+67
* Revert "base: NoImplicitPrelude in Data.Void and Data.Kind"Matthew Pickering2023-01-272-3/+1
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-2710-70/+57
* rts: Use C11-compliant static assertion syntaxBen Gamari2023-01-271-1/+4
* Fix spurious change from !9568Sylvain Henry2023-01-261-1/+1
* base: Make changelog proposal references more consistentBen Gamari2023-01-261-29/+31
* rel-eng: Add missing rocky8 bindistMatthew Pickering2023-01-261-0/+1
* ci: Add ubuntu18_04 nightly and release jobsMatthew Pickering2023-01-264-1/+124
* base: NoImplicitPrelude in Data.Void and Data.KindVladislav Zavialov2023-01-262-1/+3
* tryFillBuffer: strictifydoyougnu2023-01-261-10/+10
* Do newtype unwrapping in the canonicaliser and rewriterRichard Eisenberg2023-01-268-79/+215
* Hadrian: fix doc generationSylvain Henry2023-01-262-3/+18
* Strict fields in ModNodeKey (otherwise retains HomeModInfo)Matthew Pickering2023-01-261-2/+2
* Force OccName in tidyTopNameMatthew Pickering2023-01-261-1/+2
* Force more in NFData Name instanceMatthew Pickering2023-01-261-1/+1
* Store dehydrated data structures in CgModBreaksMatthew Pickering2023-01-265-14/+54
* Factorize hptModulesBelowSylvain Henry2023-01-262-35/+33
* ci: Disable HLint job due to excessive runtimeMatthew Pickering2023-01-251-1/+2
* Fix in-scope set in specImportsSimon Peyton Jones2023-01-254-36/+87
* configure: support "windows" as an OSSylvain Henry2023-01-252-2/+5
* Fix RTS build on WindowsSylvain Henry2023-01-251-2/+0
* Hadrian: fix Windows cross-compilationSylvain Henry2023-01-251-3/+11
* Hadrian: correctly detect AR at-file supportSylvain Henry2023-01-253-3/+11
* compiler: fix handling of MO_F_Neg in wasm NCGCheng Shao2023-01-253-4/+29
* docs: Update INSTALL.mdMatthew Pickering2023-01-251-3/+2
* Restore Compose's Read/Show behavior to match Read1/Show1 instancesRyan Scott2023-01-244-7/+54
* Allow waiting for timerfd to be interrupted during rts shutdownWander Hillen2023-01-242-13/+127