summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-125-83/+112
* Squash typos in commentsGabor Greif2015-06-121-1/+1
* Revert "Change loadSrcInterface to return a list of ModIface"Edward Z. Yang2015-06-114-96/+38
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-1111-350/+136
* Remove redundant tcg_visible_orphan_mods, it is recorded in imp_orphs.Edward Z. Yang2015-06-115-18/+15
* Fix DWARF generation for MinGW (#10468)Peter Wortmann2015-06-113-12/+16
* Another major improvement of "improvement"Simon Peyton Jones2015-06-1110-1235/+1578
* Refactor wild card renamingThomas Winant2015-06-0912-420/+279
* Fix #10489Richard Eisenberg2015-06-051-1/+2
* Minor code cleanupRichard Eisenberg2015-06-051-8/+2
* Fix #10488 by unwrapping type synonyms.Richard Eisenberg2015-06-051-1/+3
* typo: 'Ture' / 'True'Sergei Trofimovich2015-06-031-1/+1
* Allow Any return in foreign prim, fixes #10460.Edward Z. Yang2015-06-031-2/+4
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-0312-262/+282
* TypofixesGabor Greif2015-06-035-11/+11
* newTempName: Do not include pid in basenameJoachim Breitner2015-06-021-5/+14
* Improve FFI error reportingSimon Peyton Jones2015-06-021-50/+63
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-024-12/+74
* Remove redundant importSimon Peyton Jones2015-06-021-1/+0
* Improve constraint tuples (Trac #10451)Simon Peyton Jones2015-06-022-6/+17
* Re-do superclass solving (again); fixes #10423Simon Peyton Jones2015-06-027-231/+233
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-029-424/+441
* Treat pattern-synonym binders more consistentlySimon Peyton Jones2015-06-026-54/+45
* White space onlySimon Peyton Jones2015-06-022-6/+5
* Comments onlySimon Peyton Jones2015-06-011-5/+12
* Use named fields in SimplCont.Select constructorSimon Peyton Jones2015-06-012-30/+39
* Add some missing seqs to Coercion.seqCoSimon Peyton Jones2015-06-011-3/+3
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-015-111/+112
* Use seq rather than (==) to force the sizeSimon Peyton Jones2015-06-011-1/+1
* Add constraint creation functions to TcPluginM APIAdam Gundry2015-06-014-15/+81
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-0125-116/+145
* compiler/specialise: shut match_co up a bitAustin Seipp2015-06-011-2/+6
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-11/+11
* Remove unnecessary loadInterface for TH quoted name.Edward Z. Yang2015-05-281-13/+2
* ApiAnnotations tweaksAlan Zimmerman2015-05-275-26/+44
* Omit the static form error for variables not in scope.Facundo Domínguez2015-05-251-1/+3
* compiler: kill a stray pprTrace in OccNameAustin Seipp2015-05-231-3/+1
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-225-359/+390
* Fix quadratic behaviour in tidyOccNameSimon Peyton Jones2015-05-223-15/+46
* Reduce magic for seqIdSimon Peyton Jones2015-05-223-20/+35
* White space layout onlySimon Peyton Jones2015-05-221-19/+19
* ApiAnnotatons : AnnDcolon in wrong place for PatBindAlan Zimmerman2015-05-211-2/+3
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-212-13/+15
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-217-77/+142
* Fix binary instance for IfaceLitTySimon Peyton Jones2015-05-201-3/+1
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-194-74/+12
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-194-12/+74
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-4/+4