summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: Fix relocation overflow in PE linkerwip/T15808Ben Gamari2020-10-311-4/+6
* 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
* Linting correctionsHécate2020-10-171-1/+1
* Don't get host RTS ways via settings (#18651)Sylvain Henry2020-10-177-32/+5
* Apply suggestion to testsuite/tests/ffi/should_run/all.TDylanZA2020-10-171-1/+6
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-177-8/+145
* Testsuite: Add dead arity analysis testsSebastian Graf2020-10-1755-2537/+809
* Arity: Record arity types for non-recursive letsSebastian Graf2020-10-175-63/+214
* Arity: Refactor fixed-point iteration in GHC.Core.Opt.AritySebastian Graf2020-10-172-70/+99
* Skip type family defaults with hs-boot and hsig filesJohn Ericson2020-10-1717-5/+269
* gitlab-ci: s/allow_newer/allow_failureBen Gamari2020-10-171-1/+1
* gitlab-ci: Allow doc-tarball job to failBen Gamari2020-10-171-0/+2