summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-118-8/+90
* testsuite: Add test for #5889Douglas Wilson2017-11-093-2/+73
* Remove unreliable Core Lint empty case checksDavid Feuer2017-11-092-0/+15
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-093-3/+8
* testsuite: Fix output of T14394Ben Gamari2017-11-091-1/+7
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-085-54/+138
* Minimise provided dictionaries in pattern synonymsSimon Peyton Jones2017-11-0824-86/+117
* Fix another dark corner in the shortcut solverSimon Peyton Jones2017-11-083-0/+20
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-075-138/+54
* testsuite: Bump haddock.compiler allocationsBen Gamari2017-11-071-1/+2
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-074-53/+136
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-064-9/+9
* testsuite: Bump metrics of haddock.CabalBen Gamari2017-11-061-1/+2
* Bump haddock submodulealexbiehl2017-11-021-1/+2
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-028-456/+0
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-021-4/+4
* Add custom exception for fixIODavid Feuer2017-11-022-2/+2
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-024-1/+23
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-0210-14/+278
* Fix typo in accessor nameGabor Greif2017-10-303-3/+3
* Allow packing constructor fieldsMichal Terepeta2017-10-2913-0/+257
* Fix #14390 by making toIfaceTyCon aware of equalityRyan Scott2017-10-293-0/+10
* Implement a dedicated exitfication pass #14152Joachim Breitner2017-10-295-0/+377
* ApplicativeDo: handle BodyStmt (#12143)Simon Marlow2017-10-272-0/+26
* Factor out readField (#14364)Tobias Dammers2017-10-251-1/+2
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-252-0/+6
* Implement `-Wpartial-fields` warning (#7169)Daishi Nakajima2017-10-253-0/+26
* Fix space leak in BinIface.getSymbolTableDouglas Wilson2017-10-253-4/+6
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-2511-24/+24
* Temporary fix to Trac #14380Simon Peyton Jones2017-10-243-0/+18
* Add stack traces on crashes on WindowsTamar Christina2017-10-225-8/+4
* Improve kick-out in the constraint solverSimon Peyton Jones2017-10-203-0/+21
* Untag the potential AP_STACK in stg_getApStackValzhJames Clarke2017-10-193-1/+61
* Fix #14369 by making injectivity warnings finer-grainedRyan Scott2017-10-1915-26/+56
* Error when deriving instances in hs-boot filesRyan Scott2017-10-196-2/+35
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-192-0/+2
* Accept test output for #14350Ryan Scott2017-10-191-0/+30
* Better solving for representational equalitiesSimon Peyton Jones2017-10-183-16/+37
* Don't deeply expand insolublesSimon Peyton Jones2017-10-182-0/+60
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-1762-64/+64
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-161-2/+1
* Levity polymorphic Backpack.Edward Z. Yang2017-10-164-2/+51
* Enable testing 'Natural' type in TEST=arith011Herbert Valerio Riedel2017-10-163-4/+1341
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-163-0/+180
* Fix panic for `ByteArray#` arguments in CApiFFI foreign importsHerbert Valerio Riedel2017-10-163-0/+27
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-123-0/+18
* Do not bind coercion variables in SpecConstr rulesSimon Peyton Jones2017-10-122-0/+28
* Add missing T14325.stderrSimon Peyton Jones2017-10-121-0/+9
* Do not quantify over deriving clausesSimon Peyton Jones2017-10-122-0/+11
* Add a missing zonk in TcDerivInfer.simplifyDerivSimon Peyton Jones2017-10-112-0/+18