summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add rts_listThreads and rts_listMiscRoots to RtsAPI.hwip/ghc-debug_gc_rootsDavid Eichmann2020-11-096-0/+135
* 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
* hadrian: Suppress xelatex output unless it failsBen Gamari2020-10-272-1/+16
* winio: simplify logic remove optimization step.Tamar Christina2020-10-271-42/+65
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-2730-21/+23
* Fix `instance Bounded a => Bounded (Down a)` (#18716)David Beacham2020-10-272-6/+32
* cmm: Add Note reference to ForeignHintBen Gamari2020-10-231-0/+2
* Fix error message location in tcCheckPatSynDeclSimon Peyton Jones2020-10-235-7/+40
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-215-0/+25
* testsuite: Mark T12971 as fragile on WindowsBen Gamari2020-10-201-1/+1
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-2020-76/+107
* gitlab-ci: Rename FLAVOUR -> BUILD_FLAVOURBen Gamari2020-10-202-8/+7
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-205-6/+49
* Minor comments, update linear types docsKrzysztof Gogolewski2020-10-205-12/+22
* testsuite: Add test for #18346Ben Gamari2020-10-203-0/+43
* Remove pdocPrecSylvain Henry2020-10-192-18/+17
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-1918-41/+213