summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Further simplify the story around minimum/maximumwip/D1229Joachim Breitner2015-09-071-25/+9
* SPECIALIZE strictMinimum for Int and IntegerJoachim Breitner2015-09-071-0/+4
* Build system: cleanup utils/ghc-pkg/ghc.mkThomas Miedema2015-09-071-17/+31
* Build system: simplify *-llvm BuildFlavours (#10223)Thomas Miedema2015-09-074-10/+10
* Build system: put each BuildFlavour in a separate file (#10223)Thomas Miedema2015-09-0717-294/+207
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-056-52/+2
* EventLog: Factor out ensureRoomFor*EventBen Gamari2015-09-051-83/+41
* user-guide: Add missing <para> tags around <listitem> bodyBen Gamari2015-09-051-5/+5
* ghc-pkg: don't print ignored errors when verbosity=0Thomas Miedema2015-09-041-7/+9
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-045-15/+54
* Fix T6018th test failureJan Stolarek2015-09-042-3/+1
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-033-3/+9
* Testsuite: ignore line number differences in call stacks (#10834)Thomas Miedema2015-09-041-0/+8
* Testsuite: only print msg when timeout kills process unexpectedlyThomas Miedema2015-09-042-2/+4
* Testsuite: fix tcfail220 - Maybe is wired-in nowThomas Miedema2015-09-042-10/+10
* Accept underscores in the module parser. (Thanks spinda for the fix.)Edward Z. Yang2015-09-031-1/+1
* Add test for T10836 (expected broken)Jan Stolarek2015-09-033-0/+25
* Injective type familiesJan Stolarek2015-09-03127-842/+3962
* Testsuite: delete dead codeThomas Miedema2015-09-021-3/+0
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-0210-30/+64
* Fix some tests that were broken by D861Eric Seidel2015-09-024-29/+31
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-022-5/+6
* Testsuite: update expected outputThomas Miedema2015-09-023-0/+9
* Testsuite: don't warn about missing specialisationsThomas Miedema2015-09-022-0/+5
* stm: Fix test caseBen Gamari2015-09-021-0/+0
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-0225-461/+497
* Expand declaration QQs first (#10047)Michael Smith2015-09-0210-29/+111
* Allow annotations though addTopDecls (#10486)Michael Smith2015-09-025-9/+27
* Use a response file for linker command line arguments #10777Michael Snoyman2015-09-021-2/+54
* Add test for updating a record with existentially quantified fields.Matthew Pickering2015-09-022-0/+22
* Fix trac #10413Ben Gamari2015-09-021-2/+5
* Use IP based CallStack in error and undefinedEric Seidel2015-09-0248-269/+409
* Testsuite: refactoring onlyThomas Miedema2015-09-021-53/+58
* Anchor type family instances deterministicallyBartosz Nitka2015-08-311-6/+1
* Fix typo in pattern synonym documentation.HEADMatthew Pickering2015-08-301-2/+2
* Fix 7.10 validateMatthew Pickering2015-08-301-1/+1
* StgCmmHeap: Re-add check for large static allocationsBen Gamari2015-08-291-0/+9
* integer-gmp: optimise bitBigNatHerbert Valerio Riedel2015-08-291-1/+18
* ghc-pkg --enable-multi-instance should not complain about case sensitivity.Edward Z. Yang2015-08-291-1/+2
* Fix identifier parsing in hp2psYuras Shumovich2015-08-292-22/+23
* Dwarf: Produce .dwarf_aranges sectionBen Gamari2015-08-293-21/+77
* Dwarf: Produce {low,high}_pc attributes for compilation unitsBen Gamari2015-08-292-2/+13
* Dwarf: Fix DW_AT_use_UTF8 attributeBen Gamari2015-08-292-5/+6
* Respect GHC_CHARENC environment variable #10762Michael Snoyman2015-08-291-2/+12
* Make Generic (Proxy t) instance poly-kinded (fixes #10775)RyanGlScott2015-08-292-19/+22
* Add testcase for #7411Ben Gamari2015-08-293-0/+8
* RTS: Reduce MBLOCK_SPACE_SIZE on AArch64Erik de Castro Lopo2015-08-291-0/+5
* base: Remove a redundant 'return'Simon Peyton Jones2015-08-271-2/+1
* TysWiredIn: Shuffle code aroundBen Gamari2015-08-271-73/+71
* MkIface: Introduce PatSynId, ReflectionId, DefMethIdBen Gamari2015-08-272-3/+29