summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make Block.h compile with c++ compilerswip/ghc-debug-rebasedMatthew Pickering2020-01-261-4/+9
* rts: Implement ghc-debug APIMatthew Pickering2020-01-2513-90/+326
* hadrian: Throw error on duplicate-named flavoursBen Gamari2020-01-251-4/+6
* Split glasgow_exts into several files (#17316)Sylvain Henry2020-01-25122-17042/+17295
* Create ghci.cabal.shXavier Denis2020-01-252-5/+9
* Add ghc-in-ghci for stack based buildsXavier Denis2020-01-251-0/+6
* Fix rts allocateExec() on NetBSDPHO2020-01-251-2/+3
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-25140-677/+678
* Handle local fixity declarations in DsMeta properlyRyan Scott2020-01-258-31/+151
* PmCheck: Properly handle constructor-bound type variablesSebastian Graf2020-01-255-88/+133
* PmCheck: Formulate as translation between Clause TreesSebastian Graf2020-01-2536-550/+679
* Fix chaining tagged and untagged ptrs in compacting GCÖmer Sinan Ağacan2020-01-254-67/+179
* `-ddump-str-signatures` dumps Text, not STG [skip ci]Sebastian Graf2020-01-251-1/+1
* Document the fact, that openFileBlocking can consume an OS thread indefinitely.Gabor Greif2020-01-251-0/+5
* testsuite: Widen acceptance window of T1969Ben Gamari2020-01-241-1/+3
* Avoid ./configure failure on NetBSDPHO2020-01-201-1/+4
* unregisterised: Fix declaration for stg_NO_FINALIZERBen Gamari2020-01-201-1/+1
* Add missing Note [Improvement from Ground Wanteds]Ben Gamari2020-01-201-0/+13
* Put the docs for :instances in alphabetical positionXavier Denis2020-01-201-33/+33
* gitlab-ci: Allow submodule cleaning to fail on WindowsBen Gamari2020-01-201-3/+7
* gitlab-ci: Reenable submodule linterBen Gamari2020-01-201-2/+1
* Remove deprecated -smp flagÖmer Sinan Ağacan2020-01-201-2/+0
* testsuite: Preserve more information in framework failuresBen Gamari2020-01-201-1/+1
* llvmGen: Fix #14251Ben Gamari2020-01-203-25/+116
* llvmGen: Add lower-expect to the -O0 optimisation setBen Gamari2020-01-201-1/+1
* llvmGen: Fix typo in readnone attributeBen Gamari2020-01-201-1/+1
* llvmGen: Don't trash STG registersBen Gamari2020-01-201-38/+2
* Document Stg.FVs moduleÖmer Sinan Ağacan2020-01-201-1/+39
* Fix +RTS -Z flag documentationÖmer Sinan Ağacan2020-01-202-2/+2
* gitlab-ci: Don't FORCE_SYMLINKS on WindowsBen Gamari2020-01-171-1/+1
* Revert "`exprOkForSpeculation` for Note [IO hack in the demand analyser]"Sebastian Graf2020-01-161-11/+11
* replace dead html link (fixes #17661)Adam Wespiser2020-01-161-1/+1
* Remove special case case of bool during STG -> C--John Ericson2020-01-162-86/+1
* Get rid of OpDestJohn Ericson2020-01-161-598/+583
* Handle TagToEnum in the same big case as the other primopsJohn Ericson2020-01-163-35/+94
* Better documentation for mkEtaWW [skip ci]Sebastian Graf2020-01-161-11/+24
* Comments in TcHsTypeSimon Peyton Jones2020-01-121-2/+2
* Minor refactor around quantified constraintsSimon Peyton Jones2020-01-122-13/+41
* Comments about constraint floatingSimon Peyton Jones2020-01-121-0/+5
* Add comments about TH levelsSimon Peyton Jones2020-01-123-6/+12
* users-guide/debug-info: typo “behivior”Jean-Baptiste Mazon2020-01-121-1/+1
* Fix LANG=C for readelf invocation in T14999Sylvain Henry2020-01-121-1/+1
* gitlab-ci: Retain bindists used by head.hackage for longerBen Gamari2020-01-121-1/+3
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-12136-360/+360
* Don't zap to Any; error insteadRichard Eisenberg2020-01-1233-124/+298
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-1268-1053/+1696
* improve docs for HeaderInfo.getImportsAdam Sandberg Eriksson2020-01-121-1/+2
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-0836-195/+160
* Bump haskeline submodule to 0.8.0.1Ben Gamari2020-01-083-0/+11
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-0847-239/+230