summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: expose decoding from heap representationwip/ghc-debug_getClosureFromHeapRepDavid Eichmann2020-11-063-83/+144
* rts/Sanity: Avoid nasty race in weak pointer sanity-checkingBen Gamari2020-11-061-6/+114
* [AArch64] Aarch64 Always PICMoritz Angermann2020-11-066-45/+24
* Refactor -dynamic-too handlingSylvain Henry2020-11-0617-238/+416
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-0680-2484/+3170
* Add a regression test for #18920Ryan Scott2020-11-052-0/+38
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-059-52/+123
* Don't use LEA with 8-bit registers (#18614)Sylvain Henry2020-11-043-2/+19
* Testsuite: Support for user supplied package dbsAndreas Klebinger2020-11-044-1/+25
* NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-046-30/+207666
* Bignum: make GMP's bignat_add not recursiveSylvain Henry2020-11-031-4/+4
* Constant-folding: don't pass through GHC's Int/Word (fix #11704)Sylvain Henry2020-11-034-30/+27
* Hadrian: don't fail if ghc-tarballs dir doesn't existSylvain Henry2020-11-031-1/+1
* Restrict Linear arrow %1 to exactly literal 1 onlyAlan Zimmerman2020-11-037-3/+25
* Linker: reorganize linker related codeSylvain Henry2020-11-0333-1210/+1400
* Update inlining flags documentationMatthew Pickering2020-11-032-13/+1
* hadrian: Don't capture RunTest outputBen Gamari2020-11-021-0/+5
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-028-6/+68
* Display results of GHC.Core.Lint.lint* functions consistentlyRyan Scott2020-11-026-63/+54
* RtsAPI: pause and resume the RTSDavid Eichmann2020-11-0231-41/+995
* Document that ccall convention doesn't support varargsBen Gamari2020-11-025-3/+47
* testsuite: Add --top flag to driverGHC GitLab CI2020-11-025-6/+11
* Scav: Use bd->gen_no instead of bd->gen->noBen Gamari2020-11-011-1/+1
* Fix a leak in `transpose`Hécate2020-11-014-6/+75
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-01113-1314/+1232
* testsuite: Add performance test for #18698Ben Gamari2020-11-012-0/+100
* Add testcase for #816Andrzej Rybczak2020-10-312-0/+15
* winio: Fix unused variables warningsTamar Christina2020-10-313-22/+11
* Move loadDecl into IfaceToCoreSylvain Henry2020-10-315-123/+126
* primops: Generate ByteArray# index/read/write primopsBen Gamari2020-10-312-113/+359
* primops.txt.pp: Move ByteArray# primops to separate fileBen Gamari2020-10-312-449/+450
* Simplify constant-folding (#18032)Sylvain Henry2020-10-312-10/+4
* Refactor numeric constant folding rulesSylvain Henry2020-10-314-157/+443
* Make typechecker equality consider visibility in ForAllTysRyan Scott2020-10-3114-28/+224
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-3022-196/+331
* [skip ci] Fix typo in `callocBytes` haddock.Viktor Dukhovni2020-10-301-1/+1
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-2916-22/+21
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-2927-74/+326
* GC: Avoid data race (#18717, #17964)Sylvain Henry2020-10-291-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-29205-6117/+7237
* Widen acceptance threshold for T10421aJohn Ericson2020-10-291-1/+1
* API Annotations: put constructors in alphabetical orderAlan Zimmerman2020-10-281-2/+2
* hadrian: Don't quote metric baseline argumentBen Gamari2020-10-281-1/+1
* DmdAnal: Kill `is_thunk` case in `splitFV`Sebastian Graf2020-10-272-26/+5
* gitlab-ci: Bump ci-imagesBen Gamari2020-10-271-1/+1
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-273-9/+12
* Use config.run_ways for multi_compile_and_run testsDavid Eichmann2020-10-271-1/+1
* ghc.mk: amend 'make sdist'Sergei Trofimovich2020-10-271-1/+2
* Fix two constraint solving problemsSimon Peyton Jones2020-10-2710-62/+129
* build system: Clean mingw tarballsBen Gamari2020-10-272-0/+12