summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add -fno-safe-haskell flagMatthew Pickering2018-12-073-0/+12
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-071-1/+2
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-074-0/+25
* Mark broken tests on powerpc64le and skip ghci-extPeter Trommler2018-12-072-1/+3
* testsuite: Fix tests expecting 64-bit word sizeBen Gamari2018-12-076-0/+33
* testsuite: Fix use of stats_num_fieldBen Gamari2018-12-071-2/+1
* Fix #12102/#15872 by removing outdated users' guide proseRyan Scott2018-12-073-0/+24
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-0732-96/+119
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-063-0/+50
* Tests Trac #14847Simon Peyton Jones2018-12-062-0/+18
* Remove duplicates in -ddump-minimial-importsSimon Peyton Jones2018-12-054-1/+13
* linker: store entire link map and use it.Tamar Christina2018-12-045-0/+28
* Improve test T14452 for WindowsRoland Senn2018-12-041-1/+2
* Add test cases for #7503, #14451Ryan Scott2018-12-033-0/+48
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-032-0/+8
* Fix #15954 by rejigging check_type's orderRyan Scott2018-12-037-6/+31
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-0311-1/+119
* testsuite: Don't use git status to determine whether we are inside a repoBen Gamari2018-12-012-7/+8
* Skip all performance tests if not in a git repo.David Eichmann2018-11-302-6/+35
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-302-1/+4
* Two tests for Trac #14230Simon Peyton Jones2018-11-305-0/+39
* Accept T15828 test outputRyan Scott2018-11-291-6/+4
* Add a test case for #15962Chaitanya Koparkar2018-11-293-0/+55
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-293-0/+21
* Fix #15828, from `More explicit foralls`Matthew Yacavone2018-11-293-0/+19
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-29106-322/+615
* Test Trac #15943Simon Peyton Jones2018-11-292-0/+34
* Fix #15941 by only special-casing visible infix applicationsRyan Scott2018-11-263-0/+7
* Print explicit foralls in type family eqns when appropriateRyan Scott2018-11-2610-27/+54
* Revert "Fix uninformative hp2ps error when the cmdline contains double quotes"Ben Gamari2018-11-244-25/+0
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-242-11/+14
* Implement late lambda liftSebastian Graf2018-11-231-1/+1
* Use handy shortcut llvm_waysGabor Greif2018-11-231-3/+3
* Fix unused-import warningsDavid Eichmann2018-11-226-3/+14
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-2216-354/+342
* Calling gcc: Pass optc flags as last options (#14452)Roland Senn2018-11-224-0/+12
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-227-9/+32
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-224-0/+25
* Load plugins in interactive sessionChristiaan Baaij2018-11-2212-0/+93
* plugins10 no longer brokenChristiaan Baaij2018-11-222-4/+6
* testuite: update more windows tests outputsTamar Christina2018-11-226-4/+53
* Add test for #15437Matthew Pickering2018-11-223-0/+21
* Fix GhostScript detection (Trac #15856)Krzysztof Gogolewski2018-11-223-12/+3
* Rename literal constructorsSylvain Henry2018-11-222-3/+3
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-4/+4
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-1718-5/+674
* Fix trac #15702, as a followon to fix for #13704.Chris Smith2018-11-174-1/+13
* Fix #12906: GHC fails to typecheck Main module without mainRoland Senn2018-11-173-1/+18
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-173-0/+8
* fix T15898Alp Mestanogullari2018-11-171-1/+0