summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add generic block traversal functionwip/ghc-debug-ghcMatthew Pickering2021-02-022-0/+39
* Disable testsMatthew Pickering2021-02-021-2/+0
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-02-0211-44/+71
* Don't use FastString to convert string to UTF8Matthew Pickering2021-02-024-25/+23
* Add release notes for -hi, -finfo-table-map and -fdistinct-constructor-tablesMatthew Pickering2021-02-021-2/+13
* Add test for whereFrom#Matthew Pickering2021-02-025-0/+52
* Add whereFrom and whereFrom# primopMatthew Pickering2021-02-026-0/+76
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-02-0225-188/+333
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-02-0240-80/+849
* Profiling by info table mode (-hi)Matthew Pickering2021-02-027-6/+35
* Make Stream an instance of MonadIOMatthew Pickering2021-02-021-3/+5
* Revert "Remove GHC.Types.Unique.Map module"Matthew Pickering2021-02-022-0/+207
* 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
* Use validate flavour for all CI builds.Andreas Klebinger2021-01-281-2/+2
* rts: sm/GC.c: make num_idle unsignedAndreas Klebinger2021-01-281-1/+1
* Implement #18519Koz Ross2021-01-271-0/+38
* Respect $AR in configure scriptCheng Shao2021-01-271-1/+2
* Fix doctest examples in Data.BitsOleg Grenrus2021-01-271-3/+7
* Fix spurious failures of T16916 on CI (#16966)Sylvain Henry2021-01-273-13/+46
* hadrian: Fix `lookupInPath` on Windows (#19249)Sebastian Graf2021-01-271-5/+7
* Remove some redundant validity checks.Richard Eisenberg2021-01-2740-218/+114
* Add regression test for #11228Adam Gundry2021-01-273-0/+15
* Add a section about failable patterns in the GHC user's guideHécate2021-01-271-0/+31
* Remove -XMonadFailDesugaring referencesHécate2021-01-277-33/+7