summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | rts: Give stack flags proper macrosBen Gamari2019-10-186-10/+18
| * | rts/Capability: A few documentation commentsBen Gamari2019-10-181-0/+5
| * | rts: Add Note explaining applicability of selector optimisation depth limitBen Gamari2019-10-181-1/+14
| * | rts/GC: Add an obvious assertion during block initializationÖmer Sinan Ağacan2019-10-183-5/+18
| |/
* | base: Add @since on GHC.IO.Handle.Lock.hUnlockBen Gamari2019-10-231-0/+2
* | Add new flag for unarised STG dumpsÖmer Sinan Ağacan2019-10-235-45/+21
* | Hadrian: Invoke ghc0 via bash when running tests to fix #17362.Andreas Klebinger2019-10-231-1/+3
* | Drop duplicate -optl's from GHC invocationsBen Gamari2019-10-231-2/+2
* | users-guide: Fix :since: for -Wunused-packagesBen Gamari2019-10-231-1/+1
* | Performance tests: Reduce acceptance threshold for bytes allocated testsMatthew Pickering2019-10-231-41/+41
* | Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-2322-71/+93
* | Bump stm submoduleBen Gamari2019-10-231-0/+0
* | Full abort on validate failure merging `orElse`.Ryan Yates2019-10-233-20/+103
* | Fix bug in the x86 backend involving the CFG.Andreas Klebinger2019-10-238-214/+544
* | Allow command name resolution for GHCi commands with option `!` #17345Takenobu Tani2019-10-234-5/+26
* | eventlog: Dump cost centre stack on each sampleMatthew Pickering2019-10-2310-14/+129
* | Refactor Compact.c:Ömer Sinan Ağacan2019-10-231-227/+127
* | testsuite: Don't run T7653 in ghci and profiled waysBen Gamari2019-10-231-2/+2
* | Reify oversaturated data family instances correctly (#17296)Ryan Scott2019-10-235-21/+175
* | compiler: introduce DynFlags pluginsAlp Mestanogullari2019-10-2311-1/+205
* | Implement a coverage checker for injectivityRichard Eisenberg2019-10-2338-259/+646
* | Warn about missing profiled libs when using the Interpreter.Andreas Klebinger2019-10-231-1/+23
* | Use an IORef for QSemNDavid Feuer2019-10-231-39/+51
* | Documentation for (&&) and (&&) states that they are lazy in their second arg...Tilman Blumhagen2019-10-221-2/+2
* | Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-2227-12/+315
* | Replace freebsd-gnueabihf with freebsdMatthew Bauer2019-10-223-8/+4
* | 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