summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Use GHC2021 as default languageJoachim Breitner2021-03-10846-1213/+1736
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-1011-0/+393
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-103-8/+10
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-104-22/+33
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-103-0/+7
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-102-0/+41
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-093-0/+6
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-0942-43/+138
* rts: Use a separate free block list for allocatePinnedMatthew Pickering2021-03-082-0/+58
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-082-2/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0775-163/+212
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0641-0/+785
* Implement riscv64 LLVM backendAndreas Schwab2021-03-052-2/+4
* Add new driver test for use of outdated .o filesHarry Garrood harry@garrood.me2021-03-057-0/+61
* Run linear Lint on the desugarer output (part of #19165)Krzysztof Gogolewski2021-03-053-7/+10
* testsuite: Prevent T16318 from picking up .ghciBen Gamari2021-03-041-1/+1
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-044-8/+46
* testsuite: Add test for #19413Ben Gamari2021-03-043-0/+20
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-043-0/+37
* Add test for whereFrom#Matthew Pickering2021-03-035-0/+51
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-033-4/+10
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-0346-240/+240
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-034-0/+47
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-0342-249/+267
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-037-25/+68
* 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