summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-145-183/+95
* User should use -package-id flag if value in question is IPID.Edward Z. Yang2015-10-141-1/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-152-6/+6
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-147-77/+48
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-131-6/+4
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-133-22/+8
* Slightly wibble TcSimplify documentationAlexander Berntsen2015-10-131-55/+57
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-122-16/+15
* Reinstate monomorphism-restriction warningsSimon Peyton Jones2015-10-124-23/+32
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-121-6/+15
* compiler/nativeGen/PPC/Ppr.hs: WhitespaceErik de Castro Lopo2015-10-121-7/+7
* Delete ShPackageKey for now.Edward Z. Yang2015-10-104-304/+0
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-1016-88/+88
* Add short library names support to Windows linkerTamar Christina2015-10-101-3/+7
* Revert "Switch to LLVM version 3.7"Erik de Castro Lopo2015-10-104-23/+29
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-104-32/+26
* Simplify type of ms_srcimps and ms_textual_imps.Edward Z. Yang2015-10-095-35/+22
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-089-103/+85
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-071-31/+0
* Allow non-operator infix pattern synonymsMatthew Pickering2015-10-071-1/+1
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-071-21/+74
* AsmCodeGen: Ensure LLVM .line directives are sortedBen Gamari2015-10-071-2/+6
* Documentation for FrontendResultEdward Z. Yang2015-10-061-0/+8
* Comments about TcLevel assignmentSimon Peyton Jones2015-10-061-1/+21
* Comments onlySimon Peyton Jones2015-10-061-0/+3
* Remove dead code: ruleLhsOrphNamesSimon Peyton Jones2015-10-062-17/+1
* Fix kind-var abstraction in SimplUtils.abstractFloatsSimon Peyton Jones2015-10-061-17/+30
* Comments onlySimon Peyton Jones2015-10-061-0/+2
* Deduplicate one-shot/make compile paths.Edward Z. Yang2015-10-054-319/+260
* A few typos in commentsGabor Greif2015-10-052-3/+3
* Fill in associated type defaults with DeriveAnyClassRyanGlScott2015-10-034-84/+152
* Enable `Enumeration is empty` warnings for `Integer`Herbert Valerio Riedel2015-10-031-0/+1
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-032-45/+152
* Fix broken validation Build 6564 and accepting a few other test resultsTamar Christina2015-10-031-1/+1
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-033-26/+7
* Don't use old linkable for hs-boot files.Edward Z. Yang2015-10-021-3/+3
* Move CallStack back to baseBen Gamari2015-10-021-4/+5
* LLVM: Factor out accumulation of LLVM statements and variablesBen Gamari2015-10-021-197/+189
* LLVM: Implement atomic operations in terms of LLVM primitivesBen Gamari2015-10-025-17/+124
* nativeGen PPC: fix > 16 bit offsets in stack handlingPeter Trommler2015-10-023-13/+73
* Fix treatment of -0.0Ben Gamari2015-10-025-63/+101
* Typos in commentsJoachim Breitner2015-10-011-2/+2
* Lexer: delete dead code for binary character literalsThomas Miedema2015-09-301-2/+0
* reify associated types when reifying typeclasses(#10891)Ömer Sinan Ağacan2015-09-261-2/+26
* Debug: Remove extraneous LANGUAGE CPPBen Gamari2015-09-251-1/+1
* Skip a possible BOM in utf8 encodingJoachim Breitner2015-09-251-3/+7
* Dwarf: Ensure block length is encoded correctlyBen Gamari2015-09-251-1/+1
* Dwarf: Rename binding to avoid shadowing pprBen Gamari2015-09-251-8/+8
* Weak: Don't require wrapping/unwrapping of finalizersBen Gamari2015-09-251-2/+8
* Fix DeriveGeneric for types with same OccName (#10487)Ömer Sinan Ağacan2015-09-244-61/+75