summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document how bottom CPR and dead-ending Divergence are related [skip ci]wip/bot-cpr-dead-end-divSebastian Graf2021-02-121-0/+24
* Bump Haddock submodulewip/bump-haddockBen Gamari2021-02-061-0/+0
* Fix typosBrian Wignall2021-02-0685-113/+113
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-02-061-1/+1
* Add a test for #18736Krzysztof Gogolewski2021-02-062-0/+8
* Make pattern synonyms play with CallStackSimon Peyton Jones2021-02-064-2/+63
* Make unsafeDupablePerformIO have a lazy demandAndreas Klebinger2021-02-062-35/+44
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-064-5/+13
* The Char kind (#11342)Daniel Rogozin2021-02-0649-131/+666
* Fix typo in qualified_do.rstBasile Henry2021-02-051-1/+1
* validate: Enable tarball autodownload by default.Andreas Klebinger2021-02-051-1/+1
* rts: Fix arguments for foreign calls of interpreterStefan Schulze Frielinghaus2021-02-051-2/+24
* Mark both parameters of SimplM one-shot (#19302)Sebastian Graf2021-02-051-2/+7
* FFI: Revisit fix pass small ints in foreign call wrappersStefan Schulze Frielinghaus2021-02-051-26/+5
* IntVar: fix allocation sizeSylvain Henry2021-02-052-3/+6
* rts: Use properly sized pointers in e.g. rts_mkInt8Stefan Schulze Frielinghaus2021-02-051-26/+20
* Try eta expanding FCode (See #18202)Andreas Klebinger2021-02-052-2/+33
* Hadrian: Add support for packages with C++ filesMatthew Pickering2021-02-059-4/+43
* UnVarGraph: Use foldl' rather than foldr in unionUnVarSetsBen Gamari2021-02-051-1/+1
* CallArity: Various comment fixesBen Gamari2021-02-051-10/+10
* Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List....wygulmage2021-02-051-2/+2
* Add missing instances to ghc-heap typesMatthew Pickering2021-02-022-8/+8
* typecheck: Eliminate allocations in tc_eq_typeBen Gamari2021-02-021-13/+36
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-0118-111/+125
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-0119-129/+143
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-0137-297/+272
* Add driver/ghci/ghci-wrapper.cabal to .gitignoreRyan Scott2021-02-012-1/+5
* Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromStringRyan Scott2021-02-014-1/+36
* Documentation fixesKrzysztof Gogolewski2021-01-3015-60/+40
* Fix description of -fregs-graph (not implied by -O2, linked issue was closed)Benjamin Maurer2021-01-301-4/+1
* Fix -dynamic-too with wired-in modules (#19264)Sylvain Henry2021-01-304-12/+31
* Zonk the returned kind in tcFamTyPatsSimon Peyton Jones2021-01-303-0/+44
* compare-flags: Strip whitespace from flags read from --show-optionsGHC GitLab CI2021-01-301-2/+2
* hadrian: Introduce ghci-wrapper packageBen Gamari2021-01-305-16/+101
* configure: Break up AC_CONFIG_FILES listBen Gamari2021-01-301-1/+32
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-303-8/+25
* Fix parsing of -fstg-lift-lams-non-recKrzysztof Gogolewski2021-01-293-6/+4
* Make PatSyn immutableSimon Peyton Jones2021-01-2929-204/+203
* Fix check-uniques scriptKrzysztof Gogolewski2021-01-291-7/+7
* Ppr: compute length of string literals at compile time (#19266)Sylvain Henry2021-01-291-1/+10
* Warn about using quick with profilingLeif Metcalf2021-01-291-3/+4
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-01-2910-2/+72
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-2961-68/+71
* Remove StgLamLeif Metcalf2021-01-2911-67/+65
* typecheck: Account for -XStrict in irrefutability checkBen Gamari2021-01-294-27/+71
* Fix strictness in TyCo.Tidy (#14738)Sylvain Henry2021-01-281-18/+38
* Fix code formatting in `HasCallStack` sectionDenis Frezzato2021-01-281-1/+1
* Bump haddock submoduleJoachim Breitner2021-01-281-0/+0
* Reduce default test verbosityMatthew Pickering2021-01-284-4/+12
* SimplM: Create uniques via IO instead of threadingAndreas Klebinger2021-01-285-70/+147