summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Run ghc api tests alonewip/run-api-tests-aloneJoachim Breitner2015-06-019-2/+20
* Newline after type of allocate().Edward Z. Yang2015-06-011-1/+2
* Add (failing) test case for #7672.Edward Z. Yang2015-06-014-0/+8
* Typofix: missing period. (#10460)Edward Z. Yang2015-06-011-1/+1
* Add information about allowed foreign prim args, see #10460.Edward Z. Yang2015-06-011-1/+7
* Replace tabs with spaces.Edward Z. Yang2015-06-011-118/+118
* Comments onlySimon Peyton Jones2015-06-011-5/+12
* Use named fields in SimplCont.Select constructorSimon Peyton Jones2015-06-012-30/+39
* Add some missing seqs to Coercion.seqCoSimon Peyton Jones2015-06-011-3/+3
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-015-111/+112
* Use seq rather than (==) to force the sizeSimon Peyton Jones2015-06-011-1/+1
* Fix dropped event registrationsBen Gamari2015-06-012-14/+33
* Add constraint creation functions to TcPluginM APIAdam Gundry2015-06-014-15/+81
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-0134-119/+390
* Update binary submodule to 0.7.5.0 releaseHerbert Valerio Riedel2015-06-011-0/+0
* ApiAnnotations : rationalise testsAlan Zimmerman2015-06-0139-1807/+388
* rts: Fix aarch64 implementation of xchgErik de Castro Lopo2015-06-011-4/+2
* compiler/specialise: shut match_co up a bitAustin Seipp2015-06-011-2/+6
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-012-13/+12
* Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-014-9/+20
* Travis: use validate --quiet to prevent hitting log file limitsThomas Miedema2015-05-311-2/+2
* Don't run T9330fail on Windows, no clobber occurs. #9930Edward Z. Yang2015-05-301-1/+3
* linker_unload working on Windows, fixes #8292.Edward Z. Yang2015-05-301-1/+1
* Build system: don't build runghc if GhcWithInterpreter=NO (#10261)Thomas Miedema2015-05-301-0/+4
* Build system: also clean the inplace wrapperThomas Miedema2015-05-301-0/+2
* Build system: don't use supposedly local variable inside macroThomas Miedema2015-05-301-6/+6
* Build system: make clean in utils/ghc-pkg should not delete inplace/lib/binThomas Miedema2015-05-301-1/+1
* Build system: always use `make -r`Thomas Miedema2015-05-304-17/+31
* Build system: always allow me to clean haddockThomas Miedema2015-05-301-0/+3
* Build system: time's config files have movedThomas Miedema2015-05-301-2/+2
* Build system: prevent "./Setup: Command not found"Thomas Miedema2015-05-301-1/+1
* Build system: prevent "--version: Command not found"Thomas Miedema2015-05-301-1/+4
* Build system: whitespace and comments onlyThomas Miedema2015-05-302-6/+18
* Build system: don't set CLEANING=NOThomas Miedema2015-05-301-7/+1
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-305-9/+10
* Build system: allow missing config.mk for target clean_%Thomas Miedema2015-05-301-1/+1
* Build system: use `mkdir -p` instead of `-mkdir`Thomas Miedema2015-05-301-3/+2
* Build system: remove toplevel target `fast`Thomas Miedema2015-05-301-3/+3
* Build system: make more targets PHONYThomas Miedema2015-05-301-0/+6
* Testsuite: accept new output for T2507 and T8959aThomas Miedema2015-05-292-6/+6
* Add liftData function.Edward Z. Yang2015-05-281-2/+8
* base: fix #10298 & #7695Austin Seipp2015-05-282-2/+41
* Remove unnecessary loadInterface for TH quoted name.Edward Z. Yang2015-05-281-13/+2
* Testdriver: do not interfer with MinGW path magic (#10449)Thomas Miedema2015-05-282-13/+24
* Testdriver: don't use os.popen in config/ghcPhil Ruffwind2015-05-284-54/+32
* ApiAnnotations tweaksAlan Zimmerman2015-05-2714-30/+359
* Build system: don't install haddock .t files (#10410)Thomas Miedema2015-05-272-4/+4
* Omit the static form error for variables not in scope.Facundo Domínguez2015-05-252-8/+5
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-254-5/+16
* Add missing name for FFI import (fixes #9950)erdeszt2015-05-251-1/+1