summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-11/+19
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-2/+8
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-1/+1
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-5/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-291-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-1/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-1/+1
* Injective type familiesJan Stolarek2015-09-031-0/+13
* Refactor self-boot infoSimon Peyton Jones2015-07-211-1/+4
* Rename getCtLoc, setCtLocSimon Peyton Jones2015-06-181-5/+5
* Remove redundant tcg_visible_orphan_mods, it is recorded in imp_orphs.Edward Z. Yang2015-06-111-1/+0
* Refactor wild card renamingThomas Winant2015-06-091-0/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-0/+4
* Revert multiple commitsAustin Seipp2015-05-141-4/+0
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-0/+4
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-111-4/+7
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-111-0/+7
* Kill off the default types in ghc-primSimon Peyton Jones2015-05-011-2/+14
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-231-2/+3
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-051-1/+1
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-7/+4
* Make TcRnMonad.reportWarning call makeIntoWarningSimon Peyton Jones2015-01-091-5/+10
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-1/+2
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-14/+19
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-061-13/+20
* Fix the scope-nesting for arrowsSimon Peyton Jones2014-12-171-0/+22
* Flat constraint --> Simple constraintRichard Eisenberg2014-12-121-6/+6
* Reorganise the work list, so that flattening goals are treated in the right o...Simon Peyton Jones2014-12-101-1/+9
* Implement -XStaticValuesFacundo Domínguez2014-12-091-1/+3
* compiler: de-lhs typecheck/Austin Seipp2014-12-031-0/+1397