summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-168-122/+114
|\
| * Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-168-122/+114
* | Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-0/+3
|\ \
| * | Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-0/+3
* | | ghc.mk: Update instances of -auto-allBen Gamari2015-06-161-5/+5
* | | Fix #10534Richard Eisenberg2015-06-161-1/+1
* | | Spelling in commentsSimon Peyton Jones2015-06-151-1/+1
* | | GHCi: fix scoping for record selectorsSimon Peyton Jones2015-06-152-23/+37
* | | Remove derived CFunEqCans after solving givensSimon Peyton Jones2015-06-152-21/+39
* | | Demonstrate that inferring Typeable for type literals worksGabor Greif2015-06-152-2/+2
* | | Increase constraint tuple limit to 62 (Trac #10451)Nick Terrell2015-06-141-1/+1
* | | add type annotations to SrcLoc functionsÖmer Sinan Ağacan2015-06-141-0/+3
* | | UNREG: fix pprHexVal to emit zeros (#10518)Sergei Trofimovich2015-06-141-2/+3
| |/ |/|
* | 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