summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reformat build flavours in build.mk.sample (#10223)Thomas Miedema2015-04-011-20/+33
* Change which files --make thinks are 'Haskellish' (#10220)Thomas Miedema2015-04-015-3/+13
* Don't `make accept` output of expect_broken testsThomas Miedema2015-04-011-1/+4
* uBackpack: simplified Backpack description.Edward Z. Yang2015-03-314-3/+387
* Testsuite: redirect stderr to /dev/null when running GS on bad.psThomas Miedema2015-03-311-1/+2
* Don't treat .hcr and .raw_s as haskellish suffixesThomas Miedema2015-03-311-2/+3
* Don't throw exception when start_phase==stop_phase (#10219)Thomas Miedema2015-03-314-8/+27
* Explicitly check for -C on registerised build (#7563)Thomas Miedema2015-03-312-2/+7
* Testsuite: suppress errors when running GS on bad.psPhil Ruffwind2015-03-311-1/+1
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-3155-7653/+137
* Add `integer-gmp` specific hint to build.mk.sampleHerbert Valerio Riedel2015-03-311-0/+4
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-315-2/+34
* Delete unused field `PipeEnv.pe_isHaskellishFile`Thomas Miedema2015-03-302-3/+1
* Remove an unused include that doesn't exist on OS X (#10211)Dave Laing2015-03-301-1/+0
* Refactor the story around switches (#10137)Joachim Breitner2015-03-3026-293/+1323
* Renames some files to help with validation cleanup (#10212)Dave Laing2015-03-303-1/+1
* Doc typofix.Edward Z. Yang2015-03-281-1/+1
* Rename C(obj)cplusplus to C(obj)cxxThomas Miedema2015-03-283-20/+19
* Rename driver phases C(obj)cpp to C(obj)cplusplusThomas Miedema2015-03-273-21/+22
* Update list of primops that don't get wrappers (#10191)Reid Barton2015-03-271-6/+4
* Remove some unimplemented GranSim primopsReid Barton2015-03-272-55/+0
* Fix Git-commit-id detection for RELEASE=YESHerbert Valerio Riedel2015-03-261-1/+1
* Add Monad instance for `((,) a)` (#10190)Fumiaki Kinoshita2015-03-255-1/+8
* More comments (related to Trac #10180)Simon Peyton Jones2015-03-243-41/+65
* Improve environment handling in TcBindsSimon Peyton Jones2015-03-2410-175/+193
* Some stress tests for the empty case linterJoachim Breitner2015-03-242-0/+28
* Delete DynFlag for NDP wayThomas Miedema2015-03-241-13/+0
* Empty alternative lint check: Explain why there are two checksJoachim Breitner2015-03-241-0/+9
* exprIsBottom: Make use of isEmptyTy (#10186)Joachim Breitner2015-03-242-1/+5
* Fix bug in hs-libraries field munging.Edward Z. Yang2015-03-231-1/+2
* Do version specific detection of LLVM tools (#10170).Erik de Castro Lopo2015-03-242-30/+52
* isEmptyTy: Improve commentJoachim Breitner2015-03-231-1/+3
* Add Note [No alternatives lint check]Joachim Breitner2015-03-232-1/+17
* New lint check: Check idArity invariants (#10181)Joachim Breitner2015-03-232-2/+22