summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove accidentally-added filewip/spj-tc-branch2Simon Peyton Jones2016-10-051-29/+0
* Less voluminous traceSimon Peyton Jones2016-09-301-3/+3
* Refactor occurrence-check logicSimon Peyton Jones2016-09-3013-399/+102
* A collection of type-inference refactorings.Simon Peyton Jones2016-09-3079-837/+1348
* Make TcLevel increase by 1 not 2Simon Peyton Jones2016-09-301-11/+6
* Test Trac #12507Simon Peyton Jones2016-09-302-0/+17
* Comments and trivial refactoringSimon Peyton Jones2016-09-305-21/+23
* Refactor typechecking of pattern bindingsSimon Peyton Jones2016-09-305-177/+304
* Comments onlySimon Peyton Jones2016-09-301-3/+27
* Fix impredicativity (again)Simon Peyton Jones2016-09-3024-106/+230
* Add Outputable Report in TcErrorsSimon Peyton Jones2016-09-301-0/+5
* Fix a bug in occurs checkingSimon Peyton Jones2016-09-3010-347/+370
* Fix desugaring of pattern bindings (again)Simon Peyton Jones2016-09-306-62/+110
* A bit of tracing about flatteningSimon Peyton Jones2016-09-302-7/+26
* Check.hs: Use actual import lists instead of commentsÖmer Sinan Ağacan2016-09-291-9/+8
* Test Trac #12634Simon Peyton Jones2016-09-293-1/+26
* Comments and manual only: spellingGabor Greif2016-09-287-7/+7
* TH: Use atomicModifyIORef' for fresh namesErik de Castro Lopo2016-09-281-3/+2
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-265-36/+89
* Remove #ifdef with never fulfilled conditionJoachim Breitner2016-09-261-4/+0
* Print foralls in user formatSimon Peyton Jones2016-09-2611-12/+20
* Pattern Synonyms documentation updateMatthew Pickering2016-09-241-2/+6
* Update test outputJoachim Breitner2016-09-241-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-2415-44/+46
* Mark mapUnionFV as INLINABLE rather than INLINEMatthew Pickering2016-09-231-1/+1
* Fix #12442.Richard Eisenberg2016-09-238-30/+166
* Improved documentation for Foreign.Concurrent (#12547)Simon Marlow2016-09-231-8/+29
* Expose hs_exit_(rtsFalse) as hs_exit_nowait()Simon Marlow2016-09-233-3/+22
* shutdownHaskellAndExit: just do a normal hs_exit() (#5402)Simon Marlow2016-09-231-4/+0
* Fix failing test T12504Tamar Christina2016-09-212-3/+2
* Bump Haddock submodule to fix rendering of class methodsMatthew Pickering2016-09-201-0/+0
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-2010-80/+138
* Remove directories from include pathsBen Gamari2016-09-165-3/+11
* Add test case for #7611Joachim Breitner2016-09-153-0/+34
* Comments in TH.Syntax (Trac #12596)Simon Peyton Jones2016-09-151-6/+31
* Comments onlySimon Peyton Jones2016-09-151-1/+1
* Unify CallStack handling in ghcBen Gamari2016-09-156-106/+72
* tryGrabCapability should be using TRY_ACQUIRE_LOCKSimon Marlow2016-09-151-1/+3
* Fix codegen bug in PIC version of genSwitch (#12433)Simon Marlow2016-09-153-4/+8
* Comments and white spaceSimon Peyton Jones2016-09-131-1/+1
* Comments and white space onlySimon Peyton Jones2016-09-131-0/+2
* Comments and white space onlySimon Peyton Jones2016-09-132-4/+4
* Testsuite wibbles, to the same filesSimon Peyton Jones2016-09-132-2/+2
* Test wibbles for commit 03541cbaSimon Peyton Jones2016-09-126-2/+21
* rts: Disable -hb with multiple capabilitiesBen Gamari2016-09-121-0/+7
* users_guide: TH now partially supports typed holesBen Gamari2016-09-121-1/+2
* users_guide: #8761 is now fixedBen Gamari2016-09-121-2/+0
* users_guide: Fix Docbook remnantBen Gamari2016-09-121-1/+1
* Remove unused exportsSimon Peyton Jones2016-09-121-8/+3
* Be less picky about reporing inaccessible codeSimon Peyton Jones2016-09-1218-115/+151