summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] comment typoJoachim Breitner2015-02-211-1/+1
* Comments onlySimon Peyton Jones2015-02-201-1/+3
* Comments onlySimon Peyton Jones2015-02-201-1/+1
* Comments onlySimon Peyton Jones2015-02-202-34/+57
* Add a bizarre corner-case to cgExpr (Trac #9964)Simon Peyton Jones2015-02-201-23/+55
* Don't report instance constraints with fundeps as redundantSimon Peyton Jones2015-02-204-24/+54
* Comments onlySimon Peyton Jones2015-02-192-17/+22
* Fix #10045Thomas Winant2015-02-184-41/+85
* Typo in function nameGabor Greif2015-02-181-3/+3
* Delete vestigial external core code (#9402)Thomas Miedema2015-02-172-5/+1
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-1/+1
* Improve typechecking of RULEs, to account for type wildcard holesSimon Peyton Jones2015-02-152-3/+10
* Comments onlySimon Peyton Jones2015-02-151-1/+2
* Refactor decideQuantificationSimon Peyton Jones2015-02-132-48/+87
* Tiny refactoring; no change in behaviourSimon Peyton Jones2015-02-121-11/+12
* Comments and white space; plus structurally avoiding the previously "egregiou...Simon Peyton Jones2015-02-121-10/+16
* Propagate ReturnTvs in matchExpectedFunTysRichard Eisenberg2015-02-113-9/+24
* Fix egregious typo in checkTauTvUpdate.Richard Eisenberg2015-02-111-1/+1
* Fix #10079 by recurring after flattening exposes a TyConApp.Richard Eisenberg2015-02-111-2/+11
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-115-24/+51
* Add a couple of tcTraces around reifySimon Peyton Jones2015-02-101-1/+3
* More comments and white spaceSimon Peyton Jones2015-02-102-3/+3
* Comments onlySimon Peyton Jones2015-02-101-1/+4
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-1027-592/+412
* Don't overwrite input file by defaultPhil Ruffwind2015-02-091-5/+13
* llvmGen: move to LLVM 3.6 exclusivelyBen Gamari2015-02-098-166/+72
* Add Uniquable instances for InstalledPackageId/SourcePackageId/PackageNameEdward Z. Yang2015-02-091-0/+10
* Add a workaround to allow older cabal-install to use ghc-7.10Duncan Coutts2015-02-091-4/+31
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-0967-105/+105
* Fix Trac #10004: head [] exception when using recursive mdoSimon Peyton Jones2015-02-061-24/+29
* Fix the nullary-type-class case for associated typesSimon Peyton Jones2015-02-061-15/+22
* Comments onlySimon Peyton Jones2015-02-061-1/+1
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-055-7/+7
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-052-3/+8
* GRHS with empty wherebinds gets wrong SrcSpanAlan Zimmerman2015-02-051-1/+1
* Bring Match m_fun_id_infix through the renamer.Alan Zimmerman2015-02-051-3/+8
* Fix a profiling bugSimon Marlow2015-02-041-2/+10
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-2811-40/+32
* Improve error message on typed holes, and user manual (Tradc #10040)Simon Peyton Jones2015-01-281-3/+9
* Fix #10031 by inverting a critical test in kick_out.Richard Eisenberg2015-01-271-1/+1
* Merge branch 'master' of ssh://git.haskell.org/ghcSimon Peyton Jones2015-01-227-30/+26
|\
| * compiler/parser/cutils: drop unused 'ghc_memcmp_off' helperSergei Trofimovich2015-01-202-7/+0
| * cmm lex: drop unused 'align' tokenSergei Trofimovich2015-01-202-3/+0
| * Cosmetic: Fix all uses of the word 'worker' when referring to pattern synonym...Dr. ERDI Gergo2015-01-203-20/+26
* | Some simplification and refactoring of FunDepsSimon Peyton Jones2015-01-202-99/+92
|/
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-191-0/+4
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-198-20/+312
* Respect package visibility when deciding wired in packages.Edward Z. Yang2015-01-191-37/+47
* Tidy up fix to Trac #9999Simon Peyton Jones2015-01-191-8/+6
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-1916-38/+320