summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Built-in type families: CharToNat, NatToChar (#19535)wip/char-type-familiesVladislav Zavialov2021-03-153-0/+50
* Test chained record construction/update/accessVladislav Zavialov2021-03-153-0/+18
* Fix record dot precedence (#19521)Vladislav Zavialov2021-03-152-0/+13
* Pmc: Consider Required Constraints when guessing PatSyn arg types (#19475)Sebastian Graf2021-03-144-2/+26
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-1422-0/+275
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-114-28/+5
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-104-0/+70
* 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
* Revert "testsuite: Mark tests affected by #19025"Ben Gamari2021-02-241-14/+2