summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rts/Linker.c: Improve ugly C pre-processor hackErik de Castro Lopo2016-06-271-16/+13
* Allow building static libs.Moritz Angermann2016-06-251-0/+2
* Refactor tcInferArgs and add comments.Richard Eisenberg2016-06-254-41/+57
* s/Invisible/Inferred/g s/Visible/Required/gRichard Eisenberg2016-06-2526-200/+206
* Add template-haskell changelog note for #8761Ryan Scott2016-06-241-0/+8
* Clean up outdated comments in template-haskell changelogRyan Scott2016-06-241-6/+3
* Fix typo in Data.Bitraverse HaddocksRyan Scott2016-06-241-1/+1
* Test Trac #12229Simon Peyton Jones2016-06-243-0/+17
* Fix T8761 (#12219, #12077)Simon Marlow2016-06-243-12/+18
* Remote GHCi: comments onlySimon Marlow2016-06-248-7/+156
* Remote GHCi: separate out message typesSimon Marlow2016-06-244-96/+129
* Run all TH tests with -fexternal-interpreter (#12219)Simon Marlow2016-06-242-8/+14
* Implement ReifyConStrictness for -fexternal-interpreter (#12219)Simon Marlow2016-06-241-0/+1
* Improve pretty-printing of AvailSimon Peyton Jones2016-06-241-2/+5
* Remove bogus comment on ForAllTySimon Peyton Jones2016-06-241-2/+0
* Fix renamer panicSimon Peyton Jones2016-06-244-7/+31
* Comments around invisibilitySimon Peyton Jones2016-06-243-3/+4
* Improve typechecking of instance defaultsSimon Peyton Jones2016-06-2410-90/+125
* Testsuite: do not copy .hi/.o files to testdir (#12112)Thomas Miedema2016-06-241-3/+6
* Release notes for #11975 and #10963Richard Eisenberg2016-06-231-0/+19
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-2318-82/+300
* Fix #11974 by adding a more smarts to TcDefaults.Richard Eisenberg2016-06-238-18/+62
* Very confusing typo in error message.Richard Eisenberg2016-06-231-1/+1
* Remove Ord TyConBartosz Nitka2016-06-231-7/+0
* Provide Uniquable version of SCCBartosz Nitka2016-06-2318-48/+136
* Have Core linter accept programs using StaticPointers and -fhpc.Facundo Domínguez2016-06-232-3/+3
* Narrow the use of record wildcards slightlySimon Peyton Jones2016-06-232-18/+27
* Narrow the warning for simplifiable constraintsSimon Peyton Jones2016-06-232-8/+16
* Remove unused importSimon Peyton Jones2016-06-231-1/+0
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-2310-22/+28
* Test Trac #12163Simon Peyton Jones2016-06-223-1/+15
* Expand given superclasses more eagerlySimon Peyton Jones2016-06-227-45/+113
* Remove unused arg to tcSuperClassesSimon Peyton Jones2016-06-221-5/+4
* Improve error message in deriving( Functor )Simon Peyton Jones2016-06-224-14/+21
* Comments onlySimon Peyton Jones2016-06-221-1/+0
* Accept new (lower) allocations for T7257Simon Marlow2016-06-221-1/+2
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-227-55/+119
* Don't error on GCC inlining warning in rtsBartosz Nitka2016-06-221-2/+3
* More typos in comments [skip ci]Gabor Greif2016-06-2213-14/+14
* Typos in comments [skip ci]Gabor Greif2016-06-226-7/+7
* Hopefully fix all the rebase-induced breakageSimon Marlow2016-06-221-1/+1
* Fix build breakage due to rebaseSimon Marlow2016-06-221-1/+1
* Second attempt to fix sizeExprSimon Marlow2016-06-222-30/+163
* Make checkFamInstConsistency less expensiveBartosz Nitka2016-06-212-19/+19
* Delete commented-out codeSimon Peyton Jones2016-06-211-30/+0
* Don't quantify over Refl in a RULESimon Peyton Jones2016-06-214-7/+48
* Typos in commentsGabor Greif2016-06-215-5/+5
* Expand and clarify the docs for ApplicativeDo (#11835)Simon Marlow2016-06-211-3/+15
* Testsuite: assume timeout_prog always existsThomas Miedema2016-06-201-86/+28
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-2012-147/+55