summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Core lint take 2wip/test-disable-corelintMatthew Pickering2021-12-151-1/+1
* Try disabling core-lint from validate flavourMatthew Pickering2021-12-151-2/+2
* Test case from #19313Joachim Breitner2021-12-143-1/+20
* Add OpenBSD to llvm-targetsGreg Steuck2021-12-142-0/+9
* CmmToLlvm: rename LCGConfig -> LlvmCgConfigdoyougnu2021-12-149-107/+107
* CmmToLlvm.Config: strictify LlvmConfig fielddoyougnu2021-12-141-2/+3
* LLVM.CodeGen: use fast-string literalsdoyougnu2021-12-141-34/+145
* SysTools.Tasks Llvm.Types: remove redundant importdoyougnu2021-12-142-3/+2
* CmmToLlvm: Remove DynFlags, add LlvmCgConfigdoyougnu2021-12-1413-226/+251
* libiserv: Rename Lib module to IServBen Gamari2021-12-143-3/+3
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-1413-27/+100
* compiler: Use withFile instead of bracketBen Gamari2021-12-141-2/+1
* compiler: Drop `Maybe ModLocation` from T_MergeForeignBen Gamari2021-12-143-8/+8
* users-guide: Fix documentation for -shared flagBen Gamari2021-12-141-3/+4
* Fixes typo in documentation of the Semigroup instance of EquivalenceMichaWiedenmann12021-12-141-1/+1
* base: fix clockid_t usage when it's a pointer type in CCheng Shao2021-12-141-4/+5
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-1413-48/+199
* fix ambiguity in `const` documentationalirezaghey2021-12-141-1/+1
* rts: update xxhash used by the linker's hashmapTamar Christina2021-12-144-1047/+4684
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-145-1/+16
* GHC.Utils.Misc.only: Add doc string.Andreas Klebinger2021-12-141-0/+4
* Respect W^X in Linker.c:preloadObjectFile on OpenBSDGreg Steuck2021-12-121-1/+1
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-1215-86/+170
* Drop --configure from Hadrian docsAndrey Mokhov2021-12-123-28/+4
* gitlab-ci: Bump fedora jobs to use Fedora 33Ben Gamari2021-12-121-14/+14
* iserv: Remove network dependent parts of libiservMatthew Pickering2021-12-129-986/+0
* rts: correct stats when running with +RTS -qn1Douglas Wilson2021-12-121-28/+42
* Perf: remove allocation in writeBlocks and fix comment (#14309)Sylvain Henry2021-12-111-32/+39
* Bump text submodule to 2.0-rc2Bodigrim2021-12-111-0/+0
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-1110-111/+192
* docs: Drop old release notesBen Gamari2021-12-103-929/+0
* Remove confusing haddock quotes in 'readInt' documentationMatthew Pickering2021-12-101-1/+1
* rts: use allocation helpers from RtsUtilsnineonine2021-12-109-17/+17
* Use file hash cache when hashing object file dependenciesMatthew Pickering2021-12-091-1/+2
* Hadrian: Allow building with GHC 9.2Ryan Scott2021-12-093-3/+10
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-098-23/+40
* Add `Opt_CoreConstantFolding` to turn on constant folding (#20500)Gergo ERDI2021-12-095-3/+19
* Use same optimization pipeline regardless of `optLevel` (#20500)Gergo ERDI2021-12-091-13/+9
* Improve mtimesDefaultDavid Feuer2021-12-091-3/+22
* Drop O(n^2) warning on concatViktor Dukhovni2021-12-091-3/+0
* A few more typosViktor Dukhovni2021-12-091-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2021-12-092-3/+4
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-0920-22/+167
* Bump bytestring submodule to 0.11.2.0Bodigrim2021-12-092-3/+3
* Perf: remove an indirection when fetching the unique maskSylvain Henry2021-12-071-1/+1
* generalize GHC.Cmm.Dataflow to work over any node typeNorman Ramsey2021-12-073-31/+72
* Explicit Data.List import list in check-ppr (#20789)Sebastian Graf2021-12-071-1/+1
* Re-export GHC.Types from GHC.Extssheaf2021-12-074-58/+63
* More permissive parsing of higher-rank type IPssheaf2021-12-077-1/+42
* rts: +RTS -DL should imply +RTS -DlBen Gamari2021-12-072-0/+3