summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call Arity: Trade precision for performance in large mutually recursive groupswip/T10293Joachim Breitner2015-04-151-0/+3
* Improve Call Arity performanceJoachim Breitner2015-04-153-60/+78
* Fix fundep coverage-condition check for poly-kindsSimon Peyton Jones2015-04-153-4/+16
* Do not allow Typeable on constraints (Trac #9858)Simon Peyton Jones2015-04-148-4/+107
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-147-8/+29
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-144-15/+17
* API Annotations : ExprWithTySig processing discards annotated spansAlan Zimmerman2015-04-148-2/+162
* Remove LlvmCodeGen panic variants.Edward Z. Yang2015-04-143-28/+3
* Add "error:" prefix to error-messagesKonstantine Rybnikov2015-04-143-11/+23
* Comments and white space onlySimon Peyton Jones2015-04-142-5/+9
* Comments onlySimon Peyton Jones2015-04-141-2/+9
* Zap usage info in CSE (Trac #10218)Simon Peyton Jones2015-04-1410-32/+84
* parser : the API annotation on opt_sig is being discardedAlan Zimmerman2015-04-144-9/+23
* parser: API Annotations : guardquals1 does not annotate commas properlyAlan Zimmerman2015-04-144-132/+174
* parser: opt_kind_sig has incorrect SrcSpanAlan Zimmerman2015-04-146-27/+56
* use projectVersion from DynFlags rather than cProjectVersion for versionedAppDirLuite Stegeman2015-04-141-1/+1
* Derive Generic instance for Data.Version.VersionHerbert Valerio Riedel2015-04-142-1/+5
* Derive Generic instance for System.Exit.ExitCodeHerbert Valerio Riedel2015-04-142-2/+5
* Fix autoconf's check for create_timer()Austin Seipp2015-04-141-32/+2
* configure : LLVM and LD detections improvements (#10234).Erik de Castro Lopo2015-04-113-18/+46
* Typos in error messages and in commentsGabor Greif2015-04-1035-44/+44
* Make the evidence in a CtGiven into an EvIdSimon Peyton Jones2015-04-099-95/+85
* Comments onlySimon Peyton Jones2015-04-091-16/+24
* Comments in rejigConResSimon Peyton Jones2015-04-091-2/+7
* Comments about AnyKSimon Peyton Jones2015-04-091-4/+8
* Import rand using capiReid Barton2015-04-091-2/+2
* Fixes a compiler error with -DDEBUG (#10265)Dave Laing2015-04-081-3/+3
* Test Trac #8030Simon Peyton Jones2015-04-083-0/+36
* Ignore temporary ./configure files.Edward Z. Yang2015-04-071-0/+5
* Axe one-shot sig-ofEdward Z. Yang2015-04-079-33/+25
* Commit missing T10148 files and ignore the built executable.Edward Z. Yang2015-04-072-0/+7
* Support for multiple signature files in scope.Edward Z. Yang2015-04-0739-139/+545
* Final error message wibbleSimon Peyton Jones2015-04-071-1/+1
* More error message wibblesSimon Peyton Jones2015-04-0711-104/+68
* Test Trac #10148Simon Peyton Jones2015-04-073-0/+29
* The production for squals is incorrect; see D806 for specifics.Alan Zimmerman2015-04-0712-33/+81
* The production for `pquals` is incorrect; the specifics are in D803.Alan Zimmerman2015-04-078-4/+257
* Don't repeat package key with -dppr-debug when package info is missing.Edward Z. Yang2015-04-073-11/+11
* rts/Linker.c: distinct between DATA and CODE labels when importingSergei Trofimovich2015-04-071-18/+42
* Replace endian test by 64-bit word access in T7600Peter Trommler2015-04-071-34/+12
* Look inside synonyms for foralls when unifyingSimon Peyton Jones2015-04-075-4/+26
* More aggressive Given/Wanted overlap checkSimon Peyton Jones2015-04-074-46/+83
* Put quotes round a Name in an error messageSimon Peyton Jones2015-04-076-26/+25
* Do not quantify over the function itself in a RULESimon Peyton Jones2015-04-073-17/+68
* GHC.Prim.Constraint is not built-in syntaxSimon Peyton Jones2015-04-074-14/+24
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-0739-785/+710
* Reduce module qualifiers in pretty-printingSimon Peyton Jones2015-04-073-14/+31
* Fix a long-standing bug in the demand analyserSimon Peyton Jones2015-04-072-87/+165
* Suggest how to fix .ghci when it is group writeable (#8248)Vikas Menon2015-04-071-1/+3
* testdriver: delete unused waysThomas Miedema2015-04-073-12/+10