summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Misc.hs
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-291-4/+4
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-24/+1
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+1
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-23/+16
* Scrub various partiality involving empty lists.M Farkas-Dyck2022-09-301-6/+6
* matchLocalInst: do domination analysissheaf2022-09-281-0/+9
* Clean up some. In particular:M Farkas-Dyck2022-09-171-63/+8
* Fix typosEric Lindblad2022-09-141-2/+2
* Isolate some Applicative hidings to GHC.PreludeGeorgi Lyubenov2022-09-081-2/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-2/+2
* Make dropTail comment a haddock commentAndreas Klebinger2022-08-061-1/+1
* Define filterOut with filterSylvain Henry2022-03-231-3/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-0/+10
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+4
* Tag inference work.Andreas Klebinger2022-02-121-1/+5
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-0/+11
* GHC.Utils.Misc.only: Add doc string.Andreas Klebinger2021-12-141-0/+4
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-241-6/+17
* fuzzyLookup: More deterministic orderJoachim Breitner2021-10-141-4/+10
* Put tracing functions into their own moduleSylvain Henry2021-06-221-50/+0
* 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