summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typechecker: refactoring onlyThomas Miedema2015-04-073-8/+5
* Add -n to the RTS help outputSimon Marlow2015-04-071-0/+1
* Add +RTS -O<size> to control the minimum old gen sizeSimon Marlow2015-04-072-0/+24
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-0720-98/+205
* fix typoJavran Cheng2015-04-063-3/+3
* fix '&stg_interp_constr_entry' FFI type to be FunPtrSergei Trofimovich2015-04-061-13/+16
* Stop profiling output from running together (#8811)Dave Laing2015-04-0612-255/+298
* User's guide: .a files can be 2-2.5x larger with -split-objsThomas Miedema2015-04-061-4/+4
* Test case for #10246Joachim Breitner2015-04-065-0/+54
* CmmSwitch: Do not trip over a case with no (valid) branchesJoachim Breitner2015-04-051-2/+4
* Update hsc2hs submoduleReid Barton2015-04-051-0/+0
* Whitespace onlyReid Barton2015-04-051-17/+17
* testsuite: skip T10017 on WindowsAustin Seipp2015-04-031-1/+2
* rts/linker: make an error msg a debug msgAustin Seipp2015-04-031-2/+3
* testsuite: fix failing amd64/Windows perf testsAustin Seipp2015-04-032-7/+15
* Comments only, mostly typosThomas Miedema2015-04-037-11/+13
* Don't `make accept` output of `expect_broken_for` testsThomas Miedema2015-04-031-16/+17
* Remove an incorrect statement about -fwarn-tabsDave Laing2015-04-031-2/+0
* Data.Complex: Derive GenericBen Gamari2015-04-035-5/+11
* parser: allow type-level cons in prefix positionKinokkory2015-04-033-18/+44
* Restore unwind information generationPeter Wortmann2015-04-031-2/+2
* docs: remove unused -ddump flags from users guideJavran Cheng2015-04-032-32/+0
* clarify --no-as-needed is only needed on ELFPeter Trommler2015-04-031-1/+10
* Fix validate linenumber off-by-oneThomas Miedema2015-04-031-1/+1
* libffi: backport noexecstack fix for x86/win32.SSergei Trofimovich2015-04-022-0/+27
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-029-7/+87
* Disable same warnings for normal builds as for validate (#10223)Thomas Miedema2015-04-024-125/+129
* Do not set -fasm explicitly in build.mk.sample (#10223)Thomas Miedema2015-04-021-27/+24
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-026-0/+12
* Indentation only.Edward Z. Yang2015-04-011-1/+1
* Filter out `-Rghc-timing` for V=0 builds (#10223)Thomas Miedema2015-04-013-8/+10