summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add parser for pattern synonym signatureswip/T9023Dr. ERDI Gergo2014-07-021-2/+20
* Add toPatSynSigDetails to turn a HsConDeclDetails into a HsPatSynDetailsDr. ERDI Gergo2014-07-021-1/+11
* Update baseline shift/reduce conflict numberDr. ERDI Gergo2014-07-021-0/+6
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-06-2317-134/+155
* Test Trac #9023Simon Peyton Jones2014-06-232-0/+7
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-2314-82/+114
* Store IfExtNames for PatSyn matchers and wrappers in interface file.Dr. ERDI Gergo2014-06-2311-155/+169
* Make the unifier a fixpoint even for the free kind vars of a tyvarSimon Peyton Jones2014-06-234-7/+62
* In splitHsFunType, take account of prefix (->)Simon Peyton Jones2014-06-233-7/+31
* Fix a serious, but rare, strictness analyser bug (Trac #9128)Simon Peyton Jones2014-06-234-1/+25
* Second go at fixing #9061Simon Peyton Jones2014-06-231-22/+24
* Fix over-zealous unused-import warningSimon Peyton Jones2014-06-233-4/+27
* Fix up b84748121e777dAustin Seipp2014-06-231-1/+1
* Fix #9047Austin Seipp2014-06-233-24/+33
* Revert "Fix obscure problem with using the system linker (#8935)"Austin Seipp2014-06-172-83/+32
* Release notesAustin Seipp2014-06-091-0/+12
* Ship xhtml, terminfo, haskeline (#8919)Jens Petersen2014-06-091-7/+7
* 7.8.3 release notes.Austin Seipp2014-06-091-3/+44
* Fix obscure problem with using the system linker (#8935)Simon Marlow2014-06-092-32/+83
* Emit error in case of duplicate GRE; fixes #7241Yuras Shumovich2014-06-095-12/+39
* Fix compilation of cmm files with -outputdir (Trac #9050)Yuras Shumovich2014-06-093-5/+7
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-094-24/+53
* Add ".text.unlikely" to recognized code sections on Windows.Niklas Larsson2014-06-091-0/+1
* annth_make, annth_compunits: Only run these tests if have_dynamic()Joachim Breitner2014-06-031-2/+6
* Fix missing unlockClosure() call in tryReadMVar (#9148)Simon Marlow2014-06-033-0/+17
* rts: remove stable-names from hashtable upon freeEdward Z. Yang2014-06-034-0/+16
* Only uninstall signal handlers if they were actually installed (#9068)Simon Marlow2014-06-031-2/+6
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-06-034-116/+208
* Extract derived constants from nm output for various OSes differently.Christian Maeder2014-06-031-22/+15
* rts: Fix memory leak when loading ELF objectsAustin Seipp2014-04-291-0/+1
* rts: Fix leak of file archive handleAustin Seipp2014-04-291-0/+1
* Add a comprehensive test for using Annotations from THGergely Risko2014-04-298-0/+136
* Fix annotation reification for home package modulesGergely Risko2014-04-291-6/+7
* Test Trac #8963Simon Peyton Jones2014-04-292-0/+10
* Allow a longer demand signature than aritySimon Peyton Jones2014-04-293-15/+25
* Fix scavenge_stack crash (#9045)Simon Marlow2014-04-293-2/+30
* Mention TH pattern splices in 7.8.1 release notesChristiaan Baaij2014-04-281-0/+5
* Start 7.8.3 release notesAustin Seipp2014-04-283-0/+23
* Fix memleak in hp2psNicolas Trangez2014-04-271-0/+2
* Check correct variable for NULLNicolas Trangez2014-04-271-1/+1
* Fix potential out-of-bound memory accessNicolas Trangez2014-04-271-2/+2
* Check return value of sigactionNicolas Trangez2014-04-271-1/+3
* rts: Fix possible int overflow in resize_nurseryAustin Seipp2014-04-271-1/+2
* rts: Fix potential memory leak in ProfHeap.cAustin Seipp2014-04-271-3/+4
* Test Trac #8985Simon Peyton Jones2014-04-222-0/+17
* Honour the untouchability of kind variablesSimon Peyton Jones2014-04-222-63/+88
* Simplify and tidy up the handling of tuple namesSimon Peyton Jones2014-04-227-135/+166
* Zonk the existential type variables in tcPatSynDeclSimon Peyton Jones2014-04-223-15/+24
* Kill whitespace after cpp's `-I` flagHerbert Valerio Riedel2014-04-221-1/+1
* ghc: Do not add a space in '-U __PIC__'Austin Seipp2014-04-221-4/+4