summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Axe RecFlag on TyCons.Edward Z. Yang2016-06-3013-350/+79
* Remove ufmToListBartosz Nitka2016-06-307-26/+60
* Delete Ord UniqueBartosz Nitka2016-06-309-35/+169
* Fix pretty-printer for IfaceCoSimon Peyton Jones2016-06-301-11/+16
* Refactor match to not use Unique orderBartosz Nitka2016-06-291-9/+23
* Stop the simplifier from removing StaticPtr binds.Facundo Domínguez2016-06-285-17/+62
* Deal correctly with unused imports for 'coerce'Simon Peyton Jones2016-06-286-68/+85
* Don't omit any evidence bindingsSimon Peyton Jones2016-06-281-28/+29
* Typos in user manual and code: recurisve -> recursiveÖmer Sinan Ağacan2016-06-272-2/+2
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-274-13/+10
* 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
* Remote GHCi: comments onlySimon Marlow2016-06-242-3/+20
* Remote GHCi: separate out message typesSimon Marlow2016-06-241-11/+19
* 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-241-7/+15
* Comments around invisibilitySimon Peyton Jones2016-06-243-3/+4
* Improve typechecking of instance defaultsSimon Peyton Jones2016-06-244-88/+71
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-238-73/+162
* Fix #11974 by adding a more smarts to TcDefaults.Richard Eisenberg2016-06-233-18/+33
* 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-2317-47/+135
* Have Core linter accept programs using StaticPointers and -fhpc.Facundo Domínguez2016-06-231-1/+1
* Narrow the use of record wildcards slightlySimon Peyton Jones2016-06-231-16/+23
* Narrow the warning for simplifiable constraintsSimon Peyton Jones2016-06-231-6/+14
* Remove unused importSimon Peyton Jones2016-06-231-1/+0
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-2310-22/+28
* Expand given superclasses more eagerlySimon Peyton Jones2016-06-225-45/+76
* Remove unused arg to tcSuperClassesSimon Peyton Jones2016-06-221-5/+4
* Improve error message in deriving( Functor )Simon Peyton Jones2016-06-221-3/+10
* Comments onlySimon Peyton Jones2016-06-221-1/+0
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-222-33/+97
* More typos in comments [skip ci]Gabor Greif2016-06-2212-13/+13
* Typos in comments [skip ci]Gabor Greif2016-06-225-6/+6
* 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-211-17/+15
* Delete commented-out codeSimon Peyton Jones2016-06-211-30/+0
* Don't quantify over Refl in a RULESimon Peyton Jones2016-06-211-6/+29
* Typos in commentsGabor Greif2016-06-213-3/+3
* ApplicativeDo: allow "return $ e"Simon Marlow2016-06-201-9/+13
* llvmGen: Add strictness to metadata fieldsBen Gamari2016-06-191-5/+5
* PPC NCG: Fix and refactor TOC handling.Peter Trommler2016-06-191-28/+28
* PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler2016-06-192-7/+22
* Fix trac #10647: Notice about lack of SIMD supportSeraphime Kirkovski2016-06-191-1/+3