summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Factor out readField (#14364)Tobias Dammers2017-10-252-18/+27
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-251-25/+53
* Implement `-Wpartial-fields` warning (#7169)Daishi Nakajima2017-10-252-1/+45
* Performance improvements linear regAlloc (#7258)Tobias Dammers2017-10-251-11/+13
* Fix space leak in BinIface.getSymbolTableDouglas Wilson2017-10-251-10/+23
* Make layLeft and reduceDoc stricter (#7258)Tobias Dammers2017-10-251-6/+6
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-251-6/+6
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-251-1/+1
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-251-1/+1
* Include usg_file_hash in ghc --show-iface outputSimon Marlow2017-10-241-1/+2
* Temporary fix to Trac #14380Simon Peyton Jones2017-10-241-4/+17
* Comments onlySimon Peyton Jones2017-10-231-1/+1
* Improve kick-out in the constraint solverSimon Peyton Jones2017-10-205-124/+186
* Comments and white spaceSimon Peyton Jones2017-10-202-1/+4
* Outputable: Add pprTraceExceptionBen Gamari2017-10-191-1/+11
* Add Functor Bag instanceBen Gamari2017-10-191-0/+3
* Export injectiveVarsOf{Binder,Type} from TyCoRepRyan Scott2017-10-192-29/+36
* Fix #14369 by making injectivity warnings finer-grainedRyan Scott2017-10-191-1/+2
* Error when deriving instances in hs-boot filesRyan Scott2017-10-191-0/+4
* Typofix in commentGabor Greif2017-10-181-1/+1
* Better solving for representational equalitiesSimon Peyton Jones2017-10-184-163/+215
* Don't deeply expand insolublesSimon Peyton Jones2017-10-181-6/+16
* Fix grammaros in commentsGabor Greif2017-10-172-2/+2
* Simplify, no functionality changeGabor Greif2017-10-171-7/+6
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-161-1/+4
* Levity polymorphic Backpack.Edward Z. Yang2017-10-165-13/+44
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-161-3/+22
* Fix panic for `ByteArray#` arguments in CApiFFI foreign importsHerbert Valerio Riedel2017-10-161-0/+6
* Fix typoPeter Trommler2017-10-161-1/+1
* Fix typoPeter Trommler2017-10-161-1/+1
* Do not bind coercion variables in SpecConstr rulesSimon Peyton Jones2017-10-121-2/+42
* Do not quantify over deriving clausesSimon Peyton Jones2017-10-121-9/+13
* Add a missing zonk in TcDerivInfer.simplifyDerivSimon Peyton Jones2017-10-111-0/+2
* Avoid creating dependent types in FloatOutSimon Peyton Jones2017-10-111-20/+61
* Pretty-printing of derived multi-parameter classes omits parenthesesAlan Zimmerman2017-10-113-6/+42
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-112-45/+38
* Remove wc_insol from WantedConstraintsSimon Peyton Jones2017-10-1110-220/+247
* Delete two unused functionsSimon Peyton Jones2017-10-112-13/+1
* Change "cobox" to "co" in debug outputSimon Peyton Jones2017-10-111-1/+1
* Fix over-eager error suppression in TcErrorsSimon Peyton Jones2017-10-111-2/+22
* Minor refactoringSimon Peyton Jones2017-10-111-16/+16
* Typos in comments onlySimon Peyton Jones2017-10-111-2/+2
* Tidy up some convoluted "child/parent" codeSimon Peyton Jones2017-10-112-83/+65
* Split SysTools up someTamar Christina2017-10-107-1078/+1199
* Simply Data instance context for AmbiguousFieldOccRyan Scott2017-10-071-4/+1
* Fix #14320 by looking through HsParTy in more placesRyan Scott2017-10-071-2/+4
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-073-23/+25
* Remove m_type from Match (#14313)Joachim Breitner2017-10-049-68/+23
* Don't pass HscEnv to functions in the Hsc monadDouglas Wilson2017-10-031-45/+53
* Include libraries which fill holes as deps when linking.Edward Z. Yang2017-10-031-1/+3