summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Bump min bootstrap GHC version to 9.2wip/ghc-9.2-min-versionBryan Richter2022-12-121-1/+1
* Document that Bifunctor instances for tuples are lawful only up to lazinessBodigrim2022-12-111-2/+11
* Add heqT, a kind-heterogeneous variant of heqOleg Grenrus2022-12-112-2/+11
* hlint: Removed redundant UnboxedSums pragmasMatthew Pickering2022-12-093-3/+0
* ci: Bump boot images to use ghc-9.4.3Matthew Pickering2022-12-091-4/+4
* hadrian: Update bootstrap plans to 9.2.* series and 9.4.* series.Matthew Pickering2022-12-0935-31/+31
* ci: Add job to test hadrian-multi commandMatthew Pickering2022-12-093-3/+55
* driver: Set correct UnitId when rehydrating modulesMatthew Pickering2022-12-091-2/+3
* hadrian-toolargs: Add filepath to allowed repl targetsMatthew Pickering2022-12-091-0/+1
* hadrian-multi: Put interface files in separate directoriesMatthew Pickering2022-12-092-2/+4
* Update containers submoduleMatthew Pickering2022-12-091-0/+0
* Fix bound thread statusLuite Stegeman2022-12-091-1/+1
* Add support for environments that don't have setImmediateLuite Stegeman2022-12-091-4/+13
* Fix #22300 Document GHC's extensions to valid whitespaceMike Pilgrem2022-12-092-0/+30
* Document TH splices' interaction with INCOHERENT instancesRyan Scott2022-12-091-0/+72
* testsuite: Mark conc024 fragile on WindowsBryan Richter2022-12-081-1/+1
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-087-23/+37
* Delete `rts/package.conf.in`John Ericson2022-12-081-331/+0
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-085-38/+106
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-084-25/+65
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-084-4/+70
* Make (^) INLINE (#22324)Sebastian Graf2022-12-082-25/+58
* Fix testsBodigrim2022-12-087-13/+14
* Support mtl-2.3 in check-exactBodigrim2022-12-083-4/+7
* Allow mtl-2.3 in hadrianBodigrim2022-12-082-2/+2
* Update submodule mtl to 2.3.1, parsec to 3.1.15.1, haddock and Cabal to HEADBodigrim2022-12-083-0/+0
* Add initial support for LoongArch Architecture.lrzlin2022-12-0829-7/+314
* Fix mk_mod_usage_info if the interface file is not already loadedMatthew Pickering2022-12-088-43/+70
* backpack: Be more careful when adding together ImportAvailsMatthew Pickering2022-12-082-11/+22
* ci: Add job for testing interface stability across buildsMatthew Pickering2022-12-082-0/+44
* ci: Add job to test interface file determinism guaranteesMatthew Pickering2022-12-082-0/+100
* Add test for #22162Matthew Pickering2022-12-084-0/+22
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-083-0/+4
* hadrian: don't add debug info to non-debug ways of rtsCheng Shao2022-12-081-1/+0
* Truncate eventlog event for large payload (#20221)Ian-Woo Kim2022-12-081-1/+11
* Mark Type.Reflection.Unsafe as UnsafeKrzysztof Gogolewski2022-12-082-1/+2
* Add version of `reachableGraph` that avoids loop for cyclic inputsGergő Érdi2022-12-081-26/+77
* Remove copy-pasted definitions of `graphFromEdgedVertices*`Gergő Érdi2022-12-081-2/+2
* Fix bounds-checking buglet in Data.Array.ByteMatthew Craven2022-12-081-3/+5
* Push DynFlags out of Linker.MacOSmrkun2022-12-066-6/+38
* Push DynFlags out of runInjectRPathsmrkun2022-12-063-9/+13
* Push DynFlags out of askOtoolmrkun2022-12-063-8/+6
* Push DynFlags out of runInstallNameToolmrkun2022-12-063-7/+7
* Hadrian: fix ghcDebugAssertions off-by-one errorsheaf2022-12-065-21/+33
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-0511-62/+67
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-0315-55/+172
* addHsOuterFamEqnTyVarBinds: use FreshNamesOnly for explicit bindersVladislav Zavialov2022-12-031-1/+1
* Refactor: FreshOrReuse instead of addTyClTyVarBindsVladislav Zavialov2022-12-031-65/+77
* Mark T16916 fragileBryan Richter2022-12-031-1/+1
* Fix linearity checking in LintKrzysztof Gogolewski2022-12-023-15/+35