summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Instance/Typeable.hs
Commit message (Expand)AuthorAgeFilesLines
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-081-4/+17
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-20/+26
* Fix TypeData issues (fixes #22315 and #22332)Ross Paterson2022-11-081-1/+1
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-1/+1
* Fix typosEric Lindblad2022-09-141-1/+1
* Remove many GHC dependencies from L.H.Sromes2022-07-061-1/+1
* Prune L.H.S modules of GHC dependenciesromes2022-07-061-1/+1
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-12/+3
* Use GHC's State monad consistentlyBen Gamari2021-05-291-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add compiler linting to CIHécate2021-03-251-2/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-8/+20
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+7
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-19/+8
* Implement BoxedRep proposalAndrew Martin2020-12-141-8/+19
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-2/+3
* Misc cleanupKrzysztof Gogolewski2020-10-071-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Various performance improvementsKrzysztof Gogolewski2020-06-171-1/+0
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-5/+8
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-4/+5
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+759