summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add a test for the calling convention of "foreign import prim" on x86_64 and ...ARATA Mizuki2021-03-025-0/+96
* Test start/endEventlogging: first header must be EVENT_HEADER_BEGINDavid Eichmann2021-03-024-0/+207
* eventlog: Fix various racesBen Gamari2021-03-021-1/+0
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-013-0/+85
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-017-54/+27
* Fix terrible occurrence-analysis bugSimon Peyton Jones2021-03-014-11/+40
* Infer multiplicity in case expressionsKrzysztof Gogolewski2021-03-011-1/+1
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-0140-233/+215
* Widen acceptance window of `MultiLayerModules` (#19293) [skip ci]Sebastian Graf2021-03-011-1/+4
* CPR analysis: Use CPR of scrutinee for Case Binder CPR (#19232)Sebastian Graf2021-02-288-19/+45
* Widen acceptance window of T12545 (#19414)Sebastian Graf2021-02-281-1/+4
* Fix assertion error with linear types, #19400Krzysztof Gogolewski2021-02-272-0/+15
* Include time.h in conc059_c (#19431)Sebastian Graf2021-02-271-0/+2
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-275-3/+54
* Remove the -xt heap profiling optionMatthew Pickering2021-02-273-10/+0
* Fix #19363 by using pprName' {Applied,Infix} in the right placesRyan Scott2021-02-264-5/+61
* Implement -Wambiguous-fieldsAdam Gundry2021-02-267-0/+52
* testsuite: Introduce flag to ignore performance failuresBen Gamari2021-02-243-1/+6
* Revert "testsuite: Mark tests affected by #19025"Ben Gamari2021-02-241-14/+2
* testsuite: Mark tests affected byBen Gamari2021-02-231-2/+14
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-02-221-2/+2
* testsuite: Add broken tests for #19244Ben Gamari2021-02-223-0/+58
* testsuite: Mark foreignInterruptible as fragile in GHCiBen Gamari2021-02-221-0/+1
* Move Hooks into HscEnvSylvain Henry2021-02-221-6/+3
* GHCi: Always show fixityLeif Metcalf2021-02-222-0/+2
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-2217-12/+288
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-1927-53/+140
* Test Driver: Tweak interval of test reportingMatthew Pickering2021-02-181-5/+12
* Improve specialisation for imported functionsSimon Peyton Jones2021-02-184-0/+25
* Fix #19377 by using lookupLOcc when desugaring TH-quoted ANNsRyan Scott2021-02-172-0/+11
* rts: TraverseHeap: Add a basic testDaniel Gröber2021-02-173-0/+83
* Parse symbolic names in ANN type correctly with otyconRyan Scott2021-02-167-0/+26
* Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-163-0/+22
* Make sure HasField use counts for -Wunused-top-bindsAdam Gundry2021-02-163-0/+22
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-1636-3/+376
* Fix non power-of-two Storable.alignment in Capi_Ctype testsDaniel Gröber2021-02-143-3/+3
* Fix over-eager inlining in SimpleOptSimon Peyton Jones2021-02-143-0/+36
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* Bignum: fix bogus rewrite rule (#19345)Sylvain Henry2021-02-133-0/+15
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-133-0/+48
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-134-8/+3
* Add tests for solved arrow tickets #5777 #15175Krzysztof Gogolewski2021-02-133-0/+79
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-132-5/+3
* Always set `safeInferred`, not only when it turns `False`Joachim Breitner2021-02-134-0/+14
* Refactor LoggerSylvain Henry2021-02-1312-24/+37
* Fix a long standing bug in constraint solvingSimon Peyton Jones2021-02-092-0/+43
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-093-0/+8
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-097-19/+88
* Fix typosBrian Wignall2021-02-0615-18/+18
* Add a test for #18736Krzysztof Gogolewski2021-02-062-0/+8