summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Basic.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-3/+3
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-0/+1
* Fix over-eager inlining in SimpleOptSimon Peyton Jones2021-02-141-1/+6
* Fix typosBrian Wignall2021-02-061-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-13/+13
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-320/+153
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-13/+13
* Wire in constraint tuplesRyan Scott2020-09-191-1/+1
* Generalize OutputablePSylvain Henry2020-09-171-1/+4
* Introduce OutputablePSylvain Henry2020-09-171-0/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-281-15/+15
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-2/+2
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-6/+6
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-73/+129
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-18/+0
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-301-1/+68
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-301-1/+5
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-0/+1736