summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move GHC.Platform into the compilerSylvain Henry2020-07-2518-349/+337
* Remove dead code in utils/derivConstantsSylvain Henry2020-07-251-48/+0
* Remove platform constant wrappersSylvain Henry2020-07-2541-1289/+1392
* Put PlatformConstants into PlatformSylvain Henry2020-07-2512-28/+49
* Add GHC.Platform.ProfileSylvain Henry2020-07-255-26/+61
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-2515-15/+15
* DynFlags: store printer in TraceBinIfaceReadingSylvain Henry2020-07-252-33/+36
* Simplify XRec definitionZubin Duggal2020-07-2524-337/+403
* Care with occCheckExpand in kind of occurrencesSimon Peyton Jones2020-07-2410-40/+170
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* winio: restore console cp on exitTamar Christina2020-07-243-2/+39
* [linker] Fix out of range relocations.Moritz Angermann2020-07-238-28/+122
* Minor refactoring of Unit displaySylvain Henry2020-07-227-56/+63
* Add regression test for #18478Sebastian Graf2020-07-222-0/+953
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-2226-116/+119
* Add test for #18064Sylvain Henry2020-07-228-0/+29
* Deprecate -fdmd-tx-dict-sel.Andreas Klebinger2020-07-224-7/+9
* Replace HscTarget with BackendSylvain Henry2020-07-2233-277/+333
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-2212-46/+71
* Correctly test active backendSylvain Henry2020-07-221-1/+1
* Remove unused sGhcWithNativeCodeGenSylvain Henry2020-07-222-4/+0
* Don't panic if the NCG isn't built (it is always built)Sylvain Henry2020-07-221-4/+0
* Remove unused "ncg" flagSylvain Henry2020-07-222-7/+1
* Enable BangPatterns, ScopedTypeVariables for ghc and hadrian by default.Andreas Klebinger2020-07-223-3/+5
* get-win32-tarballs: Fix detection of missing tarballsBen Gamari2020-07-221-1/+3
* FastString: Reintroduce character count cacheDaniel Gröber2020-07-221-12/+14
* Encoding: Reformat utf8EncodeShortByteString to be more consistentDaniel Gröber2020-07-221-5/+5
* Encoding: Remove redundant use of withForeignPtrDaniel Gröber2020-07-221-2/+3
* Use IO constructor instead of `stToIO . ST`Daniel Gröber2020-07-222-7/+5
* Encoding: Add comment about tricky ForeignPtr lifetimeDaniel Gröber2020-07-221-0/+4
* Pass specialised utf8DecodeChar# to utf8DecodeLazy# for performanceDaniel Gröber2020-07-222-14/+12
* Use ShortByteString for FastStringDaniel Gröber2020-07-225-188/+193
* Remove length field from FastStringDaniel Gröber2020-07-221-24/+24
* Replace broken links to old haskell-prime site by working links to gitlab ins...BinderDavid2020-07-222-2/+2
* Fix dead link to haskell prime discussionghc-9.1-startDavid Binder2020-07-221-1/+1
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-2141-626/+3655
* users-guide: Fix :rts-flag:`--copying-gc` documentationBen Gamari2020-07-211-0/+1
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-2133-154/+230
* Add release notes entry for #17816Krzysztof Gogolewski2020-07-211-0/+11
* Fix a typo in existential_quantification.rstMark2020-07-211-1/+1
* DynFlags: remove use of sdocWithDynFlags from GHC.Stg.* (#17957)Sylvain Henry2020-07-218-172/+200
* Revert "[linker/rtsSymbols] More linker symbols"wip/angerman/revert-symbolswip/T18272Moritz Angermann2020-07-201-206/+17
* Revert "better if guards."Moritz Angermann2020-07-201-1/+1
* Revert "Fix (1)"Moritz Angermann2020-07-201-1/+1
* Revert "AArch32 symbols only on aarch32."Moritz Angermann2020-07-201-6/+5
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* GHCi: Fix isLittleEndianStefan Schulze Frielinghaus2020-07-181-2/+2
* Fix minor typos in a Core.hs noteChaitanya Koparkar2020-07-182-9/+7
* Refactor the simplification of join bindersSimon Peyton Jones2020-07-184-120/+141
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-1812-34/+3