summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix warningswip/DanielG/ghc-short-bytestringMatthew Pickering2019-10-2414-14/+1
* Replace some usages of ByteString with ShortByteStringMatthew Pickering2019-10-2436-103/+103
* Less unused variables, equal speed; hello bgamari, nice to meet you hereMatthew Pickering2019-10-221-1/+1
* less allocationMatthew Pickering2019-10-221-2/+2
* Refactor encoding as wellMatthew Pickering2019-10-221-7/+17
* Refactoring as suggested by AndreasKMatthew Pickering2019-10-222-15/+28
* Use ShortByteString for FastStringDaniel Gröber2019-10-225-175/+178
* Remove length field from FastStringDaniel Gröber2019-10-221-24/+24
* CI: Always dump performance metrics.David Eichmann2019-10-227-21/+39
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-2026-141/+530
* testsuite: Assert that testsuite ways are knownBen Gamari2019-10-172-28/+50
* Tiny fixes to comments around flattening.Richard Eisenberg2019-10-172-3/+3
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-1711-21/+24
* Add hyperlinks to PDF/HTML documentation; closes #17342Brian Wignall2019-10-161-1/+1
* Make Coverage.TM a newtypeRyan Scott2019-10-161-1/+1
* hadrian: Introduce enableDebugInfo flavour transformerBen Gamari2019-10-161-9/+21
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-1666-2892/+3071
* Delete ghctags cabal fileJohn Ericson2019-10-161-23/+0
* Infer rho-types instead of sigma-types in guard BindStmts and TransStmtsSebastian Graf2019-10-165-5/+18
* testsuite: Add test for #8305Takenobu Tani2019-10-163-0/+45
* Compiling with -S and -fno-code no longer panics (fixes #17143)adithyaov2019-10-164-0/+10
* Add loop level analysis to the NCG backend.klebinger.andreas@gmx.at2019-10-169-374/+1775
* hadrian: Add support for bindist compressors other than XzBen Gamari2019-10-151-11/+31
* iface: export a few more functions from BinIfaceAlp Mestanogullari2019-10-151-1/+11
* Don't skip validity checks for built-in classes (#17355)Ryan Scott2019-10-154-5/+27
* Refactor some cruft in TcDerivInfer.inferConstraintsRyan Scott2019-10-155-254/+250
* gitlab-ci: Move hadrian-ghc-in-ghci job firstBen Gamari2019-10-142-9/+12
* Mention changes from #16980, #17213 in 8.10.1 release notesRyan Scott2019-10-141-5/+59
* Add docs/users_guide/.log to .gitignoreRyan Scott2019-10-141-1/+2
* Add GHCi help message for :def! and :: commandsTakenobu Tani2019-10-131-1/+3
* users-guide: Add GHCi's ::<builtin-command> formTakenobu Tani2019-10-131-0/+9
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-137-242/+503
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-139-48/+71
* Do not add a 'solved dict' for quantified constraintsSimon Peyton Jones2019-10-1216-42/+305
* Fix validity checking for inferred typesSimon Peyton Jones2019-10-125-2/+21
* Use newDFunName for both manual and derived instances (#17339)Ryan Scott2019-10-125-18/+45
* Skip T13767 on DarwinVladislav Zavialov2019-10-121-1/+3
* Escape stats file command (#13676)Vladislav Zavialov2019-10-124-2/+65
* Simplify Configure in a few waysJohn Ericson2019-10-1219-115/+101
* Hadrian: Take care of assembler source filesStefan Schulze Frielinghaus2019-10-113-5/+12
* Much simpler language for PmCheckSebastian Graf2019-10-1112-445/+370
* Use addUsedDataCons more judiciously in TcDeriv (#17324)Ryan Scott2019-10-094-26/+60
* TestBen Gamari2019-10-091-0/+3
* Remove GHC_STAGE guards from MachDepsBen Gamari2019-10-091-2/+0
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-094-9/+7
* Relayout generated header bodyBen Gamari2019-10-091-41/+41
* Rename STAGE macro to GHC_STAGEBen Gamari2019-10-097-17/+17
* PmCheck: Look up parent data family TyCon when populating `PossibleMatches`Sebastian Graf2019-10-083-24/+94
* Bump array and haddock submodulesVladislav Zavialov2019-10-081-0/+0
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-0827-466/+175