summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #17724 by having occAnal preserve used bindings.wip/andreask/T17724_occ_onlyAndreas Klebinger2020-02-185-1/+127
* Fix order of arguments in specializer (#17801)Krzysztof Gogolewski2020-02-121-1/+1
* Add regression test for #12926Ömer Sinan Ağacan2020-02-122-0/+37
* Fix naming of tests for #12923Ömer Sinan Ağacan2020-02-124-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-1274-182/+190
* Document GMP build [skip ci]Sylvain Henry2020-02-121-0/+80
* Remove Hadrian's copy of (Data.Functor.<&>)Ömer Sinan Ağacan2020-02-111-11/+1
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-1113-11/+83
* hadrian: build (and ship) iserv on WindowsAlp Mestanogullari2020-02-113-19/+16
* Notes only: telescopesSimon Peyton Jones2020-02-114-37/+18
* configure: Don't assume Gnu linker on SolarisBen Gamari2020-02-111-1/+12
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-1112-0/+105
* rts: Remove incorrect assertions around MSG_THROWTO messagesBen Gamari2020-02-111-3/+0
* rts: Use nanosleep instead of usleepBen Gamari2020-02-113-2/+22
* Do not create nested quantified constraintsRichard Eisenberg2020-02-1111-36/+194
* Add singleton to Data.OldListOleg Grenrus2020-02-111-0/+11
* Fs: Fix UNC remapping code.Tamar Christina2020-02-101-2/+6
* Fix long distance info for record updatesSebastian Graf2020-02-104-6/+49
* Add regression test for #13142Ömer Sinan Ağacan2020-02-092-0/+161
* 8.10 Release notes for improvements to the pattern-match checker [skip ci]Sebastian Graf2020-02-091-0/+14
* Force -fPIC for intree GMP (fix #17799)Sylvain Henry2020-02-093-46/+2
* Fix -ddump-stg-final.Andreas Klebinger2020-02-092-3/+2
* Fix #14628: Panic (No skolem Info) in GHCiRoland Senn2020-02-097-11/+52
* hadrian: Windows fixes (bindists, CI)Alp Mestanogullari2020-02-095-25/+37
* Fix an outdated note linkArnaud Spiwack2020-02-091-1/+1
* hadrian: Fix --test-summary argumentBen Gamari2020-02-091-4/+4
* hadrian: Add --test-metrics argumentBen Gamari2020-02-093-1/+14
* Add a test for #15712Krzysztof Gogolewski2020-02-093-0/+25
* rts: Fix need_prealloc being reset when retainer profiling is onDaniel Gröber2020-02-081-1/+1
* rts: Fix Arena blocks accounting for MBlock sized allocationsDaniel Gröber2020-02-081-1/+1
* base: Drop out-of-date commentBen Gamari2020-02-081-12/+0
* Add regression test for #12760Ömer Sinan Ağacan2020-02-082-0/+37
* Import qualified Prelude in parserÖmer Sinan Ağacan2020-02-081-0/+1
* includes: Avoid using single-line comments in HsFFI.hBen Gamari2020-02-082-15/+23
* Rename ghcAssert to stgAssert in hp2ps/Main.h.Andreas Klebinger2020-02-081-2/+2
* Add mkHieFileWithSource which doesn't read the source file from diskMatthew Pickering2020-02-081-5/+14
* Remove redundant caseSylvain Henry2020-02-081-4/+2
* Update to hie-bios 0.3.2 style program cradlePepe Iborra2020-02-082-2/+4
* users-guide: Clarify that bundled patsyns were introduced in GHC 8.0Ben Gamari2020-02-081-3/+5
* Apply suggestion to libraries/base/GHC/List.hsJulien Debon2020-02-081-1/+1
* doc(Data.List): Add some examples to Data.ListJulien Debon2020-02-082-6/+72
* testsuite: Add test for #15316Ben Gamari2020-02-083-0/+28
* hadrian: Depend upon libray dependencies when configuring packagesBen Gamari2020-02-082-1/+12
* Fix GhcThreaded settingBen Gamari2020-02-086-2/+15
* Optimize unpackCString# to allocate less.Andreas Klebinger2020-02-081-43/+54
* hadrian: Allow override of Cabal configuration in hadrian.settingsBen Gamari2020-02-082-20/+32
* Bump stm and process submodulesBen Gamari2020-02-082-0/+0
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-0811-5/+102
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-08101-108/+144
* compiler: Qualify imports of Data.ListBen Gamari2020-02-0831-48/+56