summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid creating dependent types in FloatOutSimon Peyton Jones2017-10-112-0/+111
* Pretty-printing of derived multi-parameter classes omits parenthesesAlan Zimmerman2017-10-118-0/+177
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-112-0/+12
* Remove wc_insol from WantedConstraintsSimon Peyton Jones2017-10-119-29/+34
* Fix over-eager error suppression in TcErrorsSimon Peyton Jones2017-10-112-0/+12
* Fix #14320 by looking through HsParTy in more placesRyan Scott2017-10-072-0/+16
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-073-2/+30
* Testsuite update following d8d87faJoachim Breitner2017-10-063-3/+0
* Add regression test for #14326Ryan Scott2017-10-052-0/+22
* Remove m_type from Match (#14313)Joachim Breitner2017-10-043-11/+0
* Include libraries which fill holes as deps when linking.Edward Z. Yang2017-10-0311-0/+90
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-032-0/+22
* Track the order of user-written tyvars in DataConRyan Scott2017-10-038-3/+56
* Add regression test for #9725Ryan Scott2017-10-032-0/+52
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-035-8/+13
* Fix nasty bug in w/w for absence analysisSimon Peyton Jones2017-10-034-0/+48