summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Misc.hs
Commit message (Expand)AuthorAgeFilesLines
* Driver Rework PatchMatthew Pickering2021-06-031-4/+21
* Fully remove HsVersions.hSylvain Henry2021-05-121-4/+2
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-49/+2
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-64/+0
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Some extra strictness in Demand.hsMatthew Pickering2021-04-081-1/+11
* Replace - with negateOleg Grenrus2021-03-281-2/+2
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-1/+13
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-7/+103
* Fix typosBrian Wignall2021-02-061-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-8/+8
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-48/+0
* Export singleton function from Data.ListWander Hillen2020-09-191-1/+1
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-3/+2
* Utils: clarify docs slightlyCraig Ferguson2020-08-221-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+2
* Make splitAtList strict in its argumentsSylvain Henry2020-08-101-5/+9
* Avoid allocations in `splitAtList` (#18535)Sylvain Henry2020-08-091-5/+8
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-0/+60
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-7/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+1465