summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completewip/tything-wired-inMatthew Pickering2020-02-037-200/+180
* Different strategyMatthew Pickering2020-02-034-35/+62
* Tuples are wired in as well!Matthew Pickering2020-02-023-14/+37
* PrimOps are wired in too!Matthew Pickering2020-02-021-2/+3
* WIP: Remove TyThing from WiredIn namesMatthew Pickering2020-02-027-27/+35
* rts/M32Alloc: Don't attempt to unmap non-existent pagesBen Gamari2020-02-011-1/+3
* Fix scoping of TyCon binders in TcTyClsDeclsSimon Peyton Jones2020-02-0118-298/+625
* Improve pretty-printing for TyConBindersSimon Peyton Jones2020-02-011-2/+2
* Improve skolemisationSimon Peyton Jones2020-02-0118-34/+55
* A few optimizations in STG and Cmm parts:Andreas Klebinger2020-01-319-33/+62
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-3177-1030/+1132
* testsuite: Don't crash on encoding failure in printBen Gamari2020-01-311-8/+12
* base: Use one-shot kqueue on macOSBen Gamari2020-01-311-15/+2
* rename: Eliminate usage of mkVarOccUniqueBen Gamari2020-01-311-6/+4
* Refactor package related codeSylvain Henry2020-01-3120-349/+364
* Call `interpretPackageEnv` from `setSessionDynFlags`Sylvain Henry2020-01-312-145/+147
* Add two warnings to HadrianTom Ellis2020-01-271-1/+4
* Add two warnings to stage 2 buildTom Ellis2020-01-271-1/+1
* Disable two warnings for files that trigger themTom Ellis2020-01-27126-0/+238
* Make Block.h compile with c++ compilersMatthew Pickering2020-01-271-4/+9
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseRyan Scott2020-01-2711-47/+62
* Do not bring visible foralls into scope in hsScopedTvswip/T17687Ryan Scott2020-01-254-14/+31
* 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